Maven archetypes perhaps? You could create a custom archetype that you could use as a starting point for your projects. Im doing this internally and its working nicely.
Cheers, Tim PS: Any chance you can change your google group name to include your surname... I keep confusing your posts with mine! On 16/04/2009 22:42, "Tim P" <[email protected]> wrote: > > Hi, > This comes directly from "The Book" list as an invitation from Marius > as a subject for discussion :-) > > What I want to do is have a "standard" program, with a complex domain > model and some nice UI features. But all my clients want extras. > They want: > a) a few extra fields to suit them > b) the fields to show up on the pages > c) some custom methods > > So I need to subclass lots of stuff and have another Lift program that > has the absolute minimum of different stuff, in order to give me a > chance of supporting them all. > > I'm a lift newbie. I know doing this in Grails (where I've been > working) is not easily achieved - you have to shift the "standard > model" into a plugin which just doesn't seem the right way to do it. > So I'd like to be able to subclass the whole thing for my customer > variations. > > How would you approach that in Lift? > Tim > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
