java socket

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • James Josh
    New Member
    • Mar 2012
    • 12

    java socket

    I have a program in which i need to use sockets(java) to send the data from server to client and vice versa.In this case i'm using "net simple J" as server and my application as client.So long i'm successful to send the data from server to client i.e from "net simple J" to my application.But sending from my application(cli ent) to net simple J(server),i'm having trouble.Actuall y i m confused regarding how to send data from my application.As it must be dynamic,so the data must be send through user interface by user,i'm using jsp for front end.

    Can anyone tell me how can i send the data from client side(my application) using jsp to net simple J(server).
    Your help is most appreciated.
    Thanks.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    There are notes and an example available here:http://docs.oracle.com/javase/tutori...rking/sockets/

    Comment

    • James Josh
      New Member
      • Mar 2012
      • 12

      #3
      Thanks,i will go thru it.

      Comment

      Working...