posted 12 years ago
hi guys,
please advice,
I have a socket server for streaming twitter event - I use twitter4j and I want to make a webservice that act as client to that server, so could listen to every event occurs..
currently my system is working with only client-server socket connection. but i want to put it as webservice. Do you guys know and have the idea of what technology i must use? I have try to put my socket client program directly as webservice (axis 2) but doesnt work some guys told me to make it in a multithreading, but i dont know exactly the concept
thanks in advance