Re: T5: Examples for Cayenne integration?

2008-03-19 Thread Robert Zeigler
A little late, and a little less than promised. Rudimentary code is available at: http://code.google.com/p/tapestry5-cayenne/ Note that the code there is based on working application code, but the actual code is currently untested. Maybe I will have a bit of time this weekend to hack on this som

Re: T5: Examples for Cayenne integration?

2008-03-07 Thread Mark W. Shead
On Mar 7, 2008, at 6:11 AM, Angelo Chen wrote: I read the online doc of Tapestry5 and I found those documents are complete and informative, far better than most of open source projects, maybe what needed are some "getting started" ones or some "best practice" things for certain tasks. I

Re: T5: Examples for Cayenne integration?

2008-03-07 Thread Andreas Pardeike
On 7 mar 2008, at 13.11, Angelo Chen wrote: I have the same complaints when I started using Tapestry5, a few months later now, I read the online doc of Tapestry5 and I found those documents are complete and informative, far better than most of open source projects, maybe what needed are som

AW: T5: Examples for Cayenne integration?

2008-03-07 Thread Martin Kersten
- Von: Angelo Chen [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 7. März 2008 13:12 An: users@tapestry.apache.org Betreff: Re: T5: Examples for Cayenne integration? Hi, I have the same complaints when I started using Tapestry5, a few months later now, I read the online doc of Tapestry5 and I found

Re: T5: Examples for Cayenne integration?

2008-03-07 Thread Angelo Chen
Hi, I have the same complaints when I started using Tapestry5, a few months later now, I read the online doc of Tapestry5 and I found those documents are complete and informative, far better than most of open source projects, maybe what needed are some "getting started" ones or some "best practic

Re: T5: Examples for Cayenne integration?

2008-03-06 Thread Davor Hrg
The problem is not just tapestry, the framework it self deals with it's own area... but what users really need is guide on making applications in tapestry, and that includes knowledge of an ORM. Hibernate is great, but has many caveats, and you can not make a decent application without hibernate

Re: T5: Examples for Cayenne integration?

2008-03-06 Thread Andreas Pardeike
On 5 mar 2008, at 22.19, Robert Zeigler wrote: I'll do one better a little later today (or possibly tomorrow): I'll clean up my code and package it as a standalone "cayenne integration" module. I do believe that the need for such example(s) is quite high. What hinders T5 most from success

Re: T5: Examples for Cayenne integration?

2008-03-05 Thread Robert Zeigler
I'll do one better a little later today (or possibly tomorrow): I'll clean up my code and package it as a standalone "cayenne integration" module. Cheers, Robert On Mar 5, 2008, at 3/53:05 PM , Borut Bolčina wrote: +1 good carma if you share points 2 and 3. ;-) Cheers, bob 2008/3/5, Dav

Re: T5: Examples for Cayenne integration?

2008-03-05 Thread Borut Bolčina
+1 good carma if you share points 2 and 3. ;-) Cheers, bob 2008/3/5, David Marko <[EMAIL PROTECTED]>: > > > Can you share some code example of the integration? > > Thanks, > David > > > > > Robert Zeigler wrote: > > > > Hi Andreas, > > > > I'm using T5 + cayenne (2.x) right now. > > > > 1: > > Th

Re: T5: Examples for Cayenne integration?

2008-03-05 Thread David Marko
Can you share some code example of the integration? Thanks, David Robert Zeigler wrote: > > Hi Andreas, > > I'm using T5 + cayenne (2.x) right now. > > 1: > There are a variety of ways you could go about obtaining a data > context in your services. > 1) You could use the Cayenne-supplied

Re: T5: Examples for Cayenne integration?

2008-03-05 Thread Robert Zeigler
Hi Andreas, I'm using T5 + cayenne (2.x) right now. 1: There are a variety of ways you could go about obtaining a data context in your services. 1) You could use the Cayenne-supplied servlet filter and obtain the thread-local copy of the context 2) You could use a RequestFilter to duplicate

T5: Examples for Cayenne integration?

2008-03-05 Thread Andreas Pardeike
Hi, I have several T4 projects that use Cayenne successfully but now I would like to start a new project in T5. Though I think I got my head wrapped around the new IoC concept in T5, I still don't see the big picture. Maybe someone can provide me with pointers to examples or simply explain how I