I am having a Java application running in a Tomcat server using Spring, Hibernate, etc. and a two web interfaces, one implemented in Tapestry 5 and the other one using Flex with BlazeDS and Spring-Bla
I\'m building a JEE6 application with performance and scalability i开发者_JAVA百科n the forefront of my mind.
In a simple RMI game I\'m writing (an assignment in uni), I reveice: java.rmi.MarshalException: error marshalling arguments; nested exception is:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to separate our application into a light-weight gui application and a business logic application. This won\'t be a client/server setup as such, as the \'server\' component will only have one cl
I\'m creating a Java application that requires master-slave communication between JVMs, possibly residing on the same physical machine.There will be a \"master\" server running inside a Java EE applic
Let\'s say I want my corporate server to communicate with Google App Engine and vice versa. I know that GAE does not support JMS,RMI etc. 开发者_如何学CWhat is the best alternative for this kind of co
How can two/multiple JVMs running 开发者_运维知识库in a same machine communicate without RMI?.
I\'m working on a Java application that uses JavaSpace.We\'re developing this in Eclipse.There are a couple instances where we are inserting code into the JavaSpace to do some more advanced space noti
I know my RMI app works correctly - it works fine when the server is on localhost and inside the LAN but when connecting to an external RMI server it fails开发者_如何学C when trying to make stub calls