I think you should be able to do anything an ASP can under JSP if you're
using the M$ JVM. ASPs are just glorified CGI's anyway.

But it sounded like the orginal request involved a bit of software that may
_not_ have been customisable in terms of the objects it calls out to, not
sure.

Cheers,
Joe.

--
Joe Shevland
Principal Consultant
Turnaround Solutions Pty. Ltd.
Ph:  +61-03-6224-9146 * Fax: +61-03-6223-2556
--
Make money and the whole world will conspire to call you a gentleman. -Mark
Twain


> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Misha Lyalin
> Sent: Tuesday, March 09, 1999 11:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: jsp calling asp
>
>
> 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".
>

===========================================================================
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