Results 1 to 2 of 2

Thread: swings application.

  1. #1
    Join Date
    Oct 2004
    Location
    singapore
    Posts
    11

    Default swings application.

    My application is swings based application

    I want to send bytes of information to server.
    and at the same time server also need to send bytes of information to client.

    coz using Hessian I am not able to send large amount of bytes..so i am using Http upload.

    how to write code on the server side to retrieve the bytes..
    what type of servlet should I use for this type of application ?

    How can I write bytes to client from server?


    Any help is appreciated..
    Pass me source code if you have or any references.

    Thank You,
    Regards,
    Kotesh.

  2. #2
    Join Date
    Aug 2004
    Posts
    29

    Default

    http://java.sun.com/docs/books/tutorial/networking/ for a good tutorial on networking and java. Also for sending information xstream of the codehause is also very nice

Similar Threads

  1. Replies: 5
    Last Post: Oct 8th, 2006, 12:39 PM
  2. Replies: 2
    Last Post: Oct 10th, 2005, 05:12 PM
  3. Stack Overflow
    By rayho222 in forum Container
    Replies: 6
    Last Post: May 17th, 2005, 03:42 AM
  4. Questioning the core component
    By Martin Kersten in forum Swing
    Replies: 6
    Last Post: Feb 21st, 2005, 03:45 AM
  5. Desktop application, strange behaviour
    By innovate in forum Container
    Replies: 2
    Last Post: Sep 24th, 2004, 04:32 AM

Posting Permissions

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