Credit Card Validations and Verifications

2000-08-29 Thread Ritesh_Srivastava
Hi, Has anybody worked with credit card transactions.I have to implement the same and all i know is that i have to provide a payment interface that will talk with a payment server.Can somebody provide more information on this. Thanx in advance. Regards Ritesh

Can somebody suggest the pros and cons of iPlanet Web Server?

2000-08-25 Thread Ritesh_Srivastava
Can somebody suggest the pros and cons of iPlanet Web Server? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Call EJBs from remote web server.

2000-08-22 Thread Ritesh_Srivastava
I am using J2EE server to deploy my Enterprise Java Beans(EJBs).Since servlet chaining/forwarding is not supported by Tomcat we have put our servlets on Java Web server.These servlets will do a lookup for the EJBs residing on J2EE.The problem starts here: How can i call the EJBs which are

Re: need your Suggestion

2000-08-19 Thread Ritesh_Srivastava
http://www.java.sun.com/docs/codeconv/html/CodeConventions.doc.html -- From: Rajesh Singh[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Saturday, August 19, 2000 6:03 PM To: [EMAIL PROTECTED]

Re: Upload files using jsp

2000-08-15 Thread Ritesh_Srivastava
use MultipartRequest Class for this.jspSmartUpload is also available. -- From: tonny[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Tuesday, August 15, 2000 1:21 PM To: [EMAIL PROTECTED] Subject:

Information about JDeveloper Required.

2000-08-14 Thread Ritesh_Srivastava
Platform : JSP,Java,EJB. Hi, Can anyone send me some information about Oracle JDeveloper 3.1.Can anyone suggest some good sites . Thanks in Advance. Regards Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with

Servlet Chaining in J2EE

2000-07-30 Thread Ritesh_Srivastava
how can i have servlet chaining in a J2EE application. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Model 3 architecture + custom tags

2000-07-20 Thread Ritesh_Srivastava
what are Model 1 2.where to find info about them. -- From: Marco M[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, July 20, 2000 12:04 PM To: [EMAIL PROTECTED] Subject: Re: Model 3

Form Based Authentication : JAVA PET STORE

2000-07-19 Thread Ritesh_Srivastava
Hello Please clarify the following points. 1.How to add new user to the realm( Group , userid , password) Dynamically. 2.In JAVA PET STORE ,what is the functionality of " j_security_check " in "login.jsp". 3.When J2ee Security adapter class is called in "JAVA

Adding new user to realm dynamically

2000-07-19 Thread Ritesh_Srivastava
Hello Wwe would like to know whether the following are builtin classes or usercreated . Actually these are used during the addition of a new user to REALM with userid,password,group. And For FORM BASED authentication . And also wanted to know how to add new user dynamically to

Download File?

2000-07-17 Thread Ritesh_Srivastava
hi , i have a problem.i am writing code for downloading files on the client machine from a servlet. when the client machine calls the servlet, the files to be downloaded are zipped and stored in my server.Till here it is OK.Now, this zip file should be stored or sent to the client instead

Re: JSP Editors (was RE: Using Runtime.getRuntime().exec() functi on)

2000-07-12 Thread Ritesh_Srivastava
d[0]="java"; cmd[1]="ApplicationName"; try { Runtime.getRuntime().exec(cmd); } catch(java.io.IOException e) { } As far as I remember this should work... Andrew -Original Message----- From: Ritesh_Srivastava [mailto:[EMAIL PROTECTED

Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
Runtime.getRuntime().exec("notepad") works but Runtime.getRuntime().exec("java ApplicationName") does not works. What can be the possible reason.? Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Requisition for Webservers

2000-07-11 Thread Ritesh_Srivastava
Hi, I am Hanumantha Raju require list of Webservers which suport JSPs with CUSTOM Tags. Could you please list out them Thanking you, Hanumantha Raju === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
] Subject: Re: Using Runtime.getRuntime().exec() function Ritesh_Srivastava wrote: Runtime.getRuntime().exec("notepad") works but Runtime.getRuntime().exec("java ApplicationName") does not works. Create a batch file that cd's to the startup dir os the java app, a

Re: Using Runtime.getRuntime().exec() function

2000-07-11 Thread Ritesh_Srivastava
ot;ApplicationName"; try { Runtime.getRuntime().exec(cmd); } catch(java.io.IOException e) { } As far as I remember this should work... Andrew -Original Message- From: Ritesh_Srivastava [mailto:[EMAIL PROTECTED]] Sent: 11 July 2000 13:06 To: [EMAIL PROTECTED] Subject: U

Re: Jsp welcome file

2000-07-09 Thread Ritesh_Srivastava
i suppose that a welcome page should be renamed as Index.jsp and the same should be made availabel in public_html folder. -- From: Stefano Andreani[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Monday,

How can i communicate between 2 appli. or services running on dif ferent ports.

2000-07-08 Thread Ritesh_Srivastava
How can i communicate between 2 appli. or services running on different ports. In my case: My J2EE application is running on port 8000 Calendar server is running on port 8100 My J2EE appl. calls the Calendar server by calling : href = "http://hostname:8100/ This creates an ID on the

Re: How to make stand alone application run on a browser using ap plet s?

2000-07-07 Thread Ritesh_Srivastava
PROTECTED] [EMAIL PROTECTED] "Keep Smilling. It does increase your face value" -- -- --- - Original Message - From: Ritesh_Srivastava [EMAIL PROTECTED] To: [EMAIL PROTECTED] S

Re: asp v. jsp/servlet environment?

2000-07-07 Thread Ritesh_Srivastava
i liked that -- From: Graham Cruickshanks[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Friday, July 07, 2000 9:04 PM To: [EMAIL PROTECTED] Subject: Re: asp v. jsp/servlet environment? I've

How to make stand alone application run on a browser using applet s?

2000-07-06 Thread Ritesh_Srivastava
Can anybody help me in this: How to make stand alone application run on a browser using applets? Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Mailing list for Java

2000-07-06 Thread Ritesh_Srivastava
Hi, Can anybody know me some mailing list for Java. Regards Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Starting StandAlone Application thro' HTML

2000-07-05 Thread Ritesh_Srivastava
Hi, I want to start a Java Application thro' my HTML.. The Java application runs as a stand alone java client and is run on the command prompt as follows: java FileName.Class I want to do the same from the HTML file. How can i achieve this? Please Help. Regards, Ritesh

Invoking non-console applications using Runtime.getRuntime().exec ().

2000-07-05 Thread Ritesh_Srivastava
Hi, I am trying to start a standalone Java application from my servlet. In my servlet, what exactly i am doing is as follows: On doPost() i am writing: Process p = Runtime.getRuntime().exec("Batch file"); This batch file is something like this: java MyApplication The problem is, this

Using Runtime.getRuntime().exec() function

2000-07-05 Thread Ritesh_Srivastava
Hi, From a servlet i am executing notepad application like this : Runtime.getRuntime().exec("notepad"); How can I invoke a command like this: Runtime.getRuntime().exec("dir");-- This command does not executes since this is console dependent.Can anybody help me how to do that?

Accessing Cookie outside the domain and port.

2000-07-04 Thread Ritesh_Srivastava
Hi, I have to access a cookie that is on a separate domain. I have a J2EE application running on port 8000 and Calendar Server application running on port 81.The domain for the calendar server is set as myMachineName.xyz.com I am storing a cookie on my Calendar server.This cookie is not

Getting back the resultant URL

2000-07-03 Thread Ritesh_Srivastava
Hi, I am writing a JSP file where by i have a link.Click on the link executes a command which is in the form of a URL.This URL then dispatches the message to the server and the requested page is opened.(The requested page URL is different from the one i requested 'cos the server creates a

Re: Can't Start J2EE Application Server

2000-06-29 Thread Ritesh_Srivastava
close the server, do cleanup.restart the server. If still the problem remains, restart ur computer and then start j2ee. -- From: Albert[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, June 29,

Re: WebServer Source Code

2000-06-28 Thread Ritesh_Srivastava
where is this decompiler available. -- From: Prabhakar Vardhan Ojha[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Saturday, January 02, 1999 2:56 PM To: [EMAIL PROTECTED] Subject: Re: WebServer

TimeCruiser2.0

2000-06-27 Thread Ritesh_Srivastava
Hi, Has anybody used or is working with TimeCruiser2.0? Please Reply. Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: Dispalying messages?

2000-06-23 Thread Ritesh_Srivastava
use % out.println("Hello"); % System.out.println will display the message on the server. -- From: Henki Lubis[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Friday, June 23, 2000 11:23 AM To:

Re: Session Variables...

2000-06-22 Thread Ritesh_Srivastava
use HttpSeesion object "session". session = request.getSession(true); Then session.putValue(key,value); -- From: Wilson Ernesto Lozano Rolón[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Thursday, June

Re: Calendar Server

2000-06-17 Thread Ritesh_Srivastava
PROTECTED] Subject: Re: Calendar Server Try Lotus Domino Server 5.0 - Original Message - From: "Ritesh_Srivastava" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 15, 2000 1:11 AM Subject: Re: Calendar Server For God's Sake--Please suggest? W

Re: Calendar Server

2000-06-17 Thread Ritesh_Srivastava
and reference Sent: Saturday, June 17, 2000 2:37 PM To: [EMAIL PROTECTED] Subject: Re: Calendar Server Ritesh Pls. excuse, but i haven't heard of it before..what's a calander server? bala Ritesh_Srivastava [EMAIL PROTECTED

Re: Using J2ee with iPlanet Calendar Server?

2000-06-16 Thread Ritesh_Srivastava
PLease see this mail. -- From: Ritesh_Srivastava[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Friday, June 16, 2000 10:34 AM To: [EMAIL PROTECTED] Subject: Using J2ee with iPlanet Calendar

How to configure LDAP server for the Calendar Server?

2000-06-16 Thread Ritesh_Srivastava
How to configure LDAP server for the Calendar Server? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Implement Calendar Server in ur Appli.

2000-06-15 Thread Ritesh_Srivastava
Hi, I have to implement a Calendar Server in my Application.Just Llike-on Yahoo site u will find a Calendar, the same utility we have to provide to our client. Can anybody suggest me a good Calendar Server for this purpose and moreover how to integrate the Calendar

Using J2ee with iPlanet Calendar Server?

2000-06-15 Thread Ritesh_Srivastava
Hi, I have to integrate a Calendar Server with my application running on J2EE server.I have a few queries to make? * Does J2EE supports LDAP protocol? * What is a LDAP server and why is it used. * Does the iPlanet Calendar Server which is free download is a free product

Models of J2EE

2000-06-14 Thread Ritesh_Srivastava
Can anybody suggest me what Models do J2EE follows. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

JSp debugger and EJB editor

2000-06-14 Thread Ritesh_Srivastava
Is there any debugger available for jsp pages. At the same time can anybody suggest about a good EJB editor. Regards, Ritesh === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant

Calendar Server

2000-06-14 Thread Ritesh_Srivastava
Where can i find a good Calendar Server.I think iPlanet will be OK.Can anybody suggest so? How can I integrate the Calendar Server with my application.Please Help? Regards, Ritesh === To unsubscribe: mailto [EMAIL

Re: Calendar Server

2000-06-14 Thread Ritesh_Srivastava
For God's Sake--Please suggest? Where can i find a good Calendar Server.Can anybody suggest ? How can I integrate the Calendar Server with my application.Please Help? Regards, Ritesh === To unsubscribe: mailto

Re: forward and the URL

2000-06-14 Thread Ritesh_Srivastava
use %response.sendRedirect("SimpleDbLogin.jsp")% -- From: Marco M[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Wednesday, June 14, 2000 8:41 PM To: [EMAIL PROTECTED] Subject: Re: forward and

Re: Design choices: JSP Javascript

2000-06-06 Thread Ritesh_Srivastava
on a jsp page javascript is used mainly for client side validations that are available to the client. -- From: Hines, Bill[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: 2000 $BG/ (J 6 $B7n (J 6 $BF| (J

What is the standard way of working in JSP?

2000-06-05 Thread Ritesh_Srivastava
I am sending this mail again.Please suggest? Presently we are developing application in J2EE using JSP,EJB and Oracle. though the middle tier does not gives problems but the client interface do. Presently for the browser interface we are using JSP with JavaBean.On JSP we are also doing

What is the standard way of working in JSP?

2000-06-04 Thread Ritesh_Srivastava
Presently we are developing application in J2EE using JSP,EJB and Oracle. though the middle tier does not gives problems but the client interface do. Presently for the browser interface we are using JSP with JavaBean.On JSP we are also doing some javascript work.Thhis is painful.Can anybody

functions in jsp

2000-06-02 Thread Ritesh_Srivastava
How to use functions in jsp === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html

Re: java.sql.sqlexception(Function sequence error)

2000-06-02 Thread Ritesh_Srivastava
resultset cannot contain more than a specific no. of records, though the query may return more.In ur case, the max. size for the resultset may be 50. I think u will have to get the records in sets of 50 recursively. PS: the problem may also be of DAO version.pl. check that.The same occured to me

JSP: Error display for EJB errors

2000-06-01 Thread Ritesh_Srivastava
I am using JSP with EJB. Also I am displaying error on a error Page.The problem is that, that if the error has occured on jsp page is displayed on the Error Page but when a server side error i.e EJB error occurs, then the error is displayed only on the server and not on the Error Page.How can i

Error Page?

2000-05-31 Thread Ritesh_Srivastava
Can somebody suggest me about the error handling across JSP Pages.some code will be useful. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: