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
0
votes
2 answers

How to change the display name of a model in Spring MVC

I am working with a Spring MVC project and I can't figure out how to change the String representation of a Model in the Views. I have a Customer model that has a ONE_TO_MANY relationship with a WorkOrder model. On the workorders/show.jspx the…
MattL
  • 1,132
  • 10
  • 23
0
votes
2 answers

Spring Roo: finder putting invalid date format in url

I have a Spring Roo mvc project going with a model called WorkOrder. I used the Roo shell to generate two finders for this model: findWorkOrdersByDateCompletedEquals and findWorkOrdersByDateCompletedBetween. Problem: when I search using the…
MattL
  • 1,132
  • 10
  • 23
0
votes
2 answers

Invalid byte 1 of 1-byte UTF-8 sequence in Spring ROO

Xello, everyone! Pls could anyone help with new Spring ROO (1.2.1.RELEASE [rev 6eae723]) - i originally used Spring-roo-1.2.0.M1. Now i have strange error, and no stacktrace (btw, where are the logs for Spring Roo? felix.log.level is set to…
Alec
  • 352
  • 1
  • 5
  • 16
0
votes
1 answer

How to disable web-tier auto update in roo(only update JPA entity)?

In Roo, each time I modify an entity(especially relationships between entities), Roo will consequently update the fields/annotations/aspect which is convenient, but also update the web tier as well which made the jsp files looks really messy. I have…
Dreamer
  • 7,333
  • 24
  • 99
  • 179
0
votes
1 answer

Spring Roo webapp on Glassfish 3.1 persistence errors

I started learning Spring Roo recently and generated a webapp which ran fine with Jetty. I would like to move this prototype app to Glassfish now with view of deploying it to production when done. Now I am facing uphill battle to get persistence…
TMan
  • 422
  • 1
  • 3
  • 13
0
votes
2 answers

No AspectJ getter/setter -- upgrade Roo from 1.1.5 to 1.2.1

I am upgrading current project from Roo 1.1.5 to 1.2.1. I have noticed there are some new features in Roo 1.2.1 to facilitate JPA functionality, i.e. @RooEntity to @RooJpaActiveRecord, but I thought when I open Roo shell in STS it could handler that…
Dreamer
  • 7,333
  • 24
  • 99
  • 179
0
votes
2 answers

Custom Widget in a Custom Widget

Admittedly I am still a novice at Dojo, and I have always been weak at Javascript, so excuse and sloppy code or language here. I am using Dojo 1.7.1 with Spring Roo 1.2.1RELEASE. I am loading Dojo through CDM from Google. I some time ago I created…
CodeChimp
  • 8,016
  • 5
  • 41
  • 79
0
votes
2 answers

Spring annotation in Controller don't work? None of @Secure and @Async works

I use spring-roo to generate my project. I don't know these 2 things are related or not, but in Controller, none of the annotation @Async or @Secure works. For @Secure: I added tag to…
JerryCai
  • 1,663
  • 4
  • 21
  • 36
0
votes
1 answer

Spring roo doesn't work after upgrade, always ask for version

I upgraded the spring too suite (2.8.1.RELEASE -> 2.9.1.RELEASE) and spring roo (1.2.0.M1 -> 1.2.1.RELEASE). I deleted all the *.aj files and changed "@RooRepositoryJpa" to "@RooJpaRepository" and "@RooEntity" to "@RooJpaActiveRecord". After I made…
Charles
  • 675
  • 3
  • 12
  • 21
0
votes
1 answer

Spring Roo Hiberanate makes extra SELECT * before SELECT with limit and offset

Using all spring roo vanilla controllers and objects, every time I make request for e.g. /project/something?page=N&size=M, hibernate log shows three requests, first there is SELECT which fetches ALL entries, and then there is one with LIMIT and…
Ivor Prebeg
  • 988
  • 6
  • 11
0
votes
1 answer

Spring Roo doesn't start because it's "Unable to locate the class or interface declaration"

Spring Roo is not starting. Here's the message I get: roo Resolved ROO_HOME: "D:\Work\Others\dist\spring-roo-1.2.0.M1" Build a classpath containing our two magical startup JARs Hop, hop, hop... ____ ____ ____ / __ \/ __ \/ __ \ / /_/ / /…
Alec
  • 352
  • 1
  • 5
  • 16
0
votes
1 answer

Is it possible to create an object that is @RooSolrSearchable without being a JPA entity?

Is it possible to create an object that is @RooSolrSearchable without being a JPA entity? We have an object model made up of 5-6 layers of composition. We need to search on some text fields in the lowest level of the object model, but we need to…
Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
0
votes
1 answer

What's the mean of filed version in Spring Roo?

I don't know why I create new entities with roo command, it always has a filed name version. What's the benefit of version field? If I don't want it, how to write the roo command which doesn't generate version file in entity.
punny
  • 403
  • 5
  • 16
0
votes
1 answer

LDAP CRUD with Spring Roo

Currently making up system with Spring Roo. Can login with LDAP Server with Spring Security. But can't understand how to configure LDAP CRUD with Spring Roo. Roo automatically generates MVC. From here, I think have to modify contoller,…
0
votes
1 answer

roo start up issue

After starting roo, I get an exception as shown below: Welcome to Spring Roo. For assistance press TAB or type "hint" then hit ENTER. NullPointerException at…