Re: FTP Protocol Handler

2002-07-10 Thread Anu Pidaparti
Try NetComponents from ORO software http://www.savarese.org/oro/index.html [EMAIL PROTECTED] 07/10/02 01:16PM Hello All: Does anyone know where I can find code to implement an FTP server using the standard URL / URLStreamHandlerFactory / URLStreamHandler / URLConnection chain? I basically

Re: JSP and FTP

2002-02-12 Thread Anu Pidaparti
Check this from NetComponents for various internet protocols including FTP http://www.savarese.org/oro/software/NetComponents.html Anu [EMAIL PROTECTED] 02/12 9:28 AM Dear All, I want to upload files from a JSP using the FTP. Can anbody suggest how can I proceed with this and also from where

Re: If ResultSet is null

2001-10-25 Thread Anu Pidaparti
stmt.executeQuery(sql) never returns a null resultset. ResultSet.next() method will tell you if there are any rows returned. Isak Rickyanto [EMAIL PROTECTED] 10/25 3:08 PM Hello all I want to ask about this code... This code get resultset from database,,, but if it is null (the null

Re: peoplesoft driver + jsp example ???

2001-06-15 Thread Anu Pidaparti
Peoplesoft is not a database product. Peoplesoft has several ERP products like HR/Payroll, Financials, Manufacturing etc. It supports all the major commercial databases Oracle, DB2, Sybase etc. sufi malak [EMAIL PROTECTED] 06/15 7:51 AM Hi, I have never used peoplesoft, 1) Where can I find

Re: peoplesoft driver + jsp example ???

2001-06-15 Thread Anu Pidaparti
If you want to access the underlying database of the Peoplesoft application, you would connect to it the same way as any other database. sufi malak [EMAIL PROTECTED] 06/15 8:21 AM ok, how to use peoplesoft with MS Access oe Mysql databases in jsp ? Thanks From: Anu Pidaparti [EMAIL

JRUN 3.0 Data source configuration problem

2001-02-20 Thread Anu Pidaparti
I configured the JDBC Data Sources in the JRun and tested the connection. The connection with the database is successful. In the servlet, I have a datasource object and I defined the JNDI Initial Context object and tried to look up the datasource in the intial context object. My code is as

Re: Is there any archive

2000-05-16 Thread Anu Pidaparti
The archives of this list are available at: http://archives.java.sun.com/archives/jsp-interest.html Venkat Muthusamy [EMAIL PROTECTED] 05/15 5:31 PM Hi, Is there any archives of all the mails coming thru this group.i would like to refer backome mals,which I deleted. please le me

Re: DATE IN JAVA

2000-04-27 Thread Anu Pidaparti
Use Date current = new Date(); Anu Munish Talwar [EMAIL PROTECTED] 04/27 2:02 PM Hi, Can anybody tell me how can I find today's date in Java. In Oracle or Microsoft we use sysdate, or now to do this but in java what do we have for this Thanks Munish