Results 1 to 4 of 4
- 07-31-2012, 04:47 PM #1
Member
- Join Date
- Jul 2012
- Location
- Brisbane, Australia
- Posts
- 4
- Rep Power
- 0
Please help me in this task. very important for me .
The Implementation of a Client/Server Framework with Database Access
I need to create three files:
1.QueryClient.java: This program takes a student’s number as an argument. This program
will send the student’s number as a request to the server and wait for the server’s reply.
This program will display the student’s contact details once it receives from the server.
2. StudentServer.java: This program is continuously waiting for requests from clients. Once
the server receives a request, it will create a thread to process the request and send a
response to the client. It means that the server follows the ‘thread-per-request’ multithreading model. The server maintains students’ contact details in a table in a database. Each time the server receives a request, it will query the table for the corresponding
student’s contact details.
3. Contact.java: the Java implementation of request processing thread.
i have to use Microsoft Access as the backend database, therefore
need to use JDBC-ODBC bridge driver to query the database.
i need to use UDP as the communication protocol to program the client and the
server interaction.
The following screenshots show the outputs of an implementation of the QueryClient and the
StudentServer and the Contact table in the Microsoft Access database:


Please help me in this i m trying since morning but couldn't do this.
Thanks
- 07-31-2012, 04:50 PM #2
Re: Please help me in this task. very important for me .
Instead of images copy the contents of the command prompt:
To copy the contents of the command prompt window:
Click on Icon in upper left corner
Select Edit
Select 'Select All' - The selection will show
Click in upper left again
Select Edit and click 'Copy'
Paste here.
Do you have a java program that you are having problems with? Please copy and paste here the code and your questions.If you don't understand my response, don't ignore it, ask a question.
- 07-31-2012, 07:27 PM #3
Re: Please help me in this task. very important for me .
Please go through the Forum Rules -- particularly the second and third paragraphs.
You might also like to go through:
Guide For New Members
BB Code List - Java Programming Forum
dbWhy do they call it rush hour when nothing moves? - Robin Williams
-
Re: Please help me in this task. very important for me .
There are differences between asking for help and simply dumping your homework in the forum, and these include:
- When asking for help, you show what you've done so far and ask as specific a question as possible.
- When simply dumping your homework you do nothing more than dump the assignment without showing signs of effort.
- Folks here think much more highly of folks who show evidence of effort in both trying to solve the problem and in trying to ask their question here.
- Folks that show effort usually get decent answers. Homework dumps usually get ignored.
Similar Threads
-
Hi my java project is very important
By ozgurkicirdar in forum EclipseReplies: 4Last Post: 05-23-2012, 06:31 AM -
What exactly is networking and why is it important?
By ricardodav in forum NetworkingReplies: 2Last Post: 11-23-2010, 02:55 PM -
[SOLVED] something important i want to know
By pheonix in forum New To JavaReplies: 5Last Post: 04-11-2008, 06:44 PM -
IMPORTANT: Applet Problem Please Help!
By nvidia in forum Java AppletsReplies: 1Last Post: 01-22-2008, 02:25 AM -
Referer Problem : very Important
By berkdulger in forum Java ServletReplies: 1Last Post: 07-17-2007, 04:59 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks