Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Ryan Slobojan on Sep 11, 2007
Apache OpenJPA, an open-source implementation of the Java Persistence API (JPA), recently released version 1.0.0. InfoQ spoke with OpenJPA project lead Patrick Linskey to learn more about this release.
Linskey described some important OpenJPA features and extensions:
@GeneratedValue to all numeric field types, expanded lazy loading/dirty tracking capabilitiesLinskey also mentioned that BEA's Kodo is based off of OpenJPA, although they do not follow similar release cycles - Kodo tends to be released in sync with BEA's WebLogic application server.
In addition to BEA WebLogic using OpenJPA as it's JPA implementation through Kodo, Apache Geronimo's recent 2.0 release also uses OpenJPA through the Apache OpenEJB project. OpenJPA is also used in several other products, and Linskey identified Compass project lead Shay Banon as a key to the integration between Compass and OpenJPA. Linskey was also asked what the future plans were for OpenJPA:
Now that the JPA2 spec team is starting to get underway, obviously, that is a big focus for us. The JPA 1.0 specification covers a large amount of what most users will need to build applications, but there are a few important areas of the O/R mapping problem that the JPA spec does not yet cover. Beefing up this coverage is a big focus of ours for the next JPA specification release.
From a product standpoint, we have a number of ideas around cache optimization for heavy-write environments and further enhancements for highly-concurrent applications running in multi-core environments. We've also done a bunch of work around support for accessing OpenJPA via alternate programming models, such as SCA's Service Data Objects specification, or other dynamic APIs.
For more details about OpenJPA, please take a look at a recent InfoQ presentation in which Patrick Linskey discusses OpenJPA and the JPA specification in detail.
Introducing SQLFire: a memory-optimized, high performance SQL database
Tutorial: Integrating SQLFire with tc Server and Spring Data
The WebSphere Liberty Profile for Developers: An Introduction
Troubleshoot Java/.NET performance while getting full visibility in production
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
hi Patrick,
congrats on the 1.0. When is 2.0 spec expected to complete ? When is 2.0 for OpenJPA scheduled for ?
It's usually the case that the VERSION 3 of a product is the REALLY USABLE version of a product. That was the case with Windows, Windows NT and hibernate (among other products). Will we see a difference in the case of OpenJPA ?
Thank you,
BR,
~A
Hi All,
Does anyone know how OpenJPA compares to Hibernate 3.2(3.x) in terms of
1) JPA compliance
2) Performance
3) Features.(Native Hibernate).
Thank you,
BR,
~A
congrats on the 1.0.
Thanks!When is 2.0 spec expected to complete ? When is 2.0 for OpenJPA scheduled for ?
JPA 2.0 is just getting underway right now; I think that it's targeted to be released in around 18 months or so, but I might be off by a bit there.
OpenJPA will track the 2.0 spec as closely as we can, given the terms of the JCP agreements.It's usually the case that the VERSION 3 of a product is the REALLY USABLE version of a product. That was the case with Windows, Windows NT and hibernate (among other products). Will we see a difference in the case of OpenJPA ?
Well, OpenJPA is derived from the Kodo 4.0 codebase, so by your metric, things should be pretty usable already. But I'll leave that to others to judge -- I know the APIs quite well at this point, and find them very usable in general. We did a bunch of work just prior to the 1.0 release to hammer down the "published" extension APIs and to make them align well with Java 5; hopefully, that work will prove to last over time.
-Patrick
--
Patrick Linskey
bea.com
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
3 comments
Watch Thread Reply