InfoQ

News

BEA announces Real Time 2.0, WebLogic Event Server

Posted by Geoffrey Wiseman on Jun 06, 2007 06:59 AM

Community
Java
Topics
Messaging ,
Real Time
Tags
Real Time Java ,
Esper ,
BEA

BEA recently announced WebLogic Event Server, a Java application server designed for event-driven applications and WebLogic Real Time 2.0 a new release of BEA's real-time technology.

Event-driven architectures include simple event processing, complex event processing (CEP) and event stream processing (ESP) are an in area that the Gartner group is poised for significant growth. Although the servers and frameworks that target event processing are used primarily in organizations that are very clearly event-driven (capital markets, fraud detection, network monitoring), most environments are at least partially driven by a stream of events, and might find that an event-driven architecture makes some problems more tractable.

BEA's event server offers an SQL-like event processing language which can be used to locate an event or pattern of events within an event stream (or within a sliding or batched window of an event stream) or even transform one event stream into another.

Although WebLogic Event Server is at version 2.0, this is the first public release for BEA, currently in beta, with general availability expected for Summer 2007. However, it joins other complex event processing and event-stream processing servers/frameworks such as Esper and NEsper (Java and .NET respectively), Apama and others.

BEA believes that WebLogic Event Server will offer a compelling experience because it contains an event-processing engine integrated with a "lightweight but full featured application server", which could reduce the overhead involved in taking up event processing, and make it easier to integrate event processing with existing applications and web services. For demanding environments where timing is critical, WebLogic Event Server can also be combined with WebLogic Real Time 2.0. Ruma Sanyal, the product marketing director for Event Server and Real Time, speaking with InfoQ, expanded:

If you need 100% guaranteed predictability of response time, WebLogic Real Time will provide that. WebLogic Real time will also bring the latency down on average to microseconds, as opposed to if WebLogic Event Server was using a 'regular' JVM

WebLogic Real Time 2.0 offers improved timing guarantees, with a "guaranteed worst-case pause time of ten milliseconds" and "guaranteed sub-millisecond response time for standard java."

Sun Microsystems recently announced a real-time system for Java. Speaking about some of the competition, Guy Churchward, Vice President of WebLogic Products said:

Unlike other Java platforms that claim real-time performance, WebLogic Real Time supports standard applications with no special architectures, language extensions or APIs. Version 2.0, with 10-millisecond worst-case pause time, is the new industry standard for latency-sensitive IT environments.

In addition, Real Time 2.0 offers a latency analyzer tool to help "analyze and tune sources of latency in their applications". Tuning is an important part of ensuring an application meets its real-time goals, and so tool support for this area may make life easier for developers of real-time systems.

For more information, continue reading the WebLogic Event Server documentation, or read more about Real Time, Real Time Java, or Event Stream Processing here at InfoQ.

ESPER by Guillaume Laforge Posted Jun 6, 2007 2:22 PM
  1. Back to top

    ESPER

    Jun 6, 2007 2:22 PM by Guillaume Laforge

    I'm wondering whether BEA leverages the Esper engine under the hood...

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.