Selecting the Deployment Platform
When you use the wizard to create the first Java web service in a project, you have to select the Java EE version using the Select Deployment Platform page, which looks like this:
The options are:
- J2EE 1.4 JAX-RPC with support for 10.3 WebLogic Server: Generates a service that takes advantage of the standardization of web services API with the J2EE 1. 4 platform. These services are sometimes called JAX-RPC web services. This option provides support for deploying to 10.3 WebLogic Server with Java annotations using the first release of the annotation specification.
- Java EE 1.5 with support for JAX-WS Annotations: Generates a service that takes advantage of the standardization of web services API with the J2EE 1. 5 platform. These services are sometimes called JAX-WS web services. This option provides support for deploying to 10.3 WebLogic Server with Java annotations using the JAX-WS annotation specification.
- Java EE 1.5 with support for JAX-WS RI: Similar to the second option, but generates a service for deploying to any container that supports the Sun JAX-WS Reference Implementation.
Once you have selected a version, all other web services you subsequently create in the same project will automatically use the same version.
Copyright © 1997, 2009, Oracle. All rights reserved.