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 -~----------~----~----~----~------~----~------~--~---
