yeah there's a problem. Our company has an application framework which works on the Servlet-centric design methodology.
There's just one master servlet.
We developed our projects on that framework.
The business methods sets up the view object in the response.
This view is available in the jsp and hence can be used to render on the page. So we don't use any of the servlet/ jsp related stuff. and anway we defintely don't use servlet 2.3 or jsp1.2 related stuff. We don't even have a useBean tag ! :-) bcos of the architecture we follow.
What w'd u suggest then?? looks like there's lots of cramming also invloved. thanks for your patience.
Originally posted by FEI NG:
Do you have Servlet and JSP background?
or a simpler question
Do you know Servlet 2.3 and JSP 1.2?
If yes.. 25 day is enough.