Re: Connection Pool

2004-12-02 Thread Pranav Lal
Hi, I remember reading something about Oracle having its own connection pooling. Pranav At 07:09 AM 11/30/2004, Campano, Troy wrote: If you use Apache Tomcat, you can use it's built-in connection pooling libraries (which is Jakarta Commons DBCP). Here's an example... http://www.tigersleep.com/ViewA

Re: On (free) IDEs

2003-03-07 Thread Pranav Lal
Srdjan all, http://sourceforge.net/projects/solareclipse/ Do you know of any such plugins or JSP IDES that will work with Resin? or does the above plugin work with any web server? Pranav At 04:38 PM 3/5/2003 -0800, you wrote: >> From: Sascha Kaufmann [mailto:[EMAIL PROTECTED] >> hm, the official e

Re: On (free) IDEs

2003-03-03 Thread Pranav Lal
Hi, Pranav === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be foun

Re: On (free) IDEs

2003-03-03 Thread Pranav Lal
Is the IDE written in a Windows programming language or in Java? Pranav === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGES

Re: On (free) IDEs

2003-03-02 Thread Pranav Lal
Does Eclipse work for JSP as well? Pranav === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FA

Re: Closing a ResultSet, was "Re: odd oracle error"

2003-02-03 Thread Pranav Lal
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com

Re: Closing a ResultSet, was "Re: odd oracle error"

2003-01-31 Thread Pranav Lal
Hi all, Its always better to explicitly close the ResultSet. I have followed the just closing the statement approach and have still got the max open cursors error with Oracle. Pranav At 09:46 AM 1/31/2003 -0500, you wrote: >Cosmin Cremarenco <[EMAIL PROTECTED]> wrote: > >> I agree that the Statem

Re: connection alive detection

2003-01-22 Thread Pranav Lal
ession attribute that gets initialized >on every of this "critical" requests, so I can check before >any expensive operation if the client is still waiting for it... > >is something like that what do you mean? > >thanks > >-----Mensaje original- >De: Pranav

Re: connection alive detection

2003-01-22 Thread Pranav Lal
Hi Gabriel, I faced similar issues and as of now, the only way I have found to do this is session handling. Pranav At 08:31 AM 1/22/2003 +0100, you wrote: >Hi, does somebody knows if there are any way of knowing from a servlet if >the client >connection that have thrown the request is still aliv

Re: insert retrieve (text, image) jsp oracle ??

2003-01-21 Thread Pranav Lal
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com