16 messages in com.mysql.lists.javaclient server application
FromSent OnAttachments
Ahmed K Bayyari03 Feb 2000 13:55 
John Raab03 Feb 2000 14:12 
Roy Nasser03 Feb 2000 17:13 
Ahmed K Bayyari03 Feb 2000 19:15 
Schilling, Richard07 Feb 2000 14:13 
Calistra Research Labs07 Feb 2000 19:00 
Carlos Proal08 Feb 2000 07:35 
Christian Mack10 Feb 2000 23:02 
Mark Matthews11 Feb 2000 05:32 
Cris Perdue11 Feb 2000 08:08 
John Zollinger11 Feb 2000 11:13 
LEBLANC, CLAUDE11 Feb 2000 12:07 
Mark Matthews11 Feb 2000 13:32 
LEBLANC, CLAUDE11 Feb 2000 14:30 
John Zollinger17 Feb 2000 16:58 
Roland Becker18 Feb 2000 00:00 
Subject:client server application
From:Ahmed K Bayyari (abay@yahoo.com)
Date:02/03/2000 01:55:03 PM
List:com.mysql.lists.java

Hi all, i've sent a similar email earlier last week, i got some good feedback, however, i would like to get more feedback before i start designing my application.

First of all, the application can be written in any of the following programming languages: C/C++ using ODBC, JAVA using JDBC, or Perl using DBI/DBD. I can't use Java servlets. I would prefer either java or perl.

Anyways, i need to write a socket that would act as a middle man in a three tier client/server setup. The socket would accept data from a client, process it, and then send it to the database server to be stored. The server would then send some info back to the client via the socket. Both the client and server are running on unix, the server has the JDBC and DBI/DBD modules installed for the mysql database.

I haven't done anything like this before so i really need any help that you can provide. Any recommendations on how to implement the system or good websites or books would be greatly appreciated. Oh, and i'm still a newbie in java and perl :-) but i'm extremely good with C/C++. However, most of you prefered java last time i sent this email since it's client/server implementation is the easiest and it's got tones of libraries to play around with.

Thanks alot, your help is greatly appreciated .

Ahmed