> The use of pull tools will definitely help your migration. If you can avoid
> creating individual modules than you will be far better off. I believe that
> an app using pull tools will a few base modules will be relatively easy to
> migrate.

hmm... I have written the majority of my app using all modules... I have noticed that 
it seems a bit unwiedly having all these screens and their matching classes... so are 
you recomending having a default class and making most of the stuff I put into the 
context a pull tool instead? so instead of just having a $list in my template I would 
do a 

#set ($list = $listTool.getListForUser($currentUser))

?

right now I have a fairly extensive om package and a ton of screens and modules...  I 
rewrite a ton of code everyday as I learn more about the framework... so at least I'm 
having fun doing it wrong...

</dan>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to