Subject | RE: [Firebird-Java] Re: Pool Exhausted |
---|---|
Author | Rick Debay |
Post date | 2005-07-14T17:04:48Z |
> this is my first take on jsp seems like they behave differently in jspor 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