The Artima Developer Community
Sponsored Link

Java Buzz Forum
White Paper: GlassFish ESB High Availability and Clustering

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
White Paper: GlassFish ESB High Availability and Clustering Posted: Jan 11, 2010 11:10 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: White Paper: GlassFish ESB High Availability and Clustering
Feed Title: Java Today
Feed URL: http://weblogs.java.net/blog/editors/index.rdf
Feed Description: Java Today on java.net
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Java Today

Advertisement

Fkieviet points out the new whitepaper on GlassFish ESB High Availability and Clustering:

Mike Somekh, Mark Foster, Rastislav Kanocz have published an in-depth 42 page whitepaper on High Availability with GlassFish ESB. This whitepaper goes beyond just describing how to implement an ESB in a development environment: it covers how to move the ESB into mission-critical, high volume production and provides insight from experts who have successfully delivered real-world, high performance middleware infrastructures.

The whitepaper is free, but to get it you have to be a registered user on the sun.com site. The paper was originally announced on December 17 in an On The Record blog post:

First, the whitepaper gives an analysis of the key criteria needed to architect a highly available GlassFish ESB solution. Topics include: defining acceptable levels of downtime, degrees of allowable latency, divisions between semi-static and time-critical data and options for recovery. All of these requirements must be considered together to arrive at a solution. In addition, the whitepaper provides an examination of architecture and implementation considerations, which could affect not only the initial implementation, but future iterations as well. Following this initial analysis, the whitepaper details a reference architecture for a typical deployment solution.

The paper introduces the various clustering options that are available with GlassFish ESB (OS level, hardware level, GF app server level, ESB level, database level), then answers some key high availability questions:

  • What is an acceptable level of downtime?
  • What about options for recovery?
  • Should we consider combinations?
  • What are the architectural and implementation-level considerations?

The discussion of the reference implementation covers division of the processing into tiers, the BPEL (Business Process Execution Language) service engine, Solaris zones, virtualization, load balancing, MySQL, and the example web application. There is also helpful section that presents known issues and limitations, along with relevant work-arounds. The Appendix describes a BPEL service engine failover support test.

A lot of information is packed into the 42-page whitepaper. While you'll certainly need additional resources as you get down to the fine details of setting up a GlassFish ESB clustered environment, GlassFish ESB High Availability and Clustering points out the primary areas you'll need to address as you set up your high availability cluster.


In Java Today, Kirill Grouchnikov presents Animations 202: scrolling:

After seeing how the rules of physical world can be applied to animating colors, it’s time to talk about layout animation. If you’re a programmer, it’d be safe to say that you spend most of your waking hours in your favorite IDE – and if you’re not, you should :) Writing and modifying code in the editor part of IDE takes, quite likely, most of the time you spend in the IDE. A quite unfortunate characteristic of such an environment is that the UI around you is highly static...

fkieviet announces New High Availability and Clustering Whitepaper for GlassFish ESB:

Mike Somekh, Mark Foster, Rastislav Kanocz have published an in-depth 42 page whitepaper on High Availability with GlassFish ESB. This whitepaper goes beyond just describing how to implement an ESB in a development environment: it covers how to move the ESB into mission-critical, high volume production and provides insight from experts who have successfully delivered real-world, high performance middleware infrastructures...

Geertjan Wielenga writes about JavaHelp in a Mavenized NetBeans Platform Application:

I successfully created JavaHelp for my Mars Rover Viewer on Maven: 1. In the pom.xml of the container (i.e., the highest level pom.xml file) ...

In today's Weblogs, Fabrizio Giudici says Don't miss the JavaDay 2010 in Rome - and come to my talk:

My first speech of the year will be at the JavaDay 2010 in Rome - officially a JUG event, practically a mini-conference (with more than one thousand attendees). It's free, so save the date. My speech will be about best design practices for component oriented platforms - of course, such as the NetBeans Platform, but it's a design talk, so most concepts can be applied in different contexts as OSGi and such. The final program of the event and the detailed schedule will be published in a matter of days...

Fabrizio also posted A type-safe map-like class:

< In the forceTen GeoCoding API there's a simple map-like class named FactSheet, that contains a few attributes about a geographic entity (such as the population count, or the official elevation of the place). It's the typical scenario where you'd use a Map or a map-like class, because data items can be there or not for some entities and/or for different service providers. This class is used with something like...

Wouter van Reeven is Getting started with PrimeFaces on GlassFish v3:

According to the PrimeFaces website, "PrimeFaces is an open source component suite for Java Server Faces featuring 70+ Ajax powered rich set of JSF components. Additional TouchFaces module features a UI kit for developing mobile web applications.". Since it is an OpenSource JSF implementation that is very close to releasing JSF 2.0 compliant components, I figured it was time to try it out on GlassFish v3...

In the Forums, Major Peter has a question Re: UpdateCenter from console with GFv2.1.1: "Could someone help me with this? I only would like to add hibernate to my external installation. Is it enough, if I just copy the hibernate jar files from my local glassfish? ..."

Frederic Feytons has a Performance issue when connected to data network with Samsung F480 and S5230: "Hi, I'm currently working on a project with LWUIT 1.3 and I experience performance issues on Samsung F480 and S5230 (touch devices). If my application makes a connection to the mobile data network, my whole touch user..."

tjquinn responds Re: Can't create embeddable AppClientContainer (ACC ) ?: "I think you have found a bug. The AppClientContainerBuilder class is incorrectly trying to cast the current thread's context class loader to ACCClassLoader. For reasons related to the internal implementation of the ACC, the class loader needs..."


Our current Spotlight is Christopher Lam's How to Create a Scheduler Module in a Java EE 6 Application with TimerService: "Many a time, in a Java EE application, besides the user-triggered transactions via the UI (e.g. from the JSF), there's a need for a mechanism to execute long running jobs triggered over time, e.g., batch jobs. Although in the EJB specs there's a Timer service, where Session Beans can be scheduled to run at intervals through annotations as well as programmatically, the schedule and intervals to execute the jobs have to be pre-determined during development time and Glassfish does not provide the framework and the means to do that out-of-the-box. So it is left to the developer to code that functionality or to choose a 3rd party product to do that..."


Our current java.net Poll asks Which Java EE 6 enhancement is most significant? Voting will run through Thursday or Friday (depending on where you live).


We've just published a new java.net Feature Article, Maven Repository Managers for the Enterprise/a>, by John Smart. We're also featuring Jeff Friesen's Reading Newsfeeds in JavaFX with FeedRead, in which Jeff demonstrates how to apply JavaFX's RSS and Atom newsfeed capabilities to create a snazzy little JavaFX app that can run stand-alone or in a browser.


The latest Java Mobility Podcast is Java Mobile Podcast 92: MIDP 3.0 in Depth: Tutorials and Demonstrations: Excerpts from the JavaOne 2009 MIDP 3.0 In Depth: Tutorials and Demonstrations session with Roger Riggs, Lakshmi Dontamsetti and Stan Kao.


Current and upcoming Java Events:

Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.


Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.

-- Kevin Farnham
O'Reilly Media

Read: White Paper: GlassFish ESB High Availability and Clustering

Topic: French panel suggests taxing Google to boost music industry, cultural endeavors Previous Topic   Next Topic Topic: New Article: Maven Repository Managers for the Enterprise

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use