On Wed, Jun 22, 2011 at 1:13 PM, <lpri...@hope.nyc.ny.us> wrote: > Alright, now this begs a different question, > since I am using 5.2.5, and this is a brand new project, > would it be better to start using 5.3 with built-in jpa or use tynamo-jpa > and then convert? > i.e. how close are the two and how or is it much easier to set up 5.3 rather > than > tynamo-jpa with 5.2? > Is there a maven repo for 5.3 or do I have to compile from source?
For a brand new project, I'd start with 5.3. The alpha release just gained enough binding votes and will be released shortly (bits should be available in a day or two). There may be issues some issues to iron out but I bet they'd be solved in parallel while you are developing your project. Igor listed the only differences between native jpa integration and tynamo's jpa integration. Both work just fine and the majority of projects are never going to need multiple persistence units (multiple databases) and it's not drastically easier to set up either integration. However, I'd go with the native jpa integration for the same reason I'd go with 5.3: it's going to have longer maintenance lifetime, or in other words, the attention of the devs, finding and fixing bugs etc. will likely happen faster for the latest modules. Kalle > On Jun 22, 2011, at 3:45 PM, Igor Drobiazko wrote: > > On Wed, Jun 22, 2011 at 6:14 PM, Lenny Primak <lpri...@hope.nyc.ny.us>wrote: > > Hmmm. I thought this was The same as Igor's module. > > > I don't like the name "Igor's module". I'd rather call it > "Tapestry's native > > JPA integration". > > > > Whats the best one to use on a brand new project using the latest and > > greatest? > > > If you are using Tapestry 5.3, then I'd go with the built-in > integration. It > > covers a bit more than Tynamo's module: multiple persistence units and > > xml-less jpa configuration. > > -- > > Best regards, > > Igor Drobiazko > > http://tapestry5.de > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org