Hello, I have a problem concerning RPC with Java. I use Apache Tomcat as a server on my local system. Async calls to Java classes work fine, but I would like to use one instance of a Java class again. I don't know if that's at all possible, but hope so. In more detail: I would like to be able to call the method setSomething() in the Java class and get the value I just set by calling getSomething(). At the moment, a new instance is generated everytime I call any method. I think it's got something to do with Tomcat. Maybe I need to change any settings, e.g. web.xml?
Thanks for your help! -- View this message in context: http://www.nabble.com/Java-RPC-and-instances-of-Java-classes-tp23447440p23447440.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
