Newletter Sign Up
Posts on the
Design Decomposition Blog
Iridium Satellite Collision in Space
You might have seen the recent news reports about the collision between U.S. and Russian communication satellites. The U.S. satellite was one of the Iridium satellites. What wasn’t reported and you probably don’t know is that an object database management system (ODBMS) is an important part of the Iridium system. Even though ODBMSs are a [...]
February 13, 2009
(The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services
I am now also posting on the Cutter Blog. My initial posting is (The Acronym) SOA is (Perhaps) Dead (at Some Companies); Long Live Services. It is a response to Anne Thomas Manes’ SOA is Dead; Long Live Services on her blog at the Burton Group.
January 9, 2009
Atomicity
The typical definition of an atomic task or process is one that cannot be decomposed further. This is vague and subject to interpretation. The Decomposition Matrix on this site uses a specific definition: A task (for business process diagrams) or a process (for data flow diagrams) is atomic if every input relates to every output [...]
December 3, 2008
Well-Formed Business Process Diagrams
My last posting referenced the criteria for a well-formed business process diagram mentioned in Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. I am going to expand on their criteria to create a more comprehensive definition of a well-formed business process diagram. To start, here are three criteria from [...]
November 18, 2008
Recent Business Process Modeling Books
I recently received two new books on business process modeling. Both books looked interesting because they had great titles. As it turns out, one book is great and the other not so good. The not so good book is Business Process Driven SOA using BPMN and BPEL by Matjaz B. Juric and Kapil Pant. There are [...]
October 9, 2008
The Design Decomposition Blog
is written by Doug Barry.

This architecture shows two existing relational databases being used by a J2EE application server. One database is being accessed using JDO and the other by JDBC. A third database is being used in the middle tier as an EJB accelerator.

The database used as an EJB accelerator holds data that is a copy of data from one or more of the existing relational databases. All updates from the EJB components are made directly to this database. At some later time, say at the end of a business day, the updated data is written to the existing databases in the EIS tier. This is referred to as having "staged updates" because any updates by EJB components are staged first to the database used by the EJB accelerator and then written at a later time to the underlying relational database. This is in contrast to "in-line updates" (new window). An example of staging data would to "publish" a catalog to the middle-tier database based on multiple data sources. The EJB components then could use this "published" data directly without requiring direct Internet access to the databases in the EIS tier. 

This architecture might very well provide much better performance than the "in-line updates" (new window). It does not include the activity with the EIS Tier within transaction boundaries.

Object databases make for an excellent middle-tier database for use with EJB components. This is because the object model used by EJB components is the same model used by object databases. For more information, see:

J2EE enterprise architecture with staged updates JDO JDBC EJB

Multiple components use JDO to access the relational database. JDO allows the mapping between Java objects and tables to be defined in one place for use by the multiple components. See JDO data conversion (new window).

The JDBC interface is used by the Web Server to access simple data. See when to use JDBC with Java application servers (new window).

Also see:

Related content for: J2EE enterprise architecture with staged updates

More on the general topic: Architectures using databases in the middle tier

Read more free articles on this site

There are nearly 400 pages of articles on this site with over 20 pages on application servers.

Search this site for more articles

Custom Search

Browse this site for more articles

Click on the topics below to browse the articles on this site. You can see more detail by clicking on the arrows. This highlights the location of the current article: J2EE enterprise architecture with staged updates.

Related recent articles from Google News

TecSec Aims Suits at IBM, Cisco, eBay
Wall Street Journal (blog)
The suit extends to IBM's DB2 and WebSphere Application Server, Oracle's Application Server and Oracle Database System and Sun's UltraSPARC processors. ...
With Bug Public, Oracle Rushes out WebLogic Fix
PC World
Oracle has rushed out a patch for its WebLogic application server, two weeks after a Russian security researcher posted ...
Oracle patches flaw, Asustek to take on iPad Computerworld
all 16 news articles »
WebSphere Specialist: 3-6 month contract with view to permanent
iT News
More than 4 years experience in administration and configuration management of WebSphere Portal server 6, 6.1 along with Application Server More than 3 ...
Report: Worldwide Application Server Software Platform (ASSP) Market (2006 ...
OfficialWire (press release)
by Press Office This report analyzes the worldwide markets for Application Server Software Platform in US$ Million by the following operating Systems ...
Solix Technologies Launches Solix ExAPPS, Industry's First Appliance to ...
PR Web (press release)
... storage and software components - Database with Massive Compression capabilities (90% data compression), Application Server andSolix EDMS Application ...
More related news on: "application server"

Related books at Amazon.com

JBoss in Action: Configuring the JBoss Application Server
JBoss in Action: Configuring the JBoss Application Server
by Javid Jamae, Peter Johnson
Average Customer Review: 5 stars based on 4 reviews.
Customer Review: I bought this book about 6 months ago to prepare for a projected move to the JBoss AS from Websphere. As with most technical books I read as much as I needed for the tasks at hand. My project seems to be cancelled, so I may not go back to this book, but I'd like to leave this review. I believe this is the only book targeted at JBoss ...
WebSphere Application Server Administration Using Jython
WebSphere Application Server Administration Using Jython
by Robert A. Gibson, Arthur Kevin McGrath, Noel J. Bergman
Average Customer Review: 5 stars based on 3 reviews.
Customer Review: I was introduced to this book during a Jython class taught by Keven McGrath. He kept referring to the book in the classroom, and bringing up sample pages for examples. I was favorably impressed during the class, and even more so when the book finally arrived. They take a very important subset of Jython code for WebSphere and give con...
Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version
Internetworking with TCP/IP, Vol. III: Client-Server Programming and Applications, Linux/Posix Sockets Version
by Douglas E. Comer, David L. Stevens
Average Customer Review: 5 stars based on 2 reviews.
Customer Review: If you are a linux lover and want to dig into client/server (socket) programming , this book is a good choice. Compared with Steven's Unix Network Programming, this book is more simply and clearly written. Not like Steven who is an expert in explaining details, Comer is good at giving a sound explanation of the network programming pr...
70-643: Windows Server 2008 Applications Infrastructure Configuration, Package (Microsoft Official Academic Course Series)
70-643: Windows Server 2008 Applications Infrastructure Configuration, Package (Microsoft Official Academic Course Series)
by Microsoft Official Academic Course
Average Customer Review: 2 stars based on 1 review.
Customer Review: Decided to buy the MOC (MS Official Curriculum) for this test. Didn't find it worth the money. Seemed to be a longer read than the Sybex books (although didn't use the Sybex book for this exam so I can't say how it would compare). Text was well written and easy to understand. It was written for a newbie to network admin role. I was up...
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version
by Douglas E. Comer, David L. Stevens
Average Customer Review: 4 stars based on 8 reviews.
Customer Review: It was a very good buy, good quality and best price. Delivery was on time.
More related books: Search Amazon.com for application server