BEA Logo






BEA WebLogic Enterprise Release 5.1

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

 

 

This topic describes how to create distributed client and server J2EE applications using the WebLogic Enterprise T-Engine. The following guides contain brief descriptions of product concepts, and step-by-step instructions for developing and deploying EJB applications and RMI client applications. Sample applications are used throughout the guides to illustrate development tasks.

 

The WebLogic Enterprise EJB
    Programming Environment

Describes the EJB programming environment available in the WebLogic Enterprise product and the architectural components of the EJB programming environment.

Developing WebLogic Enterprise EJB
    Applications

Provides a comprehensive tutorial on the basic steps for developing, building, and deploying an EJB application in the WebLogic Enterprise system.

Building and Deploying EJB Applications

A subsection of the preceding tutorial that focuses on the steps for building and deploying an EJB application in the WebLogic Enterprise T-Engine environment.

Designing Enterprise JavaBeans for the
    WebLogic Enterprise System

Discusses EJB application design considerations, and provides a general discussion about EJBs and persistence.

Using the WebLogic Enterprise EJB
    Deployer

Explains how to use the WebLogic EJB Deployer to examine, configure, and deploy EJBs on the WebLogic Enterprise system.

Using the SPI Implementation for JNDI

Explains how to use the BEA WebLogic Enterprise (WLE) Service Provider Interface (SPI) implementation for Java Naming and Directory Interface (JNDI) in WebLogic Enterprise applications.

Using the JDBC Drivers

Explains how to use the JDBC drivers included with the WebLogic Enterprise software, including the WebLogic Enterprise JDBC/XA driver, the jdbcKona drivers for Oracle, and the jdbcKona extensions to the JDBC API.

Using JDBC Connection Pooling

Opening and closing JDBC connections are expensive operations. Creating a pool of JDBC connections gives WebLogic Enterprise applications ready access to connections that are already open. It removes the overhead of opening a new connection for each database user. This topic shows you how.

Using RMI in a WebLogic Enterprise
    Environment

Explains what RMI is and how it relates to J2EE programming in WebLogic Enterprise, and describes how to develop RMI applications in a WebLogic Enterprise environment.

Using Security

Provides an introduction to the concepts associated with the WebLogic Enterprise security features, a description of how to secure your WebLogic Enterprise applications using the security features, and a guide to the use of the APIs in the WebLogic Enterprise Security Service.

Using Transactions

Explains how to use transactions in CORBA, EJB, and RMI applications that run on the WebLogic Enterprise system.

Using the idltojava Compiler

Describes how to build Java applications that interoperate with CORBA objects. Explains how to use the idltojava compiler to convert IDL files to Java stub and skeleton files. Discusses the relationship of Java IDL-to-CORBA.

Scaling, Distributing, and Tuning
    Applications

Provides features for scaling, distributing, and tuning CORBA, EJB and RMI applications running in the WebLogic Enterprise environment.

Programming Shortcuts & Other Resources


Sun Microsystems, Inc. J2EE Javadoc
(links to Sun)

javax.ejb

java.sql

javax.sql

javax.naming,
     javax.naming.directory,
    and javax.naming.spi

javax.transaction

java.rmi

javax.rmi

Programming links

Commands, System Processes,
    and MIB Reference

Includes the ejbc command description.

EJB Deployment Descriptor
    Reference

Deployment descriptor reference, reprinted from the Sun Microsystems, Inc. EJB Specification 1.1.

WebLogic EJB Extensions
    Reference

Reference for the WebLogic EJB extensions to the deployment descriptor DTD.

CORBA Java Programming
   Reference

Includes a comprehensive description of each of the Java classes and interfaces in the WebLogic Enterprise system. This guide shows the class structure for each system component, provides detailed programmer information on using the API, and describes each of the commands used for developing WebLogic Enterprise server applications.

Sample Applications

Describes and provides links to the complete set of WebLogic Enterprise sample applications for CORBA C++, CORBA Java, Security, Transactions, and EJB.

Administration links

Creating a Configuration File
    (UBBCONFIG)

Configuring Servers

(Explains how to set up a JavaServer.)