usr/src/lib/wiseman/wiseman.3
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
permissions -rw-r--r--
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)

'\" t
.TH "wiseman" "3" "" "" ""
.SH NAME
Wiseman - a Java implementation of WS-Management.
.SH SYNOPSIS
Add all wiseman jars to the CLASSPATH

.SH DESCRIPTION
Wiseman is an implementation of the WS-Management protocol for Java SE platform. Wiseman provides both client and server side APIs for building valid WS-Management messages. WS-Management is an open standard that re-defines how existing WS-* specifications should be used and how additional service metadata can be detailed to build out compliant webservices. Wiseman leverages the java Servlet Engine model as as the fundamental base, on the server side, for exposing WS-Management instances. The wep application model is an extensible mechanism for constructing webservices as enterprise level functionality is easily achieved by embedding the webapp in a J2EE Application Server. Wiseman is model agnostic, and requires that the XML representation of the model-specific elements of your service be desribed by Xml Schema Definition(XSD) and ultimately representable as org.w3c.dom.* elements. Service developers may employ a JAVA<=>XML binding technology of their choice for model specific serialization and now spend more time on application/model specific behavior than on protocol specific details.
.PP
For more details about Wiseman, please see
.br
.B https://wiseman.dev.java.net web page.

.SH FILES
By default, all wiseman jars  are installed into /usr/share/lib/java directory.

HTML-based documentation is located in wiseman's doc directory, e.g. /usr/share/doc/wiseman.

.SH ENVIRONMENT
JAVA_HOME variable must point to the directory where Java is installed.

.RE
.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	library/java/wiseman
=
Interface Stability	Uncommitted
.TE
.PP
.SH NOTES
Source for wiseman is available on http://opensolaris.org.