RSS:
Publications
Comments

Tag Archives: Java

Will Netbeans and Glassfish survive the Sun-Oracle merger ?

Well the Sun-Oracle merger throws more questions than answers everyday, though Oracle’s intention on Java cannot be doubted, on the other hand the fate of Netbeans and GlassFish is uncertain. Oracle also own WebLogic server and is more popular than Glass Fish and in all probability development on GlassFish might end in the near future.
But [...]

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 [...]