Java Web Services Development Pack: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Ernstdehaan (talk | contribs) mNo edit summary |
||
Line 22: | Line 22: | ||
Related technologies: |
Related technologies: |
||
* [[ |
* [[Apache Axis]] - web services framework |
||
* [[XINS]] - RPC/web services framework |
* [[XINS]] - RPC/web services framework |
||
* [[xmlenc]] - XML output library |
* [[xmlenc]] - XML output library |
Revision as of 10:00, 25 January 2006
The Java Web Services Development Pack (JWSDP) is a free software development kit (SDK) for developing Web Services, web applications and Java applications with the newest technologies for Java.
Most components of JWSDP are part of GlassFish and Mustang. The source is available under the Open Source Initiative-approved CDDL license.
Java APIs
These are the components and APIs available in the JWSDP 1.6:
- Java API for XML Processing (JAXP), v 1.3
- Java Architecture for XML Binding (JAXB), v 1.0 and 2.0
- JAX-RPC v 1.1
- JAX-WS v 2.0
- SAAJ
- Java API for XML Registries (JAXR)
- Web Services Registry
Starting with JWSDP 1.6, the JAX-RPC and JAX-WS implementations support the Fast Infoset standard for the binary encoding of the XML infoset.
Earlier versions of JWSDP also included:
Related technologies:
- Apache Axis - web services framework
- XINS - RPC/web services framework
- xmlenc - XML output library