Martijn Dashorst wrote:
On 9/26/07, Neil B. Cohen <[EMAIL PROTECTED]> wrote:
to be all in one package. But does that mean pairs of java/html files
have to be together

Yes, unless you don't want it to, but then you have to resort to other
tricks (enough examples regarding that on this list).

The easiest way to start learning wicket, imo, is to keep everything
related to a page, border or panel together in the same package
directory: .java, .html and .properties

That makes sense - but if I have data model objects like 'User.java' which are used by multiple pages, then it would seem that all the pages (and all the related data model objects) have to end up in the same package with 'User' - yes? Or am I missing something obvious here... It seems like the entire program will be contained in one package. That isn't the end of the world for me - I just want to be sure I understand it...

Thanks -

nbc
or does the entire program have to be in one package?

No (unless you want to)

Martijn



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

Reply via email to