The samples in Aries are deigned so that they run on an OSGi platform which pulls in just enough components to run the application, for the blog sample we use Equinox as a base and build up from there.
Here are a couple of small statistics comparing the JPA and JDBC persistence implementations in the Aries blog sample:
The Java code is much more concise using JPA, the complexity has all moved into the platform. Which is, of course, the right way to go.
No comments:
Post a Comment