MVC architecture question
In my application design I use a servlet controller.
Is it wise to make all the connections to the ejbs (lookups) in the init method of the servlet and save it in the ServletContext object so when I need to use it in a jsp view just to extract it from the application object?
Thamk you in advance,
Best regards
Dan Bunea

