Re: Cayenne 3.0 is released

2010-05-07 Thread Joe Baldwin
Here is my unsolicited opinion, for what it is worth: It is my professional opinion that while Hibernate an impressive implementation, Cayenne excels on almost every measure except perhaps in the arena of perception by project managers. If a project manager is even aware of the ORM design pat

Re: Cayenne 3.0 is released

2010-05-07 Thread Marek Šabo
That's very good idea! Btw, it was the Hibernate docs that made me switch ORM provider :) -- Marek Šabo On 05/07/2010 03:53 PM, Arnaud Garcia wrote: > Very good idea !!!, > I know lot of developpers who are working with Hibernate because there is > more documentation... even if there think Cayen

Re: Cayenne 3.0 is released

2010-05-07 Thread Arnaud Garcia
Very good idea !!!, I know lot of developpers who are working with Hibernate because there is more documentation... even if there think Cayenne is (simpler/more elegant etc..) Let's start something, I will participe as much as I can/know, espacially with the integration with Wicket. ready to

Re: Cayenne 3.0 is released

2010-05-07 Thread Michael Gentry
I've just started (about a week ago) to put together a book of sorts (more of a workbook). My basic idea is an interactive workbook (I'm using TiddlyWiki) so it is searchable, copy/paste-able, shareable, etc. along with a lot of simple examples (including runnable code via Maven) illustrating a si

Re: Cayenne 3.0 is released

2010-05-07 Thread Malcolm Edgar
:) I love a good plot. I would really like to see a unified cache introduced in future versions of Cayenne. regards Malcolm Edgar On Fri, May 7, 2010 at 7:34 PM, Aristedes Maniatis wrote: > On 7/05/10 5:50 PM, Arnaud Garcia wrote: >> >> Maybe a book now ? like cayenne in action ?? > > I'm seei

Re: Cayenne 3.0 is released

2010-05-07 Thread Aristedes Maniatis
On 7/05/10 5:50 PM, Arnaud Garcia wrote: Maybe a book now ? like cayenne in action ?? I'm seeing it more as a film. Andrus would be played by Harrison Ford. Apache has been infiltrated by enemy agents working for Big Tobacco and he doesn't know who to trust. He needs to find all the mysteriou

Re: Cayenne 3.0 is released

2010-05-07 Thread Andrus Adamchik
Yes, in fact I was going to mention that on the dev list, but since this question came up here... We've already been doing some work on 3.1 while waiting for 3.0 to stabilize. A few things that are already available on the SVN trunk and will be included in the first 3.1 milestone are: * S

Re: Cayenne 3.0 is released

2010-05-07 Thread Arnaud Garcia
Many thanks for this great ORM, Maybe a book now ? like cayenne in action ?? As a newbie in cayenne, for me it is also very important to have a good book, for best practices etc... I am not good enough to start writing such a book, but definitively Cayenne needs one now Thanks again for this

Re: Cayenne 3.0 is released

2010-05-07 Thread Aristedes Maniatis
On 7/05/10 11:13 AM, gyhe wrote: By the way, what will be the major changes in the next version? Too early to say. But improvements to the configuration injection are well underway. Ari -- --> Aristedes Maniatis GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2

Re: Session Replication

2010-05-07 Thread Andrus Adamchik
On May 6, 2010, at 12:42 AM, Mike Kienenberger wrote: So it looks like the only trick is setting the channel on unserialization. I don't remember the particulars of why I mark the context as temporary on unserialization. Exactly. Serializing the entire DataContext is always the safest thing

Re: Reverse engineering existing tables... selectively

2010-05-07 Thread Andrus Adamchik
Hi Mike, Reverse engineering dialog does not support complex expressions, only patterns supported by DatabaseMetaData.getTables(): http://java.sun.com/j2se/1.5.0/docs/api/java/sql/DatabaseMetaData.html#getTables%28java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String [

Re: EJBQL and Refreshing Data

2010-05-07 Thread Andrus Adamchik
On May 6, 2010, at 11:53 PM, Andrew Lindesay wrote: Congratulations to you all on getting 3.0 formally released. thanks :-) I have lodged a new ticket "CAY-1427" for this presumed bug below. I see that maybe I could add a unit test into; org.apache.cayenne.ejbql.EJBQLCompiledExp