no???? Wait a second. Why not? You can combine ASP and JSP pages with no
problem, you will not be able to share session objects and stuff like that,
but you can call one page from another.


> Now my question is I want to duplicate the functionality of asp by JSP. Is
that
> possible? Does JSP have all the functionalities, functions .. similar to
that of an
> Asp. Can anyone help me in this regard.

With JSP is similar to ASP and it is also very different. You get very
similar ASP-like objects with JSP like Request, Response, Session etc. You
can also write any Java code that you want. And you can access the same COM
objects that you can access with ASP if you want to run under ms java vm...

--Misha





-----Original Message-----
From: Archie Russell [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 08, 1999 2:43 PM
To: [EMAIL PROTECTED]
Subject: Re: jsp calling asp


> Now my question is I want to duplicate the functionality of asp by Jsp. =
> Is that possible? Does Jsp have all the functionalities, functions .. =
> similar to that of an Asp. Can anyone help me in this regard.

no.







Hello,

I am new to JSP. Actually I have a requirement for a Jsp that has to
communicate with ASP.

Actually,  I want to use Crystal Reports web engine to get my reports
through web. But crystal reports has a Reports server running as a service
on the web server. whenever we invoke a report via a url the .rpt files are
mapped on to the webservers port 2000. Then the crystal page server invokes
some Asps to generate the applet code for running the report in the browser.
But before that it sets the logon information for the database using the Asp
that comes with Crystal Web server.

Now my question is I want to duplicate the functionality of asp by Jsp. Is
that possible? Does Jsp have all the functionalities, functions .. similar
to that of an Asp. Can anyone help me in this regard.




Sriram Parthasarathy



Sriram

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to