Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Socket Programming Need Help

843790Nov 3 2008 — edited Nov 4 2008
Hi All,
I am new to socket programming. Can anybody help me out in this.
I need to develope an application which will have client server communication.
Both are on diff. machines.The prerequisite is first client need to test whether server is up and running if server is up and running then client will recieve a notification. After this notification client will send the actual required data to the server.On completing the task from server side, client will again get the accknowledgement.
This client server communication is divided in 3 parts-
1) some generic classes for making connection,releasing connections etc.
2) Listner classes as we use in AWT,Swing
3) Actual implementation/definition of class which user will use.

Can anybody tell me how to go ahead for this requirement ASAP.

Thanks in advance.
Neha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2008
Added on Nov 3 2008
6 comments
155 views