B
bill
Hi all,
I'm new to jsp and xml. I don't expect anyone to code my solution for
me but I have NO IDEA which way to go to learn what I need to know in
order to get this done. I bought a few books which have helped but I'm
basically stuck. I have some background in programming (ASP, VB) but
I'm having a rough go at getting started with jsp. In the last week
I've managed to install the J2SE, Tomcat and Tomcat connector on a Win
2000 server running IIS 5. Now the task I have at hand is this. I have
a simple form. Call it form #1 which contains a textfield for an e-mail
address and a submit button. I use form #1 to connect to a db2 database
via a supplied java based API that was written by my company. This API
then returns some XML about the person attached to that e-mail address.
If the e-mail address is not found I need to redirect to an eror page.
If the e-mail address IS found in the database, I need to strip out
just the e-mail address, put it into some kind of variable and redirect
the user to another form (Form #2) populating the e-mail field in Form
#2 with that same e-mail address. What techniques should I be looking
into to learn what I need to know? If it were php and mySql I could
have had the project finished in the length of time ot took me to write
this post lol. Thanks All!
I'm new to jsp and xml. I don't expect anyone to code my solution for
me but I have NO IDEA which way to go to learn what I need to know in
order to get this done. I bought a few books which have helped but I'm
basically stuck. I have some background in programming (ASP, VB) but
I'm having a rough go at getting started with jsp. In the last week
I've managed to install the J2SE, Tomcat and Tomcat connector on a Win
2000 server running IIS 5. Now the task I have at hand is this. I have
a simple form. Call it form #1 which contains a textfield for an e-mail
address and a submit button. I use form #1 to connect to a db2 database
via a supplied java based API that was written by my company. This API
then returns some XML about the person attached to that e-mail address.
If the e-mail address is not found I need to redirect to an eror page.
If the e-mail address IS found in the database, I need to strip out
just the e-mail address, put it into some kind of variable and redirect
the user to another form (Form #2) populating the e-mail field in Form
#2 with that same e-mail address. What techniques should I be looking
into to learn what I need to know? If it were php and mySql I could
have had the project finished in the length of time ot took me to write
this post lol. Thanks All!