Socket « ear « Java Enterprise Q&A





1. an EAR (Java EE) application which listen to a socket request    stackoverflow.com

I want to build a Java EE application (EAR) which not only provides web service(WAR) or direct JMS request (EJB), but I would like to also accept the socket request (e.g. ...