Top "Spring-roo" questions

Spring Roo is a lightweight tool aimed at developer productivity.

Adding a custom page in spring roo

I have a question about spring roo. How can you add a custom page to your web application? It seems …

spring-roo
Quartz-scheduler DB Lock Exception

We have an application which is using Quartz to schedule some job. It uses the JDBCJobstore for persisting job related …

java quartz-scheduler spring-roo
Weblogic 10.3.3 trying to load org.eclipse.persistence.jpa.PersistenceProvider instead of configured Hibernate Provider

Good Day all , I am having this problem since many days now , I was able to successfully deploy JPA2.0 appliaction …

jpa-2.0 spring-roo weblogic-10.x
STS Spring with Roo and Maven - too slow?

I am using STS and Java since a while for developing a web application. The project is configured for using …

java spring maven spring-roo
What is Spring Roo?

Despite all I've read, I still can't figure out what Spring Roo actually is, and that's after reading the first …

spring-roo
Advantage of using Spring roo over play framework (if we use Spring framework)?

I recently stumbled upon Play framework while evaluating frameworks to use in a project. I need to use Java language …

spring playframework spring-roo
experiences of OpenXava

Based on the demos and documentation, OpenXava looks very impressive framework for quickly building an RIA from a Java domain. …

java grails spring-roo openxava
My Spring application leaks database connections whereas I use the default Roo configuration

I am encountering an serious issue with my application. It leaks database connections whereas I use the default Spring Roo …

spring tomcat database-connection spring-roo connection-leaks
Spring aspectj jar not configured correctly

I am getting this error when I tried to use a JPA object created by Roo. Entity manager has not …

spring aspectj spring-roo
How to use JUnit tests with Spring Roo? (Problems with EntityManager)

I'm trying to write a JUnit test for a Spring Roo project. If my test requires use of the entity …

java junit spring-roo entitymanager