Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me. how can i create an application client-server on java. The application is an book-store. The client make some tasks in server. For example search for books.on the server side the application should make some tasks for example , add books , edit them etc.. . At least please give me some references and hints.
Posted

1 solution

Why would you use Java for this ? Java kind of blows. However, if you need to use it, would writing a web service for the server side work ? It seems to me like everything you would do, would be driven by requests from the client.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900