session « EJB « JSP-Servlet Q&A





3. Ejb session Vs Servlet Sessions    coderanch.com

4. Scope of an EJB session    coderanch.com

6. how to handle session in EJB    coderanch.com

I make a small loging application using ejb this is loging jsp <%-- Document : loging Created on : Mar 18, 2010, 9:02:35 AM Author : aruna --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> JSP Page

Name password

7. EJB, JDBC Realm, Session tracking    coderanch.com

Hello All, I am developing shopping cart application with EJB. the application will be web based .ie. servlet jsp will be used with EJB. i have JavaDB. I have table named "Users". Table has 2 columns 1. user and 2. password. When the application is started, home.jsp will be displayed. The Home page(home.jsp) of my application contains: 1. Login form with ...

8. Session EJB 3.1 inheritance    coderanch.com