Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-26-2003, 11:49 PM   PM User | #1
charon
Regular Coder

 
Join Date: Jun 2002
Posts: 317
Thanks: 0
Thanked 0 Times in 0 Posts
charon is an unknown quantity at this point
Java vs ASP

hi,

I used to use ASP for cretaing dynamic web-application, but due to gonna to maintain some of the web application in JSP, so i got to learn JSP...
I'm here would like to know some of the JSP fundamental before starting my JSP training. Below are my questions.

1.) As we know, in ASP the data can be passed between pages by using Request.QueryString, Hidden Input and Session. How about JSP???

2.) Does JSP maintain state by using session object as well???

3.) Can JSP support COM components??? (For my understanding it should be can as JSP support IIS.

PLease advice????
charon is offline   Reply With Quote
Old 01-27-2003, 11:42 AM   PM User | #2
bcarl314
Mega-ultimate member


 
Join Date: Jun 2002
Location: Winona, MN - The land of 10,000 lakes
Posts: 1,855
Thanks: 1
Thanked 45 Times in 42 Posts
bcarl314 will become famous soon enough
Well here's what I know.

1) Yes, JSP can handle the query string, any information posted from a form (hidden fields) and it also has session management.

2) Yep, JSP has session object you can use.

3) I think so, but I'm not sure.
bcarl314 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:10 AM.


Advertisement
Log in to turn off these ads.