I\'ve got 开发者_运维百科my Spring Roo project set up and it\'s all great, but the views are rendered with Tiles, and I\'d love to have them just rendered to JSON (possibly to XML) so that I can use t
Consider the following simple example: One team has many players and a player may only belong to one team.
I\'ve got a problem running a batch job on my server, whereas it runs fine from Eclipse on my development workstation.
I started experimenting with Spring Roo just recently. It does a very nice job helping one build a domain model with integrated persistence rather quickly. As it adds persistence functionality in aspe
I have a maven project generated by Spring Roo and use several tools (checkstyle, pmd etc.) to colle开发者_JAVA百科ct information about my project. (namely I am using codehaus\' sonar for this)
I have written a couple of simple addon\'s for Spring Roo. How do you maintain state between succe开发者_运维技巧sive commands?
I used Roo to create a project that uses existing database. Im able to create dynamic finders, but I want to implement custom f开发者_开发问答inder that will receive 4 parameters and use some of them
SpringSource (now VMWare) has two very similar technologies: Gra开发者_StackOverflowils and Spring Roo. I have been using Grails, but I see that SpringSource is actively working on something that is a
I am looking to build a console driven application, which would somewhat like look like the Spring开发者_StackOverflow社区 ROO Console, any ideas ?.The Spring Roo shell is based on JLine, but contains
I am learning Roo and 开发者_JAVA百科have a database with a student object that has associated score objects. I would like to display the score objects when the show method is executed on the student