I have a question about wicket getApplication.
- What is the difference between getApplication() and getSession().getApplication?
- When you deploy the wicket application, is the wicketapplication object shared between all users who run it? Or is a separate instance created every time a user hits the page?