yes, these may belong in your WebApplication subclass.
however, you may want to be careful to separate your 
/web/ application from your /application/ (to keep details
of your web tier isolated).  for example, at my work, we 
have both a WebApplication subclass that contains a 
variety of things related to our web application AND a 
separate application class that holds values that are 
global to the whole project and have nothing at all to 
do with Wicket.  in time, you can end up with multiple
WebApplications, so it's a good idea to think this through.


Eelco Hillenius wrote:
> 
> On 9/24/07, Thies Edeling <[EMAIL PROTECTED]> wrote:
>> Why not just add them to your Application class?
> 
> Yep, that's what you should do. If what you want to achieve is
> specific for one application, put them as members in your application
> class, or if you need something more generic, you can use
> Application's meta data facility (get/setMetaData).
> 
> Eelco
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Global-variables-tf4509527.html#a12870159
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to