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 2 of 2

Thread: Passing objects between server & client

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Passing objects between server & client

    hi,
    i want to make a server-client connection, in a way that the client sends a request, then the server adapt the request - and returns an object as a result - and then the client is able to use the object, call it methods and etc..

    general details: the server is expected to work with lots of users (about thousands) and the client is a mobile application.

    does anyone have an idea how can i do that?
    Thanks.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Passing objects between server & client

    See the following tutorials for two different methods
    Lesson: All About Sockets (The Java™ Tutorials > Custom Networking)
    Trail: RMI (The Java™ Tutorials)

Similar Threads

  1. Bluetooth Client & Server
    By SarahVeni in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 5th, 2013, 03:47 AM
  2. Replies: 0
    Last Post: May 31st, 2012, 05:35 PM
  3. Passing sql statements from client to server
    By Apache in forum JDBC & Databases
    Replies: 3
    Last Post: November 4th, 2011, 02:47 AM
  4. [SOLVED] Accessing && Editing properties of objects in an array. Plus a few more questions.
    By CameronFaust in forum Collections and Generics
    Replies: 31
    Last Post: August 10th, 2011, 07:35 PM
  5. sending objects from client to server
    By 11moshiko11 in forum What's Wrong With My Code?
    Replies: 16
    Last Post: October 8th, 2010, 04:47 AM