[Lift] Help on getting Eclipse/Maven/Lift working

2009-02-02 Thread Thomas Sant Ana
I followed the tutorial here on this page: http://scala-blogs.org/2007/12/dynamic-web-applications-with-lift-and.html And was pleased to see the application come out so quickly. However I have a question. As I save the file on Eclipse they don't get picked up by Jetty. I need to do a mvn install

[Lift] Design patterns for porting this application to Lift

2009-02-03 Thread Thomas Sant Ana
I've been working on a project to create an application to help run my RPG games. The current version is a single user Swing application (for the referee). It helps run battles and controls all the combatants in the battle. I have been considering moving this application to a web application for se

[Lift] Mapper and Record outside of Lift

2009-05-06 Thread Thomas Sant Ana
Is there a way to use Mapper or Record and the database layer without lift? I have a swing project that could benefit from this API, but I don't want to drag the entire lift framework into the project. On the same not does is work with H2? Thomas --~--~-~--~~~---~--~