Andy: JSP can handle anything HTML can handle plus! Therefore - of course
it can handle a robust UI! We are currently designing one here. I can't
give our code out on the net but trust me - it can do whatever you have the
imagination to do!
BTW: tabing is function of HTML forms (try a test form yourself) where you
can set tab order.
If you use an Applet be aware that they make for a fat client and you are
subjecting your users to long download times each time they try to access
your page vs. a JSP/HTML form which is a thin client (which is what the web
is really for).
You might want to go to any local bookstore and pursue the web design books
and/or check out info on the web on what HTML can do. There are any number
of sites that have "pretty robust" UIs. Just cruse around and set what you
find.
Janet
-----Original Message-----
From: Andy Oei [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 5:31 PM
To: [EMAIL PROTECTED]
Subject: JSP vs. Applet
Hi:
This is a novice question:
I am developing an "intranet database application" that needs to have a
"pretty robust" User Interface. Example: I have to be able to use full
keyboard control, like tab-ing from one field to another logical field. The
application is like an Invoice Header and Line Item where you can pick a
vendor for the invoice header and pick inventory item for the invoice line -
both on one screen/page.
Should I use applet for this purpose or can JSP handle a robust user
interface? Anyone has an example?
Thank you very much.
Andy Oei
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets