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.
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.
Comment