Roo 1 « Roo « Spring Q&A





1. What is real object-oriented (ROO)?    stackoverflow.com

I recently heard a lot about ROO for "Real object-oriented". What is all that about ? Where does it come from ? Thx

2. Spring roo working    stackoverflow.com

Anybody worked in Spring Roo????? I am new to spring roo... So need some help on how to build applications in roo... I tried for the tutorial on springsource... But is ...

3. What is Spring Roo?    stackoverflow.com

Despite all I've read, I still can't figure out what Spring Roo actually is, and that's after reading the first chapter of Spring Roo In Action, What is Spring ...

4. To roo or not to roo    stackoverflow.com

I would like to hear opinions about Spring Roo for CRUD applications. I've been using Groovy on Grails up to now but for this new project we are not allowed to use Grails ...

5. Spring Roo and the bundleSymbolicName switch    stackoverflow.com

I can't install the surf tools because of a ridiculously under documented and very required switch "--bundleSymbolicName". I cannot for the life of me find anything online that helps me ...

6. Export enviroment variable Mac    stackoverflow.com

I am starting with spring-roo, so I downloaded it and now I'm trying to export the variable.
To get it, I tryed:

PATH=$PATH:/Users/myUsr/spring-roo/bin
export PATH
PATH variable
...

7. Best practices in implementing multi-tenancy in a roo app    stackoverflow.com

I am developing a simple CRUD app using roo. User auth is done using database tables (Ref: http://roosbertl.blogspot.com/2010/06/using-spring-security-database-in.html) I want to limit a "normal" user to only reading, searching, updating ...

8. Spring surf and webscripts projects disambiguation    stackoverflow.com

I recently came across spring surf project and Spring webscripts . Both these technologies (I guess) seem to come from Alfresco developers Web Scripts Surf Is it ...

9. What the difference between providers DATANUCLEUS and DATANUCLEUS_2 in Spring Roo?    stackoverflow.com

Can anyone tell me the difference between theses two commands?

persistence setup --provider DATANUCLEUS --database H2_IN_MEMORY persistence setup --provider DATANUCLEUS_2 --database H2_IN_MEMORY
What's dnucleus_2?? Thank you





10. springroo upgrades    stackoverflow.com

Hello when I start springroo console, it says me

18 upgrades available (plus 0 upgrade not visible due to your version stability setting of RELEASE)
so today it's already 18, yesterday it ...

11. What are the prerequisite for Spring Roo    stackoverflow.com

I have got my hands dirty in Spring Roo, I have managed to do the persistence set up for Oracle Database. Although I have gone through the Roo documentation ...

12. How do you work in a team with spring roo?    stackoverflow.com

I'm evaluating Spring-Roo to use in one of my projects but I'm not sure how can it work within a team.

  • Everybody in the team can use the roo console?
  • How do you commit ...

13. Spring / roo and three tier architecture with firewall and dmz    stackoverflow.com

we have a big three tier ejb application, which consists of a webserver (apache tomcat) located in a dmz(demilitarized zone), an application server(jboss) and a database server. Our client requires that there ...

14. how to modify the ROO dropdown values?    stackoverflow.com

I like to change the dropdown values which ROO automatically creates. Please provide some guide lines how can I do it. Right now the dropdown contains all the values ...

15. How to print the value from roo uiModel?    stackoverflow.com

When I print uiModel ${subscribers} in jspx page. I am getting following:

"[Code: S0001, FirstName: John, 
               ...

16. Spring Roo Abstract child classes --testAutomatically fails    stackoverflow.com

I am using a very simple domain model, created like this...

entity --class ~.domain.Contact --abstract --inheritanceType TABLE_PER_CLASS 
entity --class ~.domain.Student --extends ~.domain.Contact --testAutomatically 
entity --class ~.domain.Family --extends ~.domain.Contact --testAutomatically 
then I am ...





17. I want to disable Roo scaffolding    stackoverflow.com

Because I have manually tuned my entities and controllers and view, I would like roo to change none of them. Nevertheless I would like roo to keep on scaffolding all new ...

18. Dojo Tooltip Spring and variable    stackoverflow.com

I have a dojo tooltip in a jspx (roo project) page.

dojo.addOnLoad(function() {
            // create a new Tooltip and connect it ...

19. Custom label for a SELECT in Spring Roo    stackoverflow.com

I am starting with Spring Roo. In my project, I have to entities with a one-to-many relation. In my controller, when I edit one entity, I get an HTML SELECT to ...

20. How to do a not mandatory Drop Down Box in Spring Roo/Dojo?    stackoverflow.com

In Spring Roo (1.1.5) I have an Entity "Book" that CAN have a reference to Entity "Publisher".

class Book {
   @ManyToOne(optional=true)
   Publisher publisher
}
Now I have the Roo generated ...

21. How to do a many-to-many relationship in spring Roo, with attributes within de relationship?    stackoverflow.com

i have been researching on this topic and havent found any answers yet. Im using spring roo and i would like to know if theres a way I can establish a ...

22. Spring Roo Multi Project Workaround    stackoverflow.com

I know Spring Roo doesn't support multi project yet, but I need two sites to run on the same models / controllers (about 50 models) and on the same database without ...

23. Spring Roo for a rich reporting app    stackoverflow.com

I'm thinking of using Spring Roo for a reporting app. This is a rich reporting app made up of a collection of master-detail forms that will export excel and pdf. This ...

24. Spring roo is not working    stackoverflow.com

I am currently working on windows 7, 64 bits. I installed a clean version of sts 2.7.2 with spring roo and at first everything was working flawlesly. Later, I tried to ...

25. No bean named 'errorNotifier' is defined    stackoverflow.com

I'm trying to setup a bean factory in spring, something which should be really simple to do, but I just can't figure out why it's not working. Spend most of today ...

26. Spring Roo enhanced Grid pagination    stackoverflow.com

I'm trying to add Pagination to enhanced Grid, I'm adding the following

dojo.require("dojox.grid.EnhancedGrid");
dojo.require("dojox.grid.enhanced.plugins.IndirectSelection");
dojo.require("dojox.grid.enhanced.plugins.Pagination");
But I'm running into
Error: Could not load 'dojox.grid.enhanced.plugins.Pagination';
       last tried '../dojox/grid/enhanced/plugins/Pagination.js'
Source File: http://localhost:8080/adms/resources/dojo/dojo.js Line: ...

27. Create Roo Project Just Looping    forum.springsource.org

I updated my STS installation to 2.5.1 and was attempting to create a roo project while following the tutorials on youtube for a roo project. i have the Roo 1.1.0 M2, ...

28. any workarounds to only using roo for a single application at a time?    forum.springsource.org

any workarounds to only using roo for a single application at a time? I want to use roo to generate my "common" java entities, and use these from 2 different web ...

29. Roo in Mac    forum.springsource.org

You have to use the entire name, not just roo. You could create a symbolic link for "roo" that's points to the roo.sh file. Also make sure the .sh file has ...

30. Roo hint Window    forum.springsource.org

on the Youtube tutorials http://www.youtube.com/watch?v=R84O87HPCQU, the presenter uses a yellow roo window to do his coding? how is that made available? what key strokes or settings have to be set to ...

31. Roo Inheritence Issue    forum.springsource.org

Roo Inheritence Issue Hi, I executed the below commands in Roo shell entity --class ~.domain.ManagedClient --extends ~.domain.Person --inheritanceType TABLE_PER_CLASS --table managed_client --testAutomatically field date --class ~.domain.ManagedClient --fieldName dateOfBirth --type java.util.Date I ...

32. Roo created application - where can I change urls?    forum.springsource.org

Roo created application - where can I change urls? Hi, I'm new to Srping and I've tried to create application with Roo. It's very powerfull but I've got problem to understand ...

33. same roo window project to ubuntu    forum.springsource.org

same roo window project to ubuntu earlier my project was on windows i started using ubuntu but i found that roo is changing code for aj files public static long Employee.countEmployees() ...

34. Help: roo-1.1.1 fails in WebScaffoldMetadata.getDatePatterns    forum.springsource.org

Jan 7th, 2011, 03:23 PM #1 Jack Punt View Profile View Forum Posts Private Message Senior Member Join Date May 2008 Location Silicon Valley, CA Posts 139 Help: roo-1.1.1 fails in ...

35. Roo 1.1 --element    forum.springsource.org

I'm trying to work thru the Pizza example and got stuck very early. I get the following ... ~.domain.Pizza roo> field set --fieldName toppings --type ~.domain.Topping You must specify option 'element' ...

36. Frustrations with Spring, Roo and Master/Detail    forum.springsource.org

Frustrations with Spring, Roo and Master/Detail Hi, I don't know whether to be impressed or exasperated. I used Roo to generate 33 entities with about 250 total fields, and I was ...

37. id increased by 2 in ROO 1.1.1 ??    forum.springsource.org

I created a new project using ROO 1.1.1, and use the hibernate, and found the id increased by 2, from 1 to 3 to 5... Is this a bug? Or my ...

38. help! roo M2 migration Roo1.1    forum.springsource.org

help! roo M2 migration Roo1.1 environment:STS2.5,: roo M2 migration Roo1.1 error messages: [ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal ...

39. Roo 1.1.1 ApplicationConversionServiceFactoryBean possible bug    forum.springsource.org

Roo 1.1.1 ApplicationConversionServiceFactoryBean possible bug I have upgraded from roo 1.1.0 to roo 1.1.1 and I am using Spring mvc and have moved all my custom converters from the individual controllers ...

40. Multiple select dojo jira roo-909    forum.springsource.org

Multiple select dojo jira roo-909 The select.tagx dojo dijit.form.MultiSelect widget has been commented out referring to jira roo-909. This jira issue has been closed having been resolved. The final question on ...

41. Roo Case Study    forum.springsource.org

We've published our first Spring Roo case study. This case study explores how TomTom - a leading global provider of location and navigation solutions to over 45 million people daily - ...

42. create function chat roo spring project.    forum.springsource.org

43. build roo source 1.1.2.BUILD-SNAPSHOT problem    forum.springsource.org

Jan 23rd, 2011, 08:34 AM #1 wngasinur View Profile View Forum Posts Private Message Junior Member Join Date Oct 2007 Posts 5 build roo source 1.1.2.BUILD-SNAPSHOT problem Hi, I've problem to ...

44. Separate (sticky?) thread for Roo add-ons possible?    forum.springsource.org

Aloha, I see a lot roo add-ons popping up on the net lately. The sticky topic "Latest project links and version details" only includes a few add-ons... but wouldn't it be ...

45. Spring Roo Community Add-Ons    forum.springsource.org

Someone in a separate thread asked if we can create a 'sticky' thread where add-on developers can announce their work. I think this is a good idea so here is the ...

46. Roo 1.1.1 Unable to locate requested type    forum.springsource.org

Switching from roo 1.1.0 ro 1.1.1 the following error comes into consolle Unable to locate requested type'org.springframework.mail.MailSender' and sometimes Unable to locate requested type'com.google.appengine.api.datastore.Key' and it hangs. How is it possible? ...

47. Roo article    forum.springsource.org

48. ROO with Ingres    forum.springsource.org

Has anyone worked with adding support for Ingres through either CA's edbjc driver or Ingress own driver? Working retrospectively with a ROO generated project (Swap out the driver and update pom ...

49. ROO - Domain Builder    forum.springsource.org

ROO - Domain Builder Folks, Has anyone had success in applying ROO as a rapid reusable domain model builder ? IE. - Generate the domain model, complete with JPA and JSR-303. ...

50. A possible bug in ROO ? (v1.1.0.RELEASE)    forum.springsource.org

A possible bug in ROO ? (v1.1.0.RELEASE) I roo generated a entity called ExpertCouncilSub and as usually the ROO_aj controller contains something like this public static ExpertCouncilSub findExpertCouncilSub(Long id) { if ...

51. Create temporary tables with ROO?    forum.springsource.org

Is there a way to create a temporary table with ROO? Or in a ROO project? My application will create a few temporary tables on the fly and the exact number ...

52. created my project with roo ... now confused    forum.springsource.org

created my project with roo ... now confused Hey , sorry for this newbie question, but I don't actually know how to search for my problem. I have created a roo ...

53. Roo 1.1.1 registerConverters no longer supported    forum.springsource.org

So I have just updated to Roo 1.1.1 and after compiling I get a bunch of these errors: The attribute registerConverters is undefined for the annotation type RooWebScaffold So I guess ...

54. Set default language not "en" in spring roo    forum.springsource.org

55. Spring Roo + Hudson Issue    forum.springsource.org

Spring Roo + Hudson Issue Hello, I am using Spring Roo for my project. I have not committed my AJ files (that are created by Spring Roo) to SVN. Now when ...

56. How to add new queries in Roo    forum.springsource.org

Hi, I 've tried Spring ROO and I was wondering what is the good way to add new queries or to extend existing queries. The entity manager and the queries are ...

57. Creation of custom scaffolding with ROO    forum.springsource.org

Creation of custom scaffolding with ROO Hi all, I'm trying to create my own addon to generate a different scaffold of the one which is created with 'controller all ...' I ...

58. Cannot build project, new to roo    forum.springsource.org

Cannot build project, new to roo Just installed and tried the 10min demo. Getting the following error when executing project --topLevelPackage com.mycompany.projectname Unable to obtain required element '/project/artifactId' from element '[project: ...

59. How to make a Roo Add-on "Roo 1.1 compatible"?    forum.springsource.org

How to make a Roo Add-on "Roo 1.1 compatible"? Not to sure how to make an add-on "R = Roo 1.1 compatible"? Can someone tell me what I have to do ...

60. Roo JpaExceptionTranslatorAspect problems and solution    forum.springsource.org

Roo JpaExceptionTranslatorAspect problems and solution So I recently upgraded to STS 2.5.2 and Roo 1.1.1 (from 1.1.0) and had a heckuva day getting my project to work again. I thought I'd ...

62. Incompatability with Roo 1.1.1.RELEASE and WAS 7?    forum.springsource.org

Incompatability with Roo 1.1.1.RELEASE and WAS 7? I am running into an issue with the way in which Roo 1.1.1.RELEASE scaffolds the controllers/views when running on WAS 7. Specifically, the @RequestMapping ...

63. Help with Roo fixes    forum.springsource.org

Help with Roo fixes I'm just getting started with Roo. I'm working on a project to use Roo DBRE against an existing app to allow migration to Hibernate, followed by creating ...

64. Issues with ROO 1.1.1    forum.springsource.org

Hi I worked on ROO 1.1.0 and it was fine except includeTables option. Now i downloaded 1.1.1 but it has so many issues.. Please update when is 1.1.2 will come...............

65. Spring roo & GMF editor    forum.springsource.org

Few months ago I made a diagram class editor with eclipse gmf for academic purposes. It has been simplified a lot (no Generalization and other limitations) but enough to see the ...

66. Does Spring Roo keep modification    forum.springsource.org

Does Spring Roo keep modification Hi everyone, I am studying Spring Roo and would like to use it in a new project. I have searched on the web for weeks already ...

67. Look Mom: Spring Roo goes Mobile    forum.springsource.org

@eruiz, Como le va?, Thank you very for you comment about Mobile Rooie(MR)... In addition of MR, I have the following major pieces of web enterprise functionality -currently missing- from Roo ...

68. regular expression in roo    forum.springsource.org

Hi, this is my first topic here and I'm not sure if I choose correct forum. Anyway, I need to verify web address in field. I have added following code into ...

69. "First Project - Roo Standalone" Problem    forum.springsource.org

Hi I'm running Win7 and just downloaded Roo 1.1.2. I attempted the execute the "First Project - Roo Standalone" commands and it failed. After looking at it, I noticed the errors ...

70. User interface - ROO and DOJO    forum.springsource.org

User interface - ROO and DOJO Hi all, I'm on my third project in spring roo. This project has many user interface requirements. I feel great Roo for the start up ...

71. Spring Roo projects and project facets    forum.springsource.org

Spring Roo projects and project facets I'm going crazy over the relationship between Spring Roo and its Maven projects and Servers not working as it used to. I have made a ...

72. Sorting in Spring Roo    forum.springsource.org

I would look on the internet if some one has written a plugin for sorting. But I not seen any thing like that. You can write your own query with JPQL ...

73. Double folder bug on new Roo project    forum.springsource.org

Double folder bug on new Roo project Hi, When creating a Roo project at an external location, the project is created two levels deep instead of just one. i.e. with the ...

74. Can create ROO projects    forum.springsource.org

Hi there, I am a newby to the SpringSource IDE so I apologize in advance just in case the question is really stupind.. I have downloaded the latest version available on ...

75. My First Impression of Spring Roo    forum.springsource.org

My First Impression of Spring Roo Here are what I like the Spring Roo: First it fulfills my dream development environment. In my dream, I want to work with the best ...

76. Spring Roo project creation doesn't respect jdk version settings    forum.springsource.org

Spring Roo project creation doesn't respect jdk version settings I have set my Java Compiler in SpringSource Tool Suite 2.6.0.RELEASE (build 201103161000) to jdk 1.5, the JVM 1.5.0 (OS X default) ...

77. Spring ROO JPQL Query editor    forum.springsource.org

Spring Roo JPQL Query editor Hi, I'm new to java, hibernate, spring roo and spring mvc. My IDE is Spring Source Tools What hibernate (JPQL) query editor do you suggest for ...

78. Look Mom#7: Roo + Suduku=Rooduku    forum.springsource.org

79. Does Roo bring SCM annoyance?    forum.springsource.org

Hi, Since Spring Roo add and delete aj files as needed, does this presents some SCM (SVN or Git) annoyance? Since aj files could be added or deleted outside SCM hands? ...

80. Could Roo support these two features?    forum.springsource.org

1 oracle spatial 2 non-structure flat database Could Roo support them natively? Or, we can get help from some add-ons? I haven't understant roo deeply, and hope to get some guidance. ...

81. Roo 1.1.4 is non-backward compatible with 1.1.2    forum.springsource.org

Roo 1.1.4 is non-backward compatible with 1.1.2 Hi guys, We, 3rd party add-ons developers, have a serious problem: our 1.1 compatible add-ons don't work in Spring Roo 1.1.4. We commented about ...

82. Use roo with existing project?    forum.springsource.org

Use roo with existing project? I have an existing project that is designed fairly well, but I'm curious if it's worth it to convert it to roo. I have a ton ...

83. Configure ehCache with Roo    forum.springsource.org

Configure ehCache with Roo Hello: I am confused on how to configure the persistence.xml file for Read-only use of ehCache: I have modified the persistence.xml file as follows.:

84. Spring Roo very Slow    forum.springsource.org

Spring Roo very Slow I am using spring roo to manage my project which has about 90 classes. I had about 75% of the classes implemented and then generated the controllers ...

85. Spring Roo: A Year of Productivity    forum.springsource.org

Nice article, would be great if you can share the source with the community, so that they can be included in the future versions of Roo. Cheers!!!

86. Roo's ITDs don't mangle names, but mine do?    forum.springsource.org

Roo's ITDs don't mangle names, but mine do? Hi all, I've got a Roo project where I'm including my own aspects that introduce fields into my entities. Thing is, Roo's field ...

87. Problem with roo application deployment    forum.springsource.org

May 9th, 2011, 03:50 AM #1 ashikwindu View Profile View Forum Posts Private Message Junior Member Join Date Apr 2011 Posts 28 Problem with roo application deployment Hi, I'm trying to ...

88. why roo is better than other frameworks?    forum.springsource.org

I think it is best in Java world, you could focus your energy on your business logic, not the java implementation. But, to be honest, I think the shell command is ...

89. Custom taglibs in spring roo    forum.springsource.org

Can you define custom taglibs in Spring roo for use in jspx files? Similar to - http://stackoverflow.com/questions/1...xists-in-a-set I'm looking to add some collection utilities like in that link (Unless spring roo ...

90. Roo stopped working - Undo managing    forum.springsource.org

Roo stopped working - Undo managing When I start roo in the project structure I always get this: Code: ____ ____ ____ / __ \/ __ \/ __ \ / /_/ ...

91. Roo IntegrationTest failing testPersist with IdentifierGenerationException    forum.springsource.org

I have an entity class named SessionUUID who's Roo generated SessionUUIDIntegrationTest class is failing on the testPersist() method. It seems to happen because the DataOnDemand class is not setting the value ...

92. Help needed with Roo Polymorphism    forum.springsource.org

93. jms setup on Roo 1.1.4 - Unrecognized xbean namespace mapping    forum.springsource.org

Code: jms setup --provider ACTIVEMQ_IN_MEMORY Created SRC_MAIN_RESOURCES\META-INF\spring\applicationContext-jms.xml Updated ROOT\pom.xml [added dependencies org.springframework:spring-beans:${spring.version}, org.springframework:spring-jms:${spring.version}, org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1, org.apache.activemq:activemq-core:5.4.2, org.apache.xbean:xbean-spring:3.6]

94. Roo and wavemaker    forum.springsource.org

Roo and wavemaker: SOLVED. We are trying to create the web interface using wavemaker while creating the business logic with Roo. However, we have problems when integrating the Roo-generated code within ...

95. Roo 1.1.4 not using converters in list?    forum.springsource.org

It appears that in 1.1.4, list (and table) end up using toString to populate the table cells. I believe 1.1.3 was properly using converters. Is this a change in 1.1.4? What ...

96. How to use GWT2.3 with roo    forum.springsource.org

I'm using it currently. I use Eclipse. Get the latest updates. Then, in project properties -> Google -> Web Toolkit, change to 2.3.

97. Roo approach parent child relationships    forum.springsource.org

Roo approach parent child relationships Ok I have an application where there are many relationships of many kinds. I have successfully use Roo to create the application and model the database ...

98. Roo stopped working    forum.springsource.org

Roo stopped working This is the weirdest thing. A couple days ago everything in my project was working fine. I committed and closed STS. Today I reopened for first time since, ...

99. Complete Project With Spring ROO    forum.springsource.org

Complete Project With Spring ROO Hello what i wanted to know if there is any tutorial steo by step which explains how to implement a back end and front end with ...

100. Change toplevelpackage in existing roo project    forum.springsource.org