[Lift] Using Lift snapshot offline

2008-12-22 Thread Erick Fleming
For those of you who need to work offline for extended periods and are using the SNAPSHOT version of Lift (or any maven project for that matter), then executing mvn -o will only working for a day, since maven attempts to update any snapshoted code day. I was able to bypass this via a snapshots

[Lift] Re: Hooking into /user_mgt

2008-12-14 Thread Erick Fleming
I agree with david, in fact protouser contains several things I don't need (not a public website) and it's pretty easy to make your own. On 12/14/08, David Pollak feeder.of.the.be...@gmail.com wrote: ProtoUser is designed to allow people to get a project up and running quickly. In all my

[Lift] Re: maven problem - can't make ToDo example work - or even get off the ground.

2008-12-10 Thread Erick Fleming
What version of Maven are you using (mvn -version)? Also, it may seem silly but you need to be connected to the internet for Maven to work properly. On Wed, Dec 10, 2008 at 6:29 PM, mike beckerle [EMAIL PROTECTED] wrote: Ok, that helped. Lots happened butI still get a bunch of errors. I

[Lift] Lift Record and Object Oriented DB

2008-11-25 Thread Erick Fleming
I'm real interested in using Lift with OODBs (currently using DB4O and looking and Berkeley). Is the new Record/Field stuff (I'm ignorant about Rails) concussive for this type of data access or if it more for relational structures? --~--~-~--~~~---~--~~ You

[Lift] Re: REST CRUD web service

2008-11-18 Thread Erick Fleming
-db/xml/index.html It's an Apache Software License: http://www.oracle.com/technology/software/products/berkeley-db/htdocs/xmloslicense.html Happy to share notes as we go along. Are you connecting to db4o using Lift or Scala? Or is it in another project? Chas. Erick Fleming wrote: Chas

[Lift] Re: REST CRUD web service

2008-11-18 Thread Erick Fleming
Alex, this is a quote from the link you gave: Under the open source license, you must release the complete source code for the application that uses Berkeley DB, Berkeley DB Java Edition or Berkeley DB XML. You do not need to release the source code for components that are generally installed on

[Lift] Re: REST CRUD web service

2008-11-17 Thread Erick Fleming
Chas, I'm not doing web services yet in my current project, but have plans to. I've been using db4o as my backend, but am interested in Berkley DB. Do you know what license it's under? The Oracle website just says Open Source. On Mon, Nov 17, 2008 at 8:21 PM, Charles F. Munat [EMAIL

[Lift] Re: JQuery BlockUI

2008-11-13 Thread Erick Fleming
Got it. Thanks David On Thu, Nov 13, 2008 at 11:01 AM, David Pollak [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 8:55 PM, Erick Fleming [EMAIL PROTECTED]wrote: I'm playing with some of the JQuery features, specifically ModalDialog, but I don't see the blockUI Plugin included

[Lift] Simple form binding problem

2008-11-06 Thread Erick Fleming
I've been racking my brain on this for some time and don't understand the problem. The cancel button redirects fine, but the save button gives an error. What am I missing? lift:UserOps.edit form=POST trtdId:/tdtdfield:id //td/tr trtdFirst Name:/tdtdfield:first //td/tr trtdLast

[Lift] Re: Simple form binding problem

2008-11-06 Thread Erick Fleming
No. Just VIM and maven-plugin. On Thu, Nov 6, 2008 at 5:17 PM, David Pollak [EMAIL PROTECTED]wrote: Are you using Eclipse for development? On Thu, Nov 6, 2008 at 3:13 PM, Erick Fleming [EMAIL PROTECTED]wrote: I've been racking my brain on this for some time and don't understand

[Lift] Lift testing practices

2008-10-30 Thread Erick Fleming
I'm exploring testing, in Lift, and would like create some documentation on the topic, but I'm not sure what direction to go in. I gather from tests in the lift-example that Specs with JUnit 4 is the current perferred frameworks. But, the lift archetypes has a different approach. I'm also