6 Examples for Jakarta EE Web Service Developers
- Samples for WebLogic Web Service Developers
Oracle provides a variety of code samples for web services developers. The samples and tutorials illustrate WebLogic web services in action, and provide practical instructions on how to perform key web service development tasks. Oracle recommends that you run the web service samples before programming your own application that use web services. - Additional Web Services Samples Available for Download
The additional Web services samples include Oracle-certified ones, and the samples submitted by fellow developers. Your use rights and restrictions for each sample code item described in the applicable license agreement.
Samples for WebLogic Web Service Developers
Oracle provides a variety of code samples for web services developers. The samples and tutorials illustrate WebLogic web services in action, and provide practical instructions on how to perform key web service development tasks. Oracle recommends that you run the web service samples before programming your own application that use web services.
Web services samples include:
- Web Services Samples in the WebLogic Server Distribution
- Avitek Medical Records Application (MedRec) and Tutorials
Parent topic: Examples for Jakarta EE Web Service Developers
Web Services Samples in the WebLogic Server Distribution
WebLogic Server optionally installs API code examples in the ORACLE_HOME
\wlserver\samples\server\examples\src\examples\webservices
directory, where ORACLE_HOME
represents the directory in which you installed WebLogic Server. See Sample Applications and Code Examples in Understanding Oracle WebLogic Server.
Parent topic: Samples for WebLogic Web Service Developers
Avitek Medical Records Application (MedRec) and Tutorials
MedRec is an end-to-end sample Jakarta EE application shipped with WebLogic Server that simulates an independent, centralized medical record management system. The MedRec application provides a framework for patients, doctors, and administrators to manage patient data using a variety of different clients.
MedRec demonstrates WebLogic Server and Jakarta EE features, and highlights
Oracle-recommended best practices. MedRec is optionally installed with the WebLogic
Server installation. You can start MedRec from the
ORACLE_HOME
\user_projects\domains\medrec
directory, where ORACLE_HOME
is the directory you specified as
the Oracle Home when you installed Oracle WebLogic Server. See Sample Applications and Code
Examplesin Understanding Oracle WebLogic Server.
Parent topic: Samples for WebLogic Web Service Developers
Additional Web Services Samples Available for Download
The additional Web services samples include Oracle-certified ones, and the samples submitted by fellow developers. Your use rights and restrictions for each sample code item described in the applicable license agreement.
Additional API samples for download can be found at http://www.oracle.com/technetwork/indexes/samplecode/index.html
.
Parent topic: Examples for Jakarta EE Web Service Developers