How Software Gets Done  


(No Login on Secured Page)

Custom Software Buyers
Request new bids
Search Coders
My Account
 
My Buyer 'To Do' List
 
My bid requests
  My escrow account
 
My General Info
 
Help for Buyers
Articles for Buyers
FAQ for Buyers
Latest News
 

Custom Software Coders

Newest open work
Browse all work
Search all work
My Account
 
My Coder 'To Do' List
 
My bids
 
My General Info
  My credit account
 
Help for Coders
Articles for Coders
FAQ for Coders
Latest News
 

Affiliates

My account
 
My pipeline
 
My credit account
 
Help for Affiliates
Latest News
 
Newest Open Bid Requests.
Marketing Documents Work
By Tometa Software, Inc. on May 6
Max Bid: Open to fair suggestions


Enumerate Fonts from NT Registry via API
By Sting-Ray on May 6
Max Bid: $15


help with .mov files
By Alvin Rogers on May 6
Max Bid: Open to fair suggestions


multi threaded smtp server
By hoodle on May 5
Max Bid: Open to fair suggestions


ASP Shopping Cart w/ Paypal solution
By lindenmj on May 5
Max Bid: $50


Linux Server Setup
By QUIET on May 5
Max Bid: Open to fair suggestions


Click here to put this ticker on your own site

Open Work Categories.
Database 
(142 open)
   Access 
(59 open)
   MySQL 
(70 open)
   Oracle 
(10 open)
   SQL Server 
(50 open)
   Other DB 
(13 open)
Documentation / Tech Writing 
(29 open)
Data Entry 
(17 open)
Game Development 
(20 open)
Graphics / Art / Music 
(37 open)
   Graphics 
(54 open)
     3d Animation 
(16 open)
   Art (Misc.) 
(17 open)
   Music 
(4 open)
   3d Modeling 
(7 open)
Language Specific 
(104 open)
   ASP 
(68 open)
   C# 
(35 open)
   C++ / C 
(106 open)
   Cocoa / Obj-C 
(1 open)
   Cold Fusion 
(3 open)
   Delphi 
(35 open)
   Java 
(59 open)
   Perl 
(34 open)
   PHP 
(80 open)
   XML/XSL 
(25 open)
   Visual Basic 
(140 open)
   Visual Basic .Net 
(70 open)
   Other 
(50 open)
Misc 
(38 open)
   CAD 
(2 open)
MultiMedia 
(28 open)
Network 
(39 open)
   Network Design 
(10 open)
   Network Implementation 
(13 open)
Platforms 
(60 open)
   Windows 
(149 open)
     MS Exchange 
(2 open)
     MS Office 
(13 open)
     Other 
(9 open)
   Internet Browser 
(39 open)
   Linux 
(50 open)
   UNIX 
(24 open)
   Hand Held/PDA Programming 
(7 open)
Requirements 
(14 open)
Security 
(40 open)
Testing / Quality Assurance 
(16 open)
Web 
(142 open)
   Page Design 
(74 open)
   Flash 
(46 open)
   Web Services 
(74 open)
   Web (Other) 
(73 open)
Training 
(12 open)
   Computer Based 
(14 open)
 
Other
 
Other Sites

Download the free Rent A Coder IE toolbar!
 
Show Bid Request

Java Server/Client application
Bid Request Id: 14018
Bookmark in my 'To Do' list
Posted by: neil_l (1 ratings)
(Software buyer rating 10)
Non-action Ratio: Above Average - 40.00%
Posted: Apr 19, 2002
11:22:15 AM EDT
Bidding Closes: May 3, 2002
11:47:19 AM EDT
Viewed (by coders): 569 times
Deadline: 5/12/2002
TIME EXPIRED
Phase:
100% of work completed and accepted. Coder has been paid.
Max Accepted Bid: Bidding is closed
Project Type: Medium Business Project: $500 (USD) +
Bidding Type: Open Auction
Categories: Java, UNIX
Enter chat room for this bid request
(0 active users at May 6, 2003 5:01:15 AM EDT)

Description:
The specification is open allowing you to design your own system and user interfaces.

Internet CD Lending Library

Design and implement a server together with Swing based librarian and customer applications to create a lending library issuing CDs over the internet. You will need to design and implement a suitable means of communication (protocol) between the server and applications. The data representing the library must be maintained by the server which should carry out all manipulation of the data files representing the library.

You may assume that CDs are automatically mailed out when borrowed and that a customer returns any items via the postal service.

Librarians using their application should, at least, be able to:
• Add a CD or customer to the library
• Remove a CD or customer from the library
• Modify a CD or customer
• Return a CD to the library

Any changes made by the librarian should be permanent. I.e. should change the data files on disk.


Customers using their application should, at least, be able to:
• View a list of all CDs currently in the library.
• Search for a CD by artist name, cd title, or trackname
• Select a CD and borrow it if it is not already on loan.

With the exception of EasyIn, you should only use standard Java library classes. No classes, other than EasyIn, from books or development environments should be used. Neither should any code submitted be generated by a builder environment such as Forte or Jbuilder.

Just to clarify : 3 programs required. -
i) the server (contains data, and performs manipulations)
ii) the librarian application (with GUI)
iii) the customer application (with GUI)



Deliverables:
Complete and fully-functional working program(s) in executable form as well as complete commented source code of all work done.

Complete copyrights to all work purchased.


A detailed description of the classes that make up your programs.

A description of how the system works. This should include details of the communication between the applications and server.

A brief user guide for the system. As well as instructions on how to use the client applications
(not fancy, just plain instructions)

Platform:
UNIX. All JDK versions

Must be 100% finished and received by buyer on:
May 12, 2002 EDT
Deadline legal notes: All times are expressed in the time zone of the site EDT (UT - 5). If the buyer omitted a time, then the deadline is 11:59:59 PM EDT on the indicated date.

Special Conditions / Other:
Needs to to be done by 12th May 2002

Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.



Bidding/Comments:
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests.

See all rejected bids (and all comments)
Name   Bid Amount 
 
Date   Coder Rating  
This bid was accepted by the buyer!
Sammy Leong
(78 ratings)
in Scarborough, Ontario
Canada
Bid id: 153,789
 
$500 (USD) Apr 19, 2002
12:57:56 PM EDT
 10
(Excellent)
   
Hello, here are the specs of how I will make this:

* Protocol used will be TCP/IP since it's the most standard protocol
* This will be implemted using SUN Java 1.3 or SUN Java 1.4.
* I will implement the server with all the requirements you want.
* I could implement the server in 1 of 2 ways: (1) store data into custom binary or text file (2) store data into a MySQL database, which ever you prefer
* I will implement both clients with the features you want
If you want me to do this job, please accept the bid asap so I can start work asap and not waste any time.

Awaiting your reply...

 
 
 
 
  See 9 private reply(ies)
to/from Sammy Leong.
 




Quick Search
 

 Advanced Search
Newest Open Work
Latest News

 
Credentials


 

 
Rent A Coder upholds the rigorous business practices required to be both a BBB member and Square Trade vendor.
  • All customer issues addressed within 2 days
  • Openly disclosed pricing and return policies
  • Participation in mediation at buyer request
  • Superior selling track record
This site is verified through its parent company, Exhedra Solutions, Inc.
 

Rent A Coder Top Coders.


Anuj Gakhar
Rated a 9.98 on 92 jobs 
Securenext
Rated a 9.98 on 97 jobs 
Buddies
Rated a 9.82 on 76 jobs 
Codman
Rated a 9.97 on 137 jobs 
Andrei Remenchuk
Rated a 10 on 12 jobs 
Michael Sharp
Rated a 9.98 on 167 jobs 
teleCODERS
Rated a 9.93 on 67 jobs 
RNA
Rated a 9.93 on 35 jobs 
hernest
Rated a 10 on 109 jobs 
markesh
Rated a 10 on 21 jobs 

See all top coders...

(What makes a top coder?)

Top Exam Scorers
 
Other
Rent A Coder is PayPal verified through its parent company, Exhedra Solutions, Inc.

Created in partnership with:

 


Affiliate Sites



Latest News | About Us | Kudos | Feedback/Contact    Affiliates | Advertise    Privacy | Legal

Copyright © 2001, Exhedra Solutions, Inc. All rights reserved.
By using this site you agree to its Terms and Conditions.
"Rent A Coder" (tm), "Safe Project Escrow" (tm) and "How Software Gets Done" (tm)
are trademarks of Exhedra Solutions, Inc.