d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Paying For Java Project With Server/client
Add Reply New Topic New Poll
Member
Posts: 13,862
Joined: Jan 19 2008
Gold: 366.01
Nov 28 2012 12:38am
I code do this program, but I am lazy, and for the right price I'll pay someone to do it.

PM me if interested.

Code
Purpose: Demonstrate the ability to create and execute GUI based JAVA programs using classes
and object relationships, abstract methods and inheritance, applets, exception handling,
nultithreading and networking.
Write a Java program to accomplish the following:
Imagine that company XYZ asks software vendors to design and implement a simple client server
communication scheme as follows: There is one client and one server in the system and the
communication is one way from client to server only. Client displays a GUI on an applet and asks
for the end user to enter an arbitrary length text. The user enters the text, and when (s)he clicks on
the Send button, the message is sent to the server.
The Server also uses a GUI based applet and displays a menu of three options to perform on the text
received:
1.) Display the received text as is.
2.) Capitalize the received text.
3.) Reverse the text.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 28 2012 12:46am
How much are you offering?
Member
Posts: 13,862
Joined: Jan 19 2008
Gold: 366.01
Nov 28 2012 01:41pm
Quote (carteblanche @ Nov 28 2012 01:46am)
How much are you offering?


I dont want to lowball you so just state a price
Member
Posts: 22,878
Joined: Jun 30 2008
Gold: 1,065.00
Nov 28 2012 01:56pm
i have a basic client/server mutithreaded program in java if someone wants to use that as reference. Im pretty sure its CLI, so you would have to do the applet yourself.

Its pretty much the backbone of this assignment, you just have to put the extremities on it.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll