Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Design Issue


  • From: jeff@xxxxxxxxxxxxxxx (Jeff Gutierrez)
  • Subject: Design Issue
  • Date: Thu, 30 Dec 1999 05:38:27 -0800

Hi Rahul,

When it comes to 'net software development, always strive to make the client
application as light weight as possible.

With your scenario, a servlet would have been an ideal solution, but since
it's not an option I believe the next best thing is to provide an
application server (your own) that handles DB access and business logic.
The problem with having the applet do the DB work is, you have to make sure
all the clients have the JDBC driver -- not a good idea.

HTH

jeff --

---
Jeff Gutierrez
Senior Software Engineer
Intertainer Inc. (http://www.intertainer.com)

"Algorithms + Data Structures = Programs"   -- Niklaus Wirth


----- Original Message -----
From: "Rahul Malhotra" <wizkid_007@xxxxxxxxxxx>
To: <advanced-java@xxxxxxxxxxxxxxxx>
Sent: Thursday, December 30, 1999 3:07 AM
Subject: Design Issue


> Environment jdk1.2.2 Winnt
> Hi All,
> I am develping an Intranet application in which my Applets want to
> communicate with the DataBase.
> Can anybody please recommend me the best way to do it. I dont want to use
> servlets. .
> Should i use sockets or RMI.
> should i connect directly with the Database using thin driver.
> Any suggetions will be helpful
> thanks in Advance
> Rahul
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> ---
> To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
> To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx
>


---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx