id « Bean « JSP-Servlet Q&A





1. usebean id problem    coderanch.com

4. Datatype of the id in Entity Bean    coderanch.com

5. jsp:useBean id not clear    coderanch.com

Hi, I am not clear how id is working. Here is the complete working code. Can you please explain me how id portion from each file is communicating ? MurachPage303.jsp

First Name:">
Last Name: ">
E-mail: ">
...

6. How to configure the ejb-jar.xml session bean id in the WSAD?    coderanch.com

Hello I configured a new EE project in WSAD, but I found different type of session-id for session beans. [Old product, EJB 2.0, jdk 1.4.2, WSAD] 1. This is my configured ejb-jar.xml with the WSAD deployment descriptor: //... SSOEJB com.my.SSOEJBHome com.my.SSOEJB com.my.SSOEJBBean Stateless Container //... 2.Same project in the different workspace, which can run perfectly on local PC. ...