BEA Logo BEA WebLogic Server Release 6.1

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

   Programming WebLogic Management Services:   Previous topic   |   Next topic   |   Contents   

 

Getting Started

 

The following sections describe what you need to do before starting to develop applications that extend WebLogic Server:

Registering with BEA

To register with BEA Systems, Inc. and participate in the BEA WebLogic Server Developer Community you register and set your membership login account only once. The BEA Systems Download Center provides access to the registration and sign-in sections, as well as a set of Frequently Asked Questions (FAQ) to help guide you through the process.

If you are an existing BEA customer, your profile information is filled in automatically during registration, and you only have to make updates as necessary. You can also edit your profile at any time after registration.

Note: Customers who have an active WebSUPPORT account can use the same login password for software downloads.

Obtaining the WebLogic Server Software

Once you are a registered BEA developer, you can download the BEA WebLogic Server software from the WebLogic Server web site. The software will have an evaluation license. For information about obtaining licenses, see Licensing a BEA WebLogic Product.

Licensing a BEA WebLogic Product

Customers choose WebLogic Server product licenses based on their development needs.

The following products are licensed separately:

Choosing a License Key Format

You can choose from two license key formats, Java or XML, based on the following criteria:

Choosing a License Type

BEA provides three types of licenses.

Creating an Entry Point to WebLogic Server

Developers who want to extend WebLogic Server to support their own products use the ISVServer API to create a programmatic entry point into WebLogic Server, or start WebLogic Server using command-line arguments.

Creating an entry point into WebLogic Server is explored in the following sections:

Running WebLogic Server at Startup

The WebLogic Server Administration Guide provides extensive information about creating and using simple command-line startup scripts in the following sections:

Using WebLogic Server JDBC Drivers

Java Database Connectivity (JDBC) is a Java API for executing SQL statements. The API consists of a set of classes and interfaces written in the Java programming language. JDBC provides a standard API for tool and database developers, and makes it possible to write database applications using a pure Java API. JDBC is a low-level interface, which means that it is used to directly call or invoke SQL commands. In addition, JDBC is a base upon which to build higher-level interfaces and tools, such as Java Messaging Service (JMS) and Enterprise Java Beans (EJB).

Additional information is available in Programming WebLogic JDBC, "Introduction to WebLogic JDBC."

Types of JDBC Drivers

WebLogic Server uses the following types of JDBC drivers that work in conjunction with each other to provide database access:

The middle tier architecture allows you to manage database resources centrally in WebLogic Server. The vendor-neutral multitier JDBC drivers makes it easier to adapt purchased components to your DBMS environment and to write more portable code.

For more details, see Programming WebLogic JDBC, "Overview of JDBC Drivers."