| Author |
* Welcome Arnaud Cogoluegnes, Thierry Templier & Andy Piper
|
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
This week, we're delighted to have Arnaud Cogoluegnes, Thierry Templier & Andy Piper helping to answer questions about the new book Spring Dynamic Modules in Action. See table of contents and a sample chapter online.
The promotion starts Tuesday, February 9th 2010 and will end on Friday, February 12th 2010.
We'll be selecting four random posters in this forum to win a free copy of the book provided by the publisher, Manning.
Please see the Book Promotion page to ensure your best chances at winning!
Posts in this welcome thread are not eligible for the drawing.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Gildas Cuisinier
Greenhorn
Joined: Dec 03, 2007
Posts: 8
|
|
Does the book deals with Spring Dm assuming that the server used is Spring DM Server (now aka Virgo) or is agnostic of any specific server?
Specifically, Dm Server allows using JPA easily with PAR Archive, but this archive format is specific to DM Server.
Does your book present the use of JPA in a portable way?
|
 |
Andy Piper
author
Greenhorn
Joined: Jan 27, 2010
Posts: 4
|
|
Hello
Gildas Cuisinier wrote:Does the book deals with Spring Dm assuming that the server used is Spring DM Server (now aka Virgo) or is agnostic of any specific server?
The book is almost entirely agnostic to the specific server used and deals with the specifics of Spring DM itself. We talk about dm Server a little, but not a great deal.
Gildas Cuisinier wrote:Specifically, Dm Server allows using JPA easily with PAR Archive, but this archive format is specific to DM Server.
Does your book present the use of JPA in a portable way?
Yes, we discuss how to use JPA without the need for invoking any proprietary extensions such as the PAR format.
andy
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Welcome Arnaud Cogoluegnes, Thierry Templier & Andy Piper !
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56179
|
|
|
Please remember to post questions in separate topics. Questions in this topic are not eligible for the book promotion.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Thierry Templier
author
Greenhorn
Joined: Jan 26, 2010
Posts: 15
|
|
To complete what Andy said, we deal with Hibernate JPA, OpenJPA and EclipseLink. The main problems when trying to use JPA within an OSGi container consist in the mapped clas visibility and the use of load time weaving to intrument managed entities when required.
The first point is directlty adresses by Spring DM with its thread context classloader management at service level.
The second point can be much more problematic since load time weaving isn't supported by all OSGi containers but the great news is that not all JPA implementations require this feature: Hibernate doesn't need it and OpenJPA leaves you the choice... Moreover, when load time weaving is required within Equinox container, you can use Equinox Aspects and its adapter for Spring.
Thierry
|
 |
 |
|
|
subject: * Welcome Arnaud Cogoluegnes, Thierry Templier & Andy Piper
|
|
|