Dear colleagues, I have standalone multithreaded socket server application for some devices. This socket server application is EJB client for JBoss server.
I want to eliminate one communication layer , so that devices can connect directly to appication deployed on JBoss application server. Devices has their own low level communication protocol over TCP/IP, which is not any of well known protocols. So I need to read data directly from socket connection and then parse. Is it possible with Remoting ? If not, is it possible with JBoss at all ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075881#4075881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075881 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
