Easiest way to do it is to write your component as an MBean. There are no socket listening or threading restrictions as with EJB, and you get lifecycle control, a management interface and intrumentation to boot.
//Nicholas --- Samuel Cheung <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to listen on a TCP socket in J2ee > environment (e.g. jboss)? > I need to communicate with some existing server > using some proprietary > protocol. This existing server will send my j2ee > application multiple > requests on 1 socket. > > What is the best way to achieve that? > > Thank you. > ===== Nicholas Whitehead Home: (973) 377 9335 Cell: (201) 615 2716 [EMAIL PROTECTED] Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/ ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
