InfoQ

News

Oracle delivers first new release of the WebLogic App Server since BEA acquisition

Posted by Dionysios G. Synodinos on Aug 20, 2008 06:37 AM

Community
Java
Topics
Application Servers
Tags
WebLogic ,
Oracle ,
Java EE ,
BEA ,
Eclipse ,
Spring

Oracle has announced the release of WebLogic Server 10g R3 which is the first release of BEA’s Application Server since its acquisition by Oracle earlier this year. This version adds support for Java SE 6, Spring, Comet, improved Operations Control, FastSwap Deployment and more.

Oracle WebLogic Server 10g fully implements the latest Java EE standards and offers choice in development frameworks and integral tooling. Also it provides comprehensive management capabilities that enable administration via a graphical console and/or automation. Clustering technology is also available with cross domain management and diagnostic tooling.

This latest version offers several new features and capabilities:

  • Oracle WebLogic Server 10g R3 brings a new level of improved developer and end-user experience, offering a lighter-weight footprint, optional service startup, and faster startup, while the new FastSwap feature provides seamless and rapid develop-debug-test cycles
  • Oracle WebLogic Server 10g R3's support for Spring developers is further expanded so developers can enjoy the Spring experience with the broad capabilities, stability, and manageability of Oracle WebLogic.
  • The new HTTP publish-subscribe feature enables improved out-of-the-box capability for support of dynamically updated Web 2.0 style rich user interfaces.
  • Support for Java SE 6 and JRockit Mission Control allows developers and end-users to get more performance and insight into application behavior and responsiveness.

Integration with Eclipse is also included with the Oracle Workshop for WebLogic 10g R3 plugin:

The following functional areas define the core components of this Eclipse and Web tools platform based development environment:

  • Enhanced server plug-ins for multiple versions of Oracle WebLogic Server*
  • Visual Oracle WebLogic Server Web Service and XML IDE
  • WYSIWYG Web and presentation tier tools for portable Java Web applications
  • Object – Relational Mapping Workbench and database tools
  • Apache Beehive IDE
  • AppXRay support for the above components
  • Spring IDE Project and Spring code generation wizards
  • Core IDE features for Java SE and Java EE
  • Built in Web application and Web service test client
  • Upgrade tools for Workshop 8.1, 9.2 and 10 users

For supporting next generation Web 2.0 applications, Oracle has added support for Comet with a new HTTP Publish-Subscribe server based on the Bayeux protocol.

An HTTP Publish-Subscribe Server (also called pub-sub server) is a channels-based publish/subscribe mechanism for Web clients to send and receive asynchronous messages over HTTP. One of the principal uses of the pub-sub server is to build event-driven or push-based Web 2.0 internet applications that are collaborative and capable of supporting multiple listening and publishing channels with thousands of users.

An extensive list of the new features is available at BEA’s site.

You can find all the latest information about Applications Servers at: http://www.infoq.com/ApplicationServers

2 comments

Reply

Not interested by Shane Witbeck Posted Aug 20, 2008 10:54 AM
Re: Not interested by Mercedes zephone Posted Nov 18, 2008 3:12 PM
  1. Back to top

    Not interested

    Aug 20, 2008 10:54 AM by Shane Witbeck

    At the new, unreachable license costs that Oracle has introduced, the nice feature list becomes moot for a lot of customers. I've seen a lot of clients (including large corps) move away from the uber app servers to more manageable (and cheaper) solutions.

  2. Back to top

    Re: Not interested

    Nov 18, 2008 3:12 PM by Mercedes zephone

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.