[jboss-user] [Beginners Corner] - Re: Creating a socket inside a J2EE bean

2008-06-12 Thread yujikiriki
No one??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157716#4157716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157716 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [Beginners Corner] - Creating a socket inside a J2EE bean

2008-05-28 Thread yujikiriki
Hi, I'm accessing an application from a J2EE stateless bean through a socket and everything is going fine, but some colleagues told me that doing it is a bad practice. Is bad practice to create a new socket inside a J2EE stateless bean? If so, why and what alternatives do I have? Thanks! V