Tag Archives: JSP
Why is it not a good practice to write your JavaScript code in JSP / Servlet Page?
JavaScript is one of the easy as well as difficult par of a GUI developers coding life. It’s a very handy tool when mastered can be very useful. But if you don’t understand it well or if you are trying your hand at it for the first time you can really have nightmares.
Lets discuss a [...]
What are the JSP implicit objects ?
The Objects available in any JSP without any need for explicit declarations are implicit Objects. All of these objects have atleast page page level scope.
pageContext:The context for the JSP page. Provides access to various objects including:
servletContext: The context for the JSP page’s servlet and any web components contained in the same application. See Accessing the [...]