What is JSP Custom Tags? Overview of Tags Benefits of Custom Tags How to Develop a Custom Tag Developing a Tag Handler Developing the TLD File Including the Tag Library in a JSP Including...
What is Component? What is Distributed Component? What is JavaBean? What is Difference between JavaBean and EJB (Enterprise Java Bean )? How JavaBeans can be Used in JSP pages? JavaBean scope setting in Servlet....
JSP Packages JSP Classes Examples JSP Packages Java Server Pages API contains four Packages javax.el : Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. javax.servlet.jsp...
What is JSP? Differences between servlets and JSP JSP Steps for transforming into Servlet JSP Life Cycle Components of JSP JSP Directives JSP Scripting JSP Action Tags JSP Implicit Object Comment Style in JSP...
What does sendRedirect()? Examples What does sendRedirect() Sends a temporary redirect response to the client using the specified redirect location URL. This is a client side reDirect. When a sendRedirect method is invoked, it...
What is Inter-Servlet Communication. Technique to do Inter-Servlet Communication Examples What is Inter-Servlet Communication A process where two or more servlets communicates with each other to process the client request. A servlet can forward...
What is Session? What is Session Management? Why Use Session Management? Different ways to maintain Session. Hidden form field URL rewriting Cookies Servlet session API [ HttpSession ] Session Management Examples What is Session?...
What is Servlets and its need? Classes and interfaces to develop Servlets Life Cycle of Servlet and its Method Steps to develop and deploy a Servlet Understanding web.xml [ a deployment descriptor ] Examples...
Introduction to J2EE Model 1 Architecture Model 2 Architecture[ MVC : Model View Controller ] J2EE as Multi Tier Architecture Terminology in J2EE J2EE Containers and its Type Application Servers Available for J2EE Components...
Recent Comments