An application class is used to store global functionality, ie there is only
one instance of the wicketapplication subclass for your entire application.
The WebPages are equivalent to indivudal jsps, so you can have a
RegisterCarPage, RegisterHotelPage, etc. 

Does that make sense?

-Igor
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Gili
> Sent: Tuesday, August 16, 2005 9:39 PM
> To: wicket-user@lists.sourceforge.net
> Subject: Re: [Spam] [Wicket-user] New to question on Wicket 
> Application concept ?
> 
> 
>       Applications let you group application-wide settings 
> like Page aliases, HTTP redirection strategy, etc (take a 
> look at ApplicationSettings for the full list). I suggest 
> grouping all (related) pages with the same settings under the 
> same application.
> 
> Gili
> 
> Huy Do wrote:
> > Hi,
> > 
> > I'm brand spanking new to Wicket, but I love the concept. I 
> just need 
> > some help with clarifying the use of WicketApplication class ? If I 
> > was creating an holiday booking system with different 
> functions like 
> > booking a car, hotel, flights etc, would I create one wicket 
> > application class and have different webpage classes for 
> the different 
> > functions or would I have an application class per function ?
> > 
> > Many thanks.
> > 
> > HD
> > 
> > 
> > -------------------------------------------------------
> > SF.Net email is Sponsored by the Better Software Conference & EXPO 
> > September 19-22, 2005 * San Francisco, CA * Development Lifecycle 
> > Practices Agile & Plan-Driven Development * Managing 
> Projects & Teams 
> > * Testing & QA Security * Process Improvement & Measurement * 
> > http://www.sqe.com/bsce5sf 
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > 
> 
> --
> http://www.desktopbeautifier.com/
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development 
> Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * 
> Testing & QA
> Security * Process Improvement & Measurement * 
> http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 
> 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to