Web Start « Web « Spring Q&A





1. Java Web Start tries to download unexisting library org.springframework.core    stackoverflow.com

We have a spring-enabled java desktop application started through Java Web Start. The JNLP is properly created and downloaded but in the server http logs we see 404 errors on download on ...

2. Web Start Problem    forum.springsource.org

Web Start Problem I'm hoping someone can help me here. I have my application running (swing client) using Spring. When I run it from my ant task, it works fine, log4j ...

3. Local vs web start differences    forum.springsource.org

Hi, Situation is the same application deployed and run via web start, or locally. With the web start version the various icons specifyed within the about.txt file with, for example, image:about.spring, ...

4. Using Asterisk Context Loading Notation in Java Web Start    forum.springsource.org

I have a client that is attempting to load context.xml files with the "*-context.xml" notation under an application deployed via Java Web Start. It is not working. I'm guessing it is ...

5. Web Start    forum.springsource.org

Dear All, I am new to spring I have a book name spring live. I want to start the web development in the spring framework. I have my final project in ...

6. Web-server: embed within Spring or start separately?    forum.springsource.org

Web-server: embed within Spring or start separately? Hi, Our server is developed using Spring (It has stuff like JMS, JPA, etc.. integrated with it). We are using a thick client(Swing). Now ...

7. failure in starting spring context should not allow web container to start    forum.springsource.org

Hi, on the project during development/deployment , there is sometime the situation, that we spring context fails to start (we use ContextLoaderListener). But Web container continues loading and finally application starts. ...