Top "Spring-roo" questions

Spring Roo is a lightweight tool aimed at developer productivity.

hot deploy in embedded jetty

I have a Spring Roo project and I use mvn jetty:run to run my app. The only problem is …

maven-2 jetty spring-roo maven-jetty-plugin hotdeploy
Why do I get a NullPointerException when initializing Spring

I've got a problem running a batch job on my server, whereas it runs fine from Eclipse on my development …

java spring initialization classpath spring-roo
Spring Roo, Hibernate, One to many relation creates additional table

I'm new to spring mvc, roo and hibernate. I'm trying to create two tables with 1:M relationship. For example, I …

hibernate spring-mvc spring-roo
Can't get Intellij to use the AspectJ compiler

Everything I see online just says to select the "ajc" compiler from the list of compilers, but that's not an …

java spring intellij-idea aspectj spring-roo
Is it possible to generate entities from an existing database model in JHipster?

Is there a way to generate entities from an existing database model or do I have to create all entities …

yeoman spring-roo yeoman-generator jhipster
Spring-security cannot match "?parameter" format?

I use spring-security to secure my web, when I'm learning it by spring-roo generated config file in applicationContext-security.xml, in &…

spring spring-security spring-roo
CreateProcess error=2, The system cannot find the file specified in Roo

Iam I tried to run my first Roo application using Roo Shell commands.But then when I attempt to perform …

java spring maven spring-roo
websphere 7 (and Spring Roo) incompatible with javax.el.ELException

I have a application where the frontend is based on the Spring Roo 1.1.2 jspx files. Every think works fine in …

java spring-roo jspx websphere-7
appfuse vs roo - what would you use

Appfuse vs. Roo, what would you use and why? What are the sweet spots of each.

java jakarta-ee code-generation spring-roo appfuse
Spring IP address validation

I'm looking for a possiblity to validate IP addresses in my Spring roo project. My entity looks like this package …

java spring validation ip spring-roo