Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: TCP Client Server: Object Oriented

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default TCP Client Server: Object Oriented

    As the title says, I have Client/Server applications that can communicate with eachother. I used this excellent snippet.

    However, now I would like to use this to manipulate objects on the server. It will be a server to hold travel information, and the client should be able to reserve seats on a plane or whatever.

    The main bone of contention is that I don't have a clue where to start. I just want to be able to access the object on the server from the client, thats about it.

    Everywhere seems like an information overload! Any help/ideas??

    P.S. I'm developing this in netbeans and it doesn't need a GUI just yet!!!!


  2. #2
    Junior Member
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TCP Client Server: Object Oriented

    no ideas? or hints..anything

  3. #3
    Junior Member
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TCP Client Server: Object Oriented

    bump..

    Any examples,, anybody? Just show me an example/tutorial ..

Similar Threads

  1. Object Oriented Programming request please helpp...
    By dini-x in forum Object Oriented Programming
    Replies: 3
    Last Post: April 1st, 2010, 12:57 AM
  2. nebeans client server connectivity ??
    By zeeshanmirza in forum Java IDEs
    Replies: 0
    Last Post: February 22nd, 2010, 11:30 PM
  3. [SOLVED] The concept of Server and Client
    By rendy.dev in forum Java Theory & Questions
    Replies: 3
    Last Post: January 18th, 2010, 04:13 AM
  4. Object Oriented program, no output
    By boardbreaker in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 17th, 2009, 11:11 PM
  5. Replies: 2
    Last Post: November 5th, 2009, 10:15 PM