Re: WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Karthik, On 11/17/2010 7:41 AM, Karthik Nanjangude wrote: > JDK1.5 Upgrade. > WEB SERVER : TOMCAT 5.0.20 Upgrade. > Logged Session Time > > An module of our WEB Application need to upload a txt / csv file > with 100K records. These Records are t

RE: WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread Karthik Nanjangude
From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, November 17, 2010 6:20 PM To: Tomcat Users List Subject: Re: WEB Application need to upload a txt / csv file with 100K records Karthik Nanjangude wrote: > Hi > > SPEC : > > JDK1.5 > WEB SERVER : TOMCAT 5.0.20 > O/

Re: WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread Marian Simpetru
Hi, you can do this using some ajax: First upload the file then in the returning JSP you will have a ajax request that check the status of the process. You can check the validation process, then the actual database insert. The resource checked will return the message (and depending of the returne

Re: WEB Application need to upload a txt / csv file with 100K records

2010-11-17 Thread André Warnier
Karthik Nanjangude wrote: Hi SPEC : JDK1.5 WEB SERVER : TOMCAT 5.0.20 O/s Linux - Unix DB Oracle 10gAS + PLSQL Logged Session Time An module of our WEB Application need to upload a txt / csv file with 100K records. These Records are to be validated with certain checks in the Business la