Usage of the latest spring snapshot SpringApplication

2008-03-04 Thread Peter Neubauer
Hi there, I have been using the SpringApplication and extended it to look like public class TestRestApplication extends SpringApplication { public static GeneralDao dao; public TestRestApplication(Component comp) { super(comp); } public void

RE: Usage of the latest spring snapshot SpringApplication

2008-03-04 Thread Jerome Louvel
, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Peter Neubauer Envoyé : mardi 4 mars 2008 15:11 À : discuss@restlet.tigris.org Objet : Usage of the latest spring snapshot SpringApplication Hi there, I have been using the SpringApplication and extended