Java framework "suggestion" for persisting the results from an Oracle 9i stored procedure using Apac
- by chocksaway
Hello, I am developing a Java servlet which calls an Oracle stored procedure. The stored procedure is likely to "grow" over time, and I have concerns the amount of time taken to "display the results on a web page".
While I am at the implementation stage, I would like some suggestions of a Persistence framework which will work on Apache Tomcat…