Category — Programming
getservletcontext examples in jsp
Returns a reference to the ServletContext in which the caller is executing. It comes under Interface ServletConfig. Read more about it http://www.j2ee.me/j2ee/1.4/docs/api/javax/servlet/ServletConfig.html#getServletContext%28%29
This page also links to examples on using getservletcontext.
October 31, 2009 No Comments
Download package javax.servlet
javax.servlet package are offered standalone download. However you can download them from the core download http://java.sun.com/products/servlet/download.html
If you think this is too big for your project, you can still go with tomcat server which can serve your purpose.
October 31, 2009 No Comments
Download package java.awt.event
You can visit official website for downloading package java.awt.event at http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/package-summary.html
AWT stands for Abstract Windowing Toolkit. Technically this is termed as package and it is included in the JAVA SDK itself.
Generally in Java, a package does not necessarily mean a separate file. It is used to organize classes together. We believe that you have tried to search and download package java.awt.event , which is somewhat misleading terms. Please refine your search and you will get the right one.
October 31, 2009 No Comments