I know I can use a javabean in an application scope with
JSP. But does anyone know how to do it in
Servlet. I created a connection pool, and I want to use this connection in a javabean so it can be passed along and allow some util classes to get connection from the connection pool.