1. Servlet Context for javabean coderanch.comI have been using a session bean to access my database. I pass the servlet context to the bean and this allows the bean to get the database connection pool attribute from the context. On my local machine, this servlet context never changes and my site works okay. However, on my uploaded site, the servlet context seems to change. I think ... |
2. JavaBeans in the context of Servlets coderanch.com |
3. How to access a servlet context from a JavaBean? coderanch.com |