Hi, I need implement a server socket to do integration between 3 systems implemented in languages diferent (C#, Delphi). I already implemented all functionality (existe thread in this functionality ) in one desktop application (using api java.net) for more fast debug and test. When I went include this functionality in my web applications (.war) in JBoss AS a lot of problems happened. Then i'd like knows if it's possible with JBoss Remoting:
1) Is possible run jboss remoting server together with my web application. 2) Is possible use java.net.socket to do clients for jboss remoting with socket transport? 3) Is possible legacy systems connect on jboss remoting servers that use socket transport? 3) When some changes happening on my web service is possible with jboss remoting send message for all clients? Thanks for help. Eliezer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215357#4215357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215357 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
