I'm brand new to Wicket - trying to see if I can re-design some web applications to use this framework. A couple of questions have come up right at the beginning - I'll start with the simple one....

1) Code layout - In my existing system, I have code separated into a number of different packages - for example,
         com.foo.dm  (data model)
         com.foo.da    (data access)
         com.foo.servlet
         com.foo.util
etc. etc.
Somewhere in the Wicket website, I saw something that said the code had to be all in one package. But does that mean pairs of java/html files have to be together, or does the entire program have to be in one package?

thanks,

nbc

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

Reply via email to