Top 10 Reasons Why You Should Upgrade to WebLogic 9

WebLogic Server 9.0 is the most significant BEA Java application server release to date. Fully compliant with J2EE 1.4, this release tackles head-on the biggest challenge facing enterprise networks today: reducing overall cost of management and operations while delivering high reliability, continuous uptime, scalability, and mission-critical integration solutions.

Since WebLogic 9.0's released, numerous people have said "Give me three reasons to upgrade to WebLogic 9.0." Because WebLogic 9.0 is so feature-rich and performance-driven, we can easily come up with 10 major reasons.

Reason 10: Enhanced Web Services and SOA Architecture Now SOA Comes to its Prime Time
WebLogic 9.0 delivers a consolidated and fully integrated Web services stack. BEA has pioneered some of the significant technologies in the Web services field, such as annotations-based Web services programming and conversational Web services. Web services conform to all of the requisite J2EE and most of the important WS-* specifications. Support for asynchronous, conversational, reliable, and secure Web services has also been enhanced.

In a world of new Web services, you will enjoy:

Reason 9: JMS - The Proud Enhancement of WebLogic 9
WebLogic Server 9.0 introduces major changes in the configuration, deployment, and dynamic administration of WebLogic JMS. It officially supports the JMS 1.1 specification. What is more, the long waiting advanced message ordering feature is added to the system. The XML API has been enhanced for XML message processing. On WebLogic 9.0 platform, using JMS is fun, reliable, and fast. Below are a few highlights of the exciting new features.

Automatic JMS Failover
Automatic JMS failover is a long waiting feature in the industry. JMS leverages the feature "Automatic WebLogic Server Migration" to provide automatic JMS failover. JMS will automatically get failed over when the whole WebLogic Server instance is failed over. Some other JMS server providers have provided such functions with some tricky setup, but the WebLogic 9.0 implementation is most straightforward and clear.

Unit of Order
Message ordering is one of the fundamental requirements of major messaging applications. WebLogic Server JMS will guarantee the sequential processing of messages even in the cluster environment. It is even possible to define multiple groups to group the messages so that each group has its own sequence for processing (Figure 1).

Store and Forward (SAF)
The WebLogic store and forward (SAF) service enables WebLogic Server to deliver messages reliably between applications that are distributed across WebLogic Server instances. The power of the SAF makes it easy link multiple message services together (Figure 2).

Reason 8: Side-by-Side Deployment - A Dream Comes True
Every J2EE developer has experienced the pain of releasing a new version of the product. After numerous development cycles and QA cycles, finally it is time to deploy the new version to the application server. A weekend is booked to shut down the servers, swap the new version of product in, and then pray there is no issue on Monday. If you are lucky, only a few issues will show up. However if you are not in luck then you have to roll back the old applications, and it is even more painful than deploying the new version, because sometimes you can not roll back all of the changes (Figure 3).

You wish you could have multiple versions on the application server and could switch between each version without interrupt the system.

Now your dream comes true. Side-by-side application deployment controls the process for deploying new versions of Web-based applications without the need to disrupt service. The new version of an application is deployed alongside existing version - WebLogic will gradually migrate traffic. The older version is un-deployed after all current clients complete their work. The Administrator explicitly un-deploys the older version, or a configured timeout is reached.

Rolling back the new version is simple: just stop the redeployment process if problems are detected in the newer application version.

For new applications, administrators can deploy an application in "administration mode," which makes it inaccessible to non-admin clients, in order to do sanity checks to ensure that the application is working as expected and then open it up to clients.

Here is the list of the features of side-by-side deployment of WebLogic 9:

JSR-88 is part of the J2EE 1.4 specification. JSR-88 specifies a standard API for the configuration and deployment of J2EE applications. WebLogic 9 not only implements the JSR-88, but also offers a number of value additions on top of what J2EE specifies.

Reason 7: The WebLogic Diagnostics Framework: Reduced TCO
The mission of WebLogic Diagnostics Framework (WLDF) is to reduce the customer's Total Cost of Ownership through significant diagnostic enhancements. WLDF is laced throughout all of the BEA WebLogic Server 9.0 containers, thus creating a unified framework for the nondisruptive control of data collection that is critical to the health of your enterprise applications. This framework will capture and archive meaningful diagnostic data that may be used to monitor and diagnose problems that arise in a running server. WLDF is a unified framework and a public API so that you can easily plug your applications into the framework to take advantage of the diagnostic capabilities of the server.

WLDF consists of a number of components that work together to collect, archive, and access diagnostic information about the server and the applications it hosts. All of the framework components operate at the server level and are only aware of server scope. All of the components except for the Manager exist entirely within the server process and participate in the standard server life cycle. All artifacts of the framework are configured and stored on a per-server basis. The WLDF Manager provides a configuration and control interface for managing the diagnostic framework. Additionally, the WLDF Image Capture facility provides a model for capturing a diagnostic snapshot of key server state. It provides a minimally invasive means of diagnosing and troubleshooting the server.

Here is the list of the features of WLDF:

Reason 6: Portal-Based Extensible Administration Console: Extensible Console!
WebLogic 9.0 Administration Console offers a totally redesigned user interface that features standardized and improved look and feel and navigation across all of the subsystems. It is built on the WebLogic Portal Framework. Although using portal slows down the startup process of the admin console, it makes it more open and readily extensible - applications can plug in extensions to the Console if they need to.

Among the new features are:

Through the Administration Console, you are able to perform the following functions: Reason 5: New Zero Downtime Architecture: How about MAN/WAN Clustering?
WebLogic 9.0 has extended the zero downtime concepts to the next level by introducing the MAN/WAN clustering. It offers enhanced HTTP session replication capabilities that enable "Disaster Recovery" across WebLogic Server clusters connected via wide-area (WAN) or metropolitan-area networks (MAN).

HTTP Session Replication over MAN
Applications can configure the backup for the HTTP session replication to be in another WebLogic Server cluster. In the event that the primary WebLogic Server cluster becomes unavailable, HTTP clients can be routed to the secondary WebLogic Server cluster (Figure 6).

This feature assumes the availability of a high-speed interconnect between the two WebLogic Server clusters and relies heavily on correct configuration of the global and local load balancers.

HTTP Session Replication over WAN
This is ideal for disaster recovery centers (DR sites). Applications can configure a second backup for HTTP session replication in another WebLogic Server cluster. WebLogic Server will asynchronously forward HTTP session data to this second backup where it would get persisted in a database. In the event the primary WebLogic Server cluster becomes unavailable, HTTP clients can be routed to the secondary WebLogic Server cluster (Figure 7).

Given that the replication to the second backup is asynchronous, failed-over HTTP clients may encounter stale data. Also, this feature relies heavily on correct configuration of the global and local load balancers.

Reason 4: Whole Server Migration: Ensure Clustered Server Failover
In the Cluster environment, how you use singleton service and also ensure the failover is always a dilemma in the J2EE world. Now the dilemma is over.

BEA WebLogic 9 provides a whole server migration feature. It supports automatic and manual migration of a clustered server instance from one machine to another. A managed server that can be migrated is referred to as a migratable server. This feature is designed for environments with requirements for high availability. Singleton services can be hosted on one server and they can be migrated in the presence of failure. Migratable servers provide for both automatic and manual migration at the server level, rather than at the service level. The server migration capability is useful for:

Reason 3: WebLogic Scripting Tool (WLST): Good News for Admin Guys!
WebLogic 9 features an impressive command-line administration tool that is standards based (Jython) and offers powerful capabilities, such as:

WLST deprecates weblogic.Admin in WebLogic 9, though the latter is still fully supported.

Reason 2: Work Manager and Thread Self-Tuning: Where Is the Execute Queue Concept?
All of the senior J2EE developers have done performance tuning to some extent. In previous versions of WebLogic Server, processing was performed in multiple execute queues. Different classes of work were executed in different queues, based on priority and ordering requirements, and to avoid deadlocks. Users have to control thread usage by altering the number of threads in the execute queues. Now the execute queue concept has been replaced by Work Manger. WebLogic 9.0 implements the Work Manager 1.1 Specification. There is a single thread pool in which all types of work are executed. WebLogic Server prioritizes work based on rules you define and run-time metrics, including the actual time it takes to execute a request and the rate at which requests are entering and leaving the pool, which will provide greater throughput and increased response time. The Work Manager API enables an application to break a single request task into multiple work items, and assign those work items to execute concurrently using multiple Work Managers configured in WebLogic Server. Applications can configure scheduling guidelines (for example, module A should get 70% of CPU time, module B can be "shutdown" if the thread stacks) that WebLogic Server will use in conjunction with data collected on actual run-time performance to schedule CPU resources for the application. Applications no longer have to configure individual thread pools for specific components; instead, they can rely on WebLogic Server to monitor, tune, and allocate these resources.

Among the key self-tuning features in WebLogic Server are:

One very nice feature we have to emphasize here is the overload protection. BEA is always trying its best to move ahead of the customer, and overload protection is one of the excellent examples of this effort. WebLogic 9.0 provides two type of protection here.

Type 1: Graceful degradation - overload protection

Type 2: Graceful failure - when all else fails, nuke server Reason 1: It's All About Performance, Performance, Performance, Stupid!
Of course performance is the always the number one driver to the purchasing decision, migration, and upgrade.

SPECjAppServer2004 is the standard benchmark for evaluating the J2EE application server. BEA WebLogic 9.0 achieves the best SpecjAppServer2004 performance results in the J2EE world. The result of 3,328.80 JOPS, which is reported by Sun instead of BEA, holds new highest record. For the latest SPECjAppServer2004 results, visit the SPEC results page: www.spec.org/jAppServer2004/results/res2005q4/ jAppServer2004-20051122-00024.html. You can clearly tell who the top market player is. So what about WebLogic 8.1 - is WebLogic 9.0 faster than WebLogic 8.1 and earlier releases?

BEA creates the Server Performance Index (SPI) to compare the relative WLS from release to release. Similar to the "Dow Jones," the SPI of WLS performance is calculated by looking at a basket of representative performance benchmarks composed of micro and application benchmarks, and then calculating the geometric mean of these benchmarks relative to a baseline. The internal data shows that WLS 9.0 is 17 percent faster than WLS 8.1 SP4 by this measure. Also by leveraging the new WebLogic 9 capability to support new hardware, O/S, and database system, it is possible to gain much higher performance. While the effort for boosting a higher performance is never ending, obviously WebLogic 9 will give you a solid gain at the current stage.

Conclusion
With so many new features in WebLogic 9.0, the reasons to migrate to this new WebLogic Server are so overwhelming, what are you waiting for? Let's do it. Besides, you can always get BEA's professional services and technical support when you need it, so there is no more excuse not to, right?

Resources

© 2008 SYS-CON Media