BEA Logo
BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

Samples and Tutorials

These samples, tutorials, and Fast Track Procedures offer several approaches to learning about and working with WebLogic Server, from creating JSP pages to tutorials for packaging and deploying EJBs.

Examples

Most code examples, if installed, are located in WL_HOME\samples\examples, where WL_HOME is the directory of your WebLogic Server installation. These examples are also available from the Start menu.


WebLogic RMI Over IIOP: RMI_IIOP.zip (170 KB).

Demonstrates the features of WebLogic RMI over IIOP, including the ability to access RMI objects from CORBA clients. Run the example on Windows NT or UNIX.

Pet Store

The Java™ Pet Store is a sample Java Platform, Enterprise Edition (J2EE™) reference application that showcases the main features of the J2EE™ platform. If installed, Pet Store is located in WL_HOME\samples\petStore, where WL_HOME is the directory of your WebLogic Server installation.

Tutorials

Tutorials provide step-by-step instructions and code samples.

    Migration Tutorial: BEA WebLogic Server 5.1 to 6.x

    How to migrate Web Applications and other applications from WebLogic Server 5.1 to WebLogic Server 6.x.

     

    Deployment Tutorial: Deploying an Exploded J2EE Application

    How to use the DDInit tools to generate deployment descriptors and how to deploy the sample application. Also includes:

    • Sample development and deployment directory structures
    • Sample application.xml file you can use
    • Sample weblogic.xml file you can use
    • Links to docs for the WebAppComponentRefreshTool, which enables you to update one or more static files in a deployed exploded application, without redeploying the entire application
    • The sample banking application (banking.zip, 42 KB)