Cayenne may be another alternative to look at; it at least partially support JPA (among other things, it has a native HTTP client request access mechanism). Just use it would like you would in Java... (Cayenne's primary configuration is through a simple GUI to generate XML meta files vs. using annotations.)
Happy Coding, Paul On Sun, Feb 22, 2009 at 8:10 PM, Paulo Cheque <[email protected]> wrote: > > Thank you! > Jorge, do you have any example or tutorial of how to do this? > > []s > Paulo > > > > On Sun, Feb 22, 2009 at 10:11 PM, Jorge Ortiz <[email protected]> wrote: >> I've used Mapper on desktop apps that don't do http. You lose a lot of the >> features but it's still usable and sometimes even convenient. >> >> YMMV, >> >> --j >> >> On Sun, Feb 22, 2009 at 4:23 PM, David Pollak >> <[email protected]> wrote: >>> >>> >>> On Sun, Feb 22, 2009 at 3:45 PM, Paulo Cheque <[email protected]> >>> wrote: >>>> >>>> Thanks by the fast answer David, and congratulations by the good work! >>>> >>>> I think this relationship is very strange (domain + http), is there >>>> any idea to change this in the future? >>> >>> Lift's Mapper stuff relies of classes in the HTTP framework for access >>> control, form generation, etc. It would significantly detract from the >>> Mapper classes to remove this kind of functionality. Plus, Lift's OR Mapper >>> stuff is nice for simple projects (like ActiveRecord), it's not meant to >>> replace the functionality of a JPA solution (caching, etc.) >>> So, no, there's no plan to remove the dependency between mapper and >>> webkit. >>> >>>> >>>> Thanks in advance again >>>> []s >>>> Paulo >>>> >>>> >>>> >>>> On Sun, Feb 22, 2009 at 8:24 PM, David Pollak >>>> <[email protected]> wrote: >>>> > Paulo, >>>> > Lift's Mapper depends on the HTTP framework. I would suggest using JPA >>>> > as a >>>> > stand-alone alternative. >>>> > Thanks, >>>> > David >>>> > >>>> > On Sun, Feb 22, 2009 at 11:04 AM, Paulo Cheque <[email protected]> >>>> > wrote: >>>> >> >>>> >> Like GORM in Grails, it is possible to use the ORM framework of Lift >>>> >> separately?? There is any tutorial or documentation avaiable? >>>> >> >>>> >> Thanks in advance >>>> >> >>>> >> []s >>>> >> Paulo >>>> >> >>>> >> >>>> > >>>> > >>>> > >>>> > -- >>>> > Lift, the simply functional web framework http://liftweb.net >>>> > Beginning Scala http://www.apress.com/book/view/1430219890 >>>> > Follow me: http://twitter.com/dpp >>>> > Git some: http://github.com/dpp >>>> > >>>> > > >>>> > >>>> >>>> >>> >>> >>> >>> -- >>> Lift, the simply functional web framework http://liftweb.net >>> Beginning Scala http://www.apress.com/book/view/1430219890 >>> Follow me: http://twitter.com/dpp >>> Git some: http://github.com/dpp >>> >>> >> >> >> > >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
