1. What is real object-oriented (ROO)? stackoverflow.comI 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.comAnybody 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.comDespite 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.comI 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.comI 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.comI am starting with spring-roo, so I downloaded it and now I'm trying to export the variable. PATH=$PATH:/Users/myUsr/spring-roo/binPATH variable ... |
7. Best practices in implementing multi-tenancy in a roo app stackoverflow.comI 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.comI 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.comCan 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_MEMORYWhat's dnucleus_2?? Thank you |
10. springroo upgrades stackoverflow.comHello 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.comI 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.comI'm evaluating Spring-Roo to use in one of my projects but I'm not sure how can it work within a team.
|
13. Spring / roo and three tier architecture with firewall and dmz stackoverflow.comwe 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.comI 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.comWhen I print
|
16. Spring Roo Abstract child classes --testAutomatically fails stackoverflow.comI am using a very simple domain model, created like this...
then I am ... |
17. I want to disable Roo scaffolding stackoverflow.comBecause 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.comI have a dojo tooltip in a jspx (roo project) page.
|
19. Custom label for a SELECT in Spring Roo stackoverflow.comI 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.comIn Spring Roo (1.1.5) I have an Entity "Book" that CAN have a reference to Entity "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.comi 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.comI 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.comI'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.comI 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.comI'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.comI'm trying to add Pagination to enhanced Grid, I'm adding the following
But I'm running into
|
27. Create Roo Project Just Looping forum.springsource.orgI 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.organy 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.orgYou 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.orgon 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.orgRoo 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.orgRoo 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.orgsame 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.orgJan 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.orgI'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.orgFrustrations 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.orgI 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.orghelp! 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.orgRoo 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.orgMultiple 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.orgWe'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.orgJan 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.orgAloha, 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.orgSomeone 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.orgSwitching 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.orgHas 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.orgROO - 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.orgA 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.orgIs 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.orgcreated 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.orgSo 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.orgSpring 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.orgHi, 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.orgCreation 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.orgCannot 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.orgHow 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.orgRoo 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 ... |
61. Roo Autocomplete stopped working>The chosen operation is not enabled. forum.springsource.org |
62. Incompatability with Roo 1.1.1.RELEASE and WAS 7? forum.springsource.orgIncompatability 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.orgHelp 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.orgHi 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.orgFew 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.orgDoes 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.orgHi, 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.orgHi 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.orgUser 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.orgSpring 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.orgI 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.orgDouble 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.orgHi 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.orgMy 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.orgSpring 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.orgSpring 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.orgHi, 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.org1 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.orgRoo 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.orgUse 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.orgConfigure 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.orgSpring 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.orgNice 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.orgRoo'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.orgMay 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.orgI 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.orgCan 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.orgRoo 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.orgI 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.orgCode: 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.orgRoo 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.orgIt 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.orgI'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.orgRoo 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.orgRoo 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.orgComplete 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 |