-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g
JAX-WS is an API to create web applications and web services using the XML-based web services functionality. A web service consists of a Service Endpoint Implementation (SEI) class, which must satisfy the following points:
It's annotated with the javax.jws.WebService annotation
It must not be abstract or final
It must contain a default public constructor
A web service provides operations, which are public methods, that are made available to web service clients
The business methods must not be static or final and, though not required, may be annotated with the javax.jws.WebMethod annotation. By default, all public methods are made available as web service operations.
In this chapter, we shall create an EJB 3.0 web service with JDeveloper 11g, WebLogic Server 11g, and Oracle Database. We shall discuss the following topics in this chapter:
Creating a data source in WebLogic Server
Creating an entity bean
Creating a session bean façade
Creating a Web Service...
Change the font size
Change margin width
Change background colour