View Full Version : can JAVA be used as server side ???
manish
04-22-2002, 01:18 AM
can I use JAVA as server side?in that case what should be used as client side and how can I call the serverside code from it??
Atleast this is possible i suppose as there are many queries regarding this in the forum.
kindly reply...
thanx in advance...
hi
U can very well use java on the server side. As far as TCP/IP is concerned u can use any language on the server side to listen on a socket .On the client side u can connect to the socket using BREW Socket APIs.
If u have or can acquire a minimal knowledge of http protocol for the client side , u can use any web server which will listen on port 80 on the server side ( instead of a java application ).
Best Of Luck :-)
raja
vBulletin v3.0.13, Copyright ©2000-2009, Jelsoft Enterprises Ltd.