1. Applet in client-server infrastructure stackoverflow.comI 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 ... |
2. call applet in spring class stackoverflow.comhow to call a applet in spring control class? |
3. java.awt.HeadlessException in Spring 3.0.5 stackoverflow.comI am migrating an application from 2.5.6 version to 3.0.5. First at all, I had to add the |
4. HttpInvoker for applet forum.springsource.orgHi, 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 ... |
5. Applicability of Spring Rich to applet development forum.springsource.orgHi 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-) ... |
6. How do you start the springframework in an applet? forum.springsource.orgAll, 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 ... |
7. HttpInvoker and Applet forum.springsource.orgI'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) ... |
8. applet spring communication forum.springsource.orgHello 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 ? |
9. spring XmlBeanFactory in applet: always denied forum.springsource.orgspring 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 ... |
10. Does Spring play nice with applets? (no webserver engine) forum.springsource.orgDoes 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 ... |
11. HTTPInvoker and New style Java Applet forum.springsource.org |
12. Running Application as an Applet. forum.springsource.orgAre 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 ... |
13. Spring in applet : loaded jars several times forum.springsource.orgSpring 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, ... |
14. how to start an applet? forum.springsource.orgHi, 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 ... |
15. Applet and ClassPathResource problem forum.springsource.orgApplet 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 ... |
16. Applet to Spring communication? forum.springsource.orgApplet 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 ... |