Dear Kapil,
It seems that you have got yourself in a somewhat unrelated problem.
Sevlets are a server side(web server) technology and your problem is that of
user interface i,e client side.
It seems to me( from what you have asked), that yours is a traditional
database application and as far as porting is concerned you need to
change only the front end, the back will be same.
To fecilitate this, java offers a elaborate API- mainly in terms of
JFC(swing package) and java.awt.event package. Of course you can use
java.awt package instead of JFC.
As far as your client is concerned, it is really not necessary to provide
applets as a user inerface. Applets are required only when you need browser
based interface. You can write a java application instead.
Now, if you need to give browser based interface, you can always use HTML
forms at the client and servlets at the server end. Of course a
suitable servlet engine will be required at the server end.Again the
database will be same.
I hope this answers you.
Manoj
>From: Kapil Goyal <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Urgent help required
>Date: Fri, 22 Oct 1999 17:57:22 +0530
>
>Hi
>
> I have to port a VB oracle system to Java.
> I have a screen that is very interactive like any other VB screen.Like
>suppose I select an item from a list then data about that item is populated
>in the fields.It also has a lot of buttons which when clicked give pop up
>box in which you can fill in values and then submit.
>
>Now I understand that this kind of functionality can be implemented thru
>applets.Can this also be done thru servlets and JSP(no applets).Is there a
>way to use say java buttons and say list box etc dirctly in servlets or JSP
>wothout using applets.
>My client doesn't prefer applets.
>
>
>Bye
>kapil
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html