Subject RE: [Firebird-Java] Re: Pool Exhausted
Author Rick Debay
> this is my first take on jsp seems like they behave differently in jsp
or in databases

Don't do any database access from a JSP. The JSP should retrieve all of
it's information from the request or session context, where it was
stored by the servlet after obtaining it from a business object (which
fronts a data access object).

Rick DeBay