I have a general question concerning client-server design.
We have a Java server with Spring, a GWT client program and some HTTP-servlets for our site.
At the moment we also want to develop ... |
how to call a applet in spring control class?
|
I am migrating an application from 2.5.6 version to 3.0.5. First at all, I had to add the -Djava.awt.headless=true parameter to the virtual machine and when I run any of my ... |
Hi, I've been using Thinlet and HttpInvoker with very good result. Thinlet together with my application jars add up to ~300kB. Could you advise me of the minimum jars in the ... |
Hi all. I've not used Spring Rich yet myself but from what I've seen and read, I'm a convert. However, if we're starting out on a project to develop a (medium-) ... |
All, I've been looking through the samples and I'm having trouble starting the springframework in an applet when the applet is referenced as another singleton bean in Spring. I wanted to ... |
I'm trying to access a service exposed using Spring's HttpInvoker from within an Applet. The problem is that I'm getting an access denied exception. Code: java.security.AccessControlException: access denied (java.net.SocketPermission localhost:8084 connect,resolve) ... |
|
Hello I am new to Spring.. I have an applet, that communicates with servlets. Now I am using, Spring's dispatcher servlet. How can I make them talk ? |
spring XmlBeanFactory in applet: always denied Hi All, I started using spring developing a small applet. I used to test from netbeans, which worked fine. However, as soon as I started ... |
Does Spring play nice with applets? (no webserver engine) Hi, Loading applets from a site works well. When using Spring I continually get "access denied" for the method getClassLoader(), called from ... |
|
Are there any examples of running a rcp client in a browser (as an applet)? I have been playing around with the examples the past few days and haven't been able ... |
Spring in applet : loaded jars several times Hi, I use Spring in an applet with ActiveMQ. I have noticed that when the browser load the applet for the first time, ... |
Hi, we've got a project based on spring and i have to integrate an applet. How do i do this? I don't know much about spring, so where do i insert ... |
Applet and ClassPathResource problem Please help me. When I call following code: Code: private void btnSubmitActionPerformed(java.awt.event.ActionEvent evt) { System.out.println("User Name: " + txtUserName.getText()); XmlBeanFactory beanFactory = null; ClassPathResource resource = new ... |
Applet to Spring communication? Hi all, Looking for a smart way to communicate between an applet and spring. I have a game applet running out of a spring controller backed web ... |