Common Approach:
Browser ---(HTTP)---> Servlet ---(JDBC)--->OracleDatabase
|
<----(HTTP)------ JSP
-----Original Message-----
From: Shawn McKisson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, November 04, 1999 9:29 AM
Subject: Re: RMI or Servlet ??
>Take a look at EJB. It might be what you need.
>--shawn
>
>Christian Nateghi wrote:
>>
>> 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
>
>___________________________________________________________________________
>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
___________________________________________________________________________
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