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
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
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
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 [...]
November 18, 2008
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 [...]
October 9, 2008
The Design Decomposition Blog is written by Doug Barry.
EJB accelerators exist primarily in the middle tier of a J2EE
architecture. Their role is to accelerate the performance of storing data needed
for Enterprise Java Beans (EJBs). By speeding up the performance of the data
storage, the performance of EJBs are accelerated in general. There are four ways that this can be done.
The first way is with a transparent interface such as Java Data Objects (JDO)
coupled with an object database. In this case, there is no need for a mapping
layer because the Java object model is the same model used by the object
database. See transparent
persistence in object databases (new window).
The lack of a mapping layer is show in this diagram.
The second way is with a transparent interface such as Java Data Objects
(JDO) coupled with a relational database. In this case, there is a need for a
mapping layer because the Java object model may not match the model used by the
relational database. Nevertheless, the mapping can be moved to one location as
described in JDO data
conversion (new window). Also see transparent
persistence in object-relational mapping (new
window).
The third way is with a call-level interface such as JDBC coupled with a
relational database. In this case, there is a need for a mapping layer
because the Java object model may not match the model used by the relational
database. The mapping would need to be done at the application level as
described in JDBC data
conversion (new window). Be sure to take a look at transparent persistence vs. JDBC call-level interface (new window). This outlines some
disadvantages of using JDBC that you should consider when designing
persistence for J2EE.
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: Using EJB accelerators with application servers.
Related recent articles from Google News
Migration Failures in a WebSphere Network Deployment on an AIX Platform SYS-CON Media (press release) Migration failures may occur when migrating application run-time configurations for a large complex network deployment to a higher version of WebSphere Application Server (WAS) Network Deployment (ND) on an AIX platform. 9 Feb 2012 at 9:28am
When Java EE Is Overkill: Lightweight Application Server Benefits InfoWorld By combining the portability and agility of the Spring framework with a lightweight application server, your organization can meet business demands while staying within budget constraints. VMware vFabric™ tc Server is a modern, lightweight Java ... and more » 7 Feb 2012 at 3:36pm
The Potential Ramifications of Platform-Based Vulnerabilities on Cloud Computing SYS-CON Media (press release) (blog) Meaning they are vulnerabilities peculiar to the web or application server platform upon which applications are deployed. Mitigations for such vulnerabilities generally point to changes in configuration of the platform – limit post size, header value ... 8 Feb 2012 at 8:26pm
the case for pre-built EJB components Java World Get EJBs back in the discussion, and integrate with other non-EJB models through JAX, and see the application server vendors regain the argument that has been eroded by years of over-hype, now is the time to deliver on the hype of Java on the ... 30 Jan 2012 at 3:26pm
Book Review: JBoss AS 7: Configuration, Deployment, and Administration Java World ... similar to that used in previous versions of the JBoss application server), but then also shows how to use the Java EE 6 annotation @DataSourceDefinition to programmatically configure the data source in conjunction with an EJB 3.1 Singleton EJB. 1 Feb 2012 at 10:08am
Ethical Hacking and Countermeasures: Web Applications and Data Servers by EC-Council Description: The EC-Council Press Ethical Hacking and Countermeasures Series is comprised of five books covering a broad base of topics in offensive network security, ethical hacking, and network defense and countermeasures. The content of this series is designed to immerse the reader into an interactive environment where they will be shown how to scan, test, hack and secure information systems...
WebSphere Application Server Administration Using Jython by Robert A. Gibson, Arthur Kevin McGrath, Noel J. Bergman Description: Save Time and Money: Streamline WebSphere Application Server Management with Jython Scripting! Utilizing Jython scripting, you can dramatically reduce the effort, resources, and expense associated with managing WebSphere Application Server. WebSphere Application Server Administration Using Jython will show you how. The first start-to-finish guide to Jython scripting for WebSphere...
Internetworking with TCP/IP Vol. III Client-Server Programming and Applications-Windows Sockets Version by Douglas E. Comer, David L. Stevens Description: This volume answers the question "How does one use TCP/IP?"—focusing on the client-server paradigm, and examining algorithms for both the client and server components of a distributed program. KEY TOPICS: It presents an implementation that illustrates each design and discusses techniques like application-level gateways and tunneling. The book also reviews several standard applicat...