Servlet « Roo « Spring Q&A





1. Why is my session id in my url?    stackoverflow.com

So I went through the steps to build a basic roo application here: http://static.springsource.org/spring-roo/reference/html/beginning.html I started up my server and started playing with the app, couldn't help but notice that ...

2. Deploying a spring roo, hibernated java web project to jboss 4.2.3 fails due to no declaration of mvc:default-servlet-handler    stackoverflow.com

I'm deploying a java web site that uses spring roo and hibernate to JBoss 4.2.3. It consistently fails due to the certain tags not being declared:

<mvc:resources>
<mvc:default-servlet-handler>
The bean def for the webmvc-config.xml ...

3. In Roo 1.1.1, projects with no web tier depend on Servlet API    forum.springsource.org

Feb 6th, 2011, 08:08 PM #1 Andrew Swan View Profile View Forum Posts Private Message Senior Member Spring Team Join Date May 2005 Location Sydney, Australia Posts 658 In Roo 1.1.1, ...

4. How does Spring Roo make a servlet?    forum.springsource.org

Hi, everyone. I learn Spring Roo and read "Spring Roo cookbook". So I think that Spring Roo does not need without database or entity. How do I make a servlet without ...

5. Static references broken after changing Roo's servlet mapping from /*    forum.springsource.org

Static references broken after changing Roo's servlet mapping from /* I have changed the servlet-mapping in the web.xml from a Roo test project. test /ui/* (I need to do ...