Servlet is the best.You can use applet or HTML fiel as the client and applet
talks with servelt easilly using URL/URLConnection API. If you use RMI,you
must use applet as the client and the programing is complex.

>From: Christian Nateghi <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: RMI or Servlet ??
>Date: Wed, 3 Nov 1999 15:25:34 GMT0BST
>
>I need some advise on my Java Architecture design. I am new in Java
>programming, however I do have some previous OO-programming
>experience.
>
>I want to build a 3-tier application which accesses
>an oracle database through JDBC. I want to put the business
>and database functions server-side (like data retrievals, updates
>or other db checks) which then can be used in the application (thin
>client).
>
>Question: What technique is best for this architecture ? (RMI,
>Servlets,..)
>What approach should I use to develop the app?
>what software do I need in order to do this?
>
>Regards,
>
>Chris Nateghi
>
>___________________________________________________________________________
>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

Reply via email to