[Lift] Newbie on Lift Scala: Build in class source code?

2009-12-06 Thread itsjar
Hi, I'm considering building a web application with my software engineering group in Lift. However when I started with lift I was surprised that I received a whole log in / sign up website by just using the MegaProtoUser. This was at first sight fun, but I started wondering (and I'm pretty sure

Re: [Lift] Newbie on Lift Scala: Build in class source code?

2009-12-06 Thread Alex Boisvert
Part of the source for these objects is automatically created when you generate your lift app using the Maven archetype. For example, you'll find the source to the User class unde src/main/scala/com/liftworkshop/model/User.scala. For classes that are part of the framework, such as MegaProtoUser