I have an EJB container that is deployed on JBoss 5.1 on to a Amazon AWS Fedora 8 virtual machine. I have another application which I want to access this EJB container remotely over the internet. But
I preface this post with a warning. While I am a fairly competent programmer (if that can be the case when one is fresh out of 4 years of college), I am very new to Windows programming. I am programmi
I was looking for some opinions on the best remote method invocation practices when developing iPhone applications that communicate with Java (java EE) s开发者_开发知识库ervers.
I开发者_开发问答 am trying to make a class that staggers the net connections calls by a certain amount to not put too much pressure on my server, and so I don\'t have a dozen net connectors running ar
I have some confusion regarding assembly and remoting so i want to clarify two points with you. 1) Remoting is used for communication between two applications in same or different computer, so my que
Does remoting facility still work in castle? i downloaded sample from http://www.castleproject.org/container/facilities/trunk/remoting/usingit.html
I am using the sample from castle @ http://old.castleproject.org/container/facilities/trunk/remoting/containersconnected.html for \"Scenario: Using the container on both endpoints and use the containe
I\'m trying to communicate with Flash Media Server through the Responder class because I don\'t want to put public methods in my class that receives the callbacks from the server.
I\'m currently working on a debugging topic to improve the debugging to __TransparentProxy instance resolved from Unity\'s TransparentProxyInterceptor.
I\'m using remoting between a client and server, and while it works, I\'m seeing some behavior I don\'t understand.