Thursday, September 9, 2010 20:45

Application,session,request objects in jsp

Tagged with:
Posted by Rexleed on Sunday, January 4, 2009, 21:28
This news item was posted in Java category and has 0 Comments so far.

JSP provides a set of implicit object variables for you.

One of them is the ‘application’ variable.

getServletContext().get….

can be replaced with:

application.get….

Related Posts

Leave a Reply

You can leave a response, or trackback from your own site.