CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    2

    [Java] Client - server, example

    Hello,


    I have found some example of client-server applications, unfortunetely not enough comments in code :/ Here is what I;d like to have:

    1.
    I'd like to have separate applicaction as a server that will keep values of two/three variables (0 or 1).
    In client app I want to recieve values of these two variables from server.


    2.
    I'd like to have separate applicaction as a server that will keep values of two/three variables (0 or 1).
    In client app I want to recieve values of these two variables from server AND send information to server to change them.


    Could someone please help me? It will be really great to get code for point 1, so I will try to do on my own second one


    Tequim

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: [Java] Client - server, example

    Please post links to the other forums where you have posted this question.
    Norm

  3. #3
    Join Date
    Jun 2010
    Posts
    2

    Re: [Java] Client - server, example

    Just javaprogrammingforums, no more

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured