[jboss-user] [Beginners Corner] - Re: JBoss Integration with Predeveloped Java NIO Sockets Cli
genman
do-not-reply at jboss.com
Tue Aug 7 17:45:53 EDT 2007
With JBoss, you can write services that are plain MBeans and deploy them. You could even come up with a bean shell script ( http://wiki.jboss.org/wiki/Wiki.jsp?page=BSHDeployer ) and deploy a socket listener that way.
I would probably consider using HTTP instead of a plain socket listener for what you describe, however. There's no need to reinvent the wheel.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071757#4071757
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071757
More information about the jboss-user
mailing list