Questions tagged [spring-roo]

Spring Roo is a lightweight tool aimed at developer productivity. Via an intuitive command line interface it supports operations such as Java web project creation, persistence configuration and view scaffolding. Roo creates a Java web project that uses the Spring framework, and leverage some best well known practices in Java development such as dependency injection, aspect oriented programming, object/relational mapping (O/RM).

Spring Roo is a next-generation rapid application development tool for Java developers. With Roo you can easily build full Java applications in minutes. It differs from other productivity tools by focusing on:

  • Rapid results
  • 100% develop in Java
  • Easy-to-use
  • Fast and simple to remove
  • Totally compromise free
  • Active, helpful community
  • Comprehensive technology integrations
  • Extension points via Roo add-ons
  • Spring-certified architecture

Related Tags:

More Information:

http://projects.spring.io/spring-roo

http://en.wikipedia.org/wiki/Spring_Roo

https://github.com/spring-projects/spring-roo

http://www.manning.com/rimple/

1269 questions
6
votes
7 answers

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 classes, I get the following Exception: java.lang.IllegalStateException: Entity manager has not been injected (is the Spring Aspects JAR configured as…
Eric Wilson
  • 57,719
  • 77
  • 200
  • 270
6
votes
3 answers

How to run Spring Roo generated tests against a different database to Tomcat?

I have a collection of integration tests that have been generated by Spring Roo for my domain objects (and DAO ITDs). They appear to be fixed to use the "production" applicationContext.xml, which reads the database.properties and connects to the…
seanhodges
  • 17,426
  • 15
  • 71
  • 93
6
votes
4 answers

spring roo vs appfuse generate service /dao layer

I am looking for feedback from experienced users on spring roo and appfuse. Which do you think does a better job reverse engineering database tables and generating a service layer, dao layer, and jpa entities? If I am not mistaken, spring roo…
cometta
  • 35,071
  • 77
  • 215
  • 324
6
votes
2 answers

org.springframework.expression.spel.SpelEvaluationException: EL1027E:(pos 4): Indexing into type 'com.test.domain.Employee' is not supported

I am developing an Spring Roo application and while displaying the Objects in list (in list.jspx), I am getting all the properties of the referenced object. For example: @RooJavaBean @RooToString @RooJpaActiveRecord public class Employee { …
6
votes
1 answer

How to use Neo4J via Spring Roo 1.2.x?

How to use Neo4J via Spring Roo 1.2.x? Books & online documentation seem to suggest that Neo4j is a search addon with Spring Roo 1.2.4. Although I can manually add the spring-data-neo4j dependency, I would really like to leverage the Roo…
Lorin S.
  • 754
  • 8
  • 29
6
votes
1 answer

Is there any add on for Thymeleaf for Spring Roo?

Now I develop Spring project with Spring Roo, I want to use Thymeleaf instead of default .japx page. How to generate Thymeleaf in Spring Roo.
Kyaw Myint Thein
  • 540
  • 4
  • 10
5
votes
1 answer

TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing

I know this question has been asked numerous times but I couldn't find a suiting answer for me. I've got two entities in a Spring Roo-application which are in a Many-To-Many-relationship, Release and Component. First I fetch an instance of an…
Hedge
  • 16,142
  • 42
  • 141
  • 246
5
votes
1 answer

Changing current namespace focus to an entity at the Spring Roo console

How can I change the current namespace focus to an entity in the Spring Roo console? So, how can I move from roo> to ~.domain.Price roo> and back? Thanks for the answers in advance. Cs.
cscsaba
  • 1,279
  • 3
  • 20
  • 31
5
votes
3 answers

Spring checkbox JSP Tag is broken when using Converter for type Boolean

I've set up a CRUD web application with Spring Roo and Spring MVC. My problem is: since I'm using a converter for localizing the displaying of boolean values the Spring JSP Tag checkbox is broken which means the checkboxes don't take the real value…
Felix
  • 201
  • 3
  • 7
5
votes
3 answers

Using roo to create a springsource project with mongo

Preface: I am coming from a .NET and PHP backround. I'm pretty comfortable with making a console app in Java. I've never used an ORM on any platform. I'm trying to learn enterprise java best practices. Therefore, if I sound ignorant, its probably…
Justin Dearing
  • 14,270
  • 22
  • 88
  • 161
5
votes
3 answers

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 really basic and easy if I'm using standard Servlet, but I'm totally confused to do this in Spring roo. All I want to have is a link in main page…
Tetrax
  • 65
  • 1
  • 6
5
votes
3 answers

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 Tomcat 6, but if I deploy the same application in a Websphere 7 (class loader: parent last), then I get a…
Ralph
  • 118,862
  • 56
  • 287
  • 383
5
votes
1 answer

In Spring Roo : what is a dynamic finder?

I am getting a look at the Spring Web framework with Roo. And, I am looking at the vote.roo supplied in the sample directory. This line called my attention: finder list --class com.springsource.vote.domain.Vote --depth 2 --filter reg,betw,IpEq In…
djondal
  • 2,521
  • 3
  • 24
  • 40
5
votes
1 answer

Eclipse, JPA 2.0 metamodel generator and Spring Roo working together

Is there a way to put Spring Roo and JPA 2.0 metamodel generator to work together? I have a Spring Roo project and use Eclipse as IDE. I was able to configure the Eclipse project and maven pom.xml to use JPA 2.0 metamodel generator in the…
Matheus Moreira
  • 2,338
  • 4
  • 24
  • 31
5
votes
1 answer

enable reverse engieneer spring roo 2.0.0.M2

Hi I want to uso Spring roo, but how do I enable database instrospect sentence? The documentation says that jpa in this roo version is a addon here but after invoke jpa setup --provider --database a springboot example is enable but no…
csstugfurher
  • 89
  • 12