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
1 answer

How to re-open an existing SpringRoo project?

Perhaps a stupid newbie question: How to re-open an existing roo project and add new fields or entities without erasing existing data, e.g.: roo.sh project --topLevelPackage de.test.model jpa setup --provider HIBERNATE --database MYSQL …
rmv
  • 3,195
  • 4
  • 26
  • 29
0
votes
1 answer

Automatic generation of database tables from Spring Roo

I'm having trouble with something that I understand should function out of the box - I am not getting any tables generated in my MySQL database despite having made the following checks: That the schema is already defined That the persistence.xml…
8bitjunkie
  • 12,793
  • 9
  • 57
  • 70
-1
votes
2 answers

Accessing HttpServletResponse object in a normal Java class from Spring

See related: Accessing HttpServletRequest object in a normal Java class from Spring Note, this one is about RESPONSE... "I have a normal Java class in a Spring MVC 3.06 web application. In this class I would like to inject or get hold of the…
mjs
  • 21,431
  • 31
  • 118
  • 200
-1
votes
1 answer

Main method in spring roo

I'm very new to spring roo and JPA. To start, I followed http://static.springsource.org/spring-roo/reference/html/beginning.html to build a Pizza Shop website. Now I'd like to write some JPA queries to test the entities. Is it possible to write a…
qwertyl
  • 87
  • 2
  • 10
-1
votes
1 answer

Alternative for spring-roo repository

Any alternative for https://repo.spring.io/spring-roo? apparently today is down: { "errors" : [ { "status" : 404, "message" : "Not Found" } ] }
Vei Jar
  • 118
  • 1
  • 9
-1
votes
3 answers

Advice for build multiusers big website (1. scala lift/spring roo 2. database mongoDB/Postgre ORM/MySql ORM 3. Web-server environment Tomcat etc..)

I need advice for build multi-users big/huge website - I am the only programmer and the owner of this website, doing that in my free time + my money (meanwhile). (I have few years of experience as Web Programmer(Lamp,Ubuntu, Zend, Mysql Doctrine…
John
  • 7
  • 3
-1
votes
1 answer

In Roo 2.0 I want to use JPA Query Method

I plan on writing a query method like /** * TODO Auto-generated method documentation * * @param entity * @return EventExecute */ @Transactional @Autowired public EventExecute save(EventExecute entity) { String eventKey =…
Mike Oliver
  • 71
  • 1
  • 7
-1
votes
1 answer

How to customize the View in spring roo 2.0.0.M2

How to customize the View/template html in spring roo 2.0.0.M2? What is equivalent of z="user-managed" or render="false" in spring roo 2.0.0.M2?
Tech11
  • 1
  • 2
-1
votes
1 answer

Spring Roo 2.0, release date, 2016?

Any news about next release or roo 2.0-m2 or even better 2.0 m3? According informations from spring roo pages it could be probably in May but the project doesnt seemed to be very active. And what about milestone 3, is it going to be release in…
volt
  • 135
  • 1
  • 8
-1
votes
1 answer

Springroo calling method from Controller or create menu item

I tried to figure it out by myself, but i did not get it either how to create my own menu category/item to link to a new page or just call a method from my controller in the view. I implemented Spring batch for XML/Database stuff, it's working fine,…
Bakk
  • 1
  • 3
-1
votes
1 answer

Create new page using dynamic finders in Spring Roo

im just learning Roo. I have a domain object: Person { private String name; private boolean graduated; } Id like to create a new page that lists only graduated Person objects. Id like this new page to appear on the menu under the List Person's…
catrapture
  • 1,916
  • 6
  • 20
  • 22
-1
votes
1 answer

Update addon to 1.3.2 RELEASE

we have created some addons in 1.1.5 RELEASE. Since we are migrating from windows to linux environment, we saw that there are some bugs that ocurr in linux running the addons with this release. So in response to a created issue, we got recommended…
luisusr
  • 1
  • 1
-1
votes
2 answers

Ant task to automatize spring roo operations?

I need to automatize spring roo tasks from an ant build.xml. Is it somehow possible? Maybe there is an ant task lib for the job? Using ant instead of maven/gradle/... isn't my decision and I can't do anything with it. Calling the roo shell with an…
peterh
  • 11,875
  • 18
  • 85
  • 108
-1
votes
1 answer

Replace Roo @Id Long id with @Id Integer id on superclass doesn't affect child classes

I bumped into this problem today, and can't solve it. I have a project which contains class Domain. @DiscriminatorColumn(name = "type_abrv", columnDefinition = "type_abrv", discriminatorType = DiscriminatorType.STRING) @Inheritance(strategy =…
elithin
  • 191
  • 1
  • 4
  • 14
-1
votes
1 answer

Can you help me making heroku's spring/MVC example work?

I am trying to perform this tutorial: https://devcenter.heroku.com/articles/getting-started-with-spring-mvc-hibernate#prerequisites I was able to follow all the steps without problems, but when I run mvn package, I get this outputs: (I will store…
JSBach
  • 4,679
  • 8
  • 51
  • 98
1 2 3
84
85