1. Spring Roo from WSDL? stackoverflow.comSpring Roo + GWT is very exciting but I'd like to use an existing Web Service as a backend so I was wondering if there is any way to configure Roo ... |
2. "org.datanucleus" is already registered under Spring Source Toosuite stackoverflow.com
|
3. How to avoid Spring Roo GWT support? stackoverflow.comI am experimenting with Spring Roo in a new GWT application. The Spring Roo GWT support is some way off ready for real use just yet, so I want to build ... |
4. Spring roo with GWT : How to stop scaffolding generation? stackoverflow.comI am trying Spring roo with GWT. To generate the basic structure I used gwt:setup which generated the initial scaffolding but after that I want to stop the scaffolding, particularly when ... |
5. Spring roo and GWT stackoverflow.comHey all, I am trying to create an entity in spring STS with GWT scafolding. The entity is to be a superclass and abstract. When I tell roo to create the entity ... |
6. roo sample gwtNoEntities fails to load stackoverflow.comI've just tried the the gwtNoEntities sample that is bundled with roo-1.1.0. when launching using tomcat:run, or jetty:run, I get only the loading box. When running it in GWT ... |
7. Roo + GWT - good for developping? stackoverflow.comI've been working on GWT projetcts for a few months now and I decided to give a try to this Spring Roo thing. I noticed that to go from 0 to ... |
8. SpringROO+GWT customization stackoverflow.comI want to build a GWT application that doesn't use a database. I thought to use Spring ROO to get the initial configurations for it. A Spring ROO+GWT generated app has:
|
9. GWT RootLayoutPanel - Problem rendering page from second to first (first works fine) stackoverflow.comSorry if this was already answered before. I did a little searching and found nothing that could solve my problem. I created an application with Spring Roo, then converted to a ... |
10. roo gwt sample not working stackoverflow.comI'm trying to create a sample gwt project using roo as given in the link: http://code.google.com/webtoolkit/doc/latest/tutorial/roo-sts.html but When I try to run "script ..\samples\expenses.roo" in Spring roo 1.1.4 I'm ... |
11. modification to "Spring Roo + GWT"'s default UI and interactivities stackoverflow.comIf someone have a different need for UI and interactivites than what is provided by 'gwt setup', what is the best way to accommodate it? Suppose the requirement are things like these: - ... |
12. Spring ROO GWT Select by reference stackoverflow.comI created a GWT Spring ROO project with the following entities: Facture and ItemFacture. ItemFacture contains a reference to a Facture.
|
13. Spring roo and gwt stackoverflow.comI am experimenting with GWT and Roo. I reversed engineered a database with Roo and enabled and scaffolded GWT. During the scaffolding I got couple of these warning: The path ... |
14. Pain in upgrading from Roo+GWT 1.1.0 to 1.1.1 forum.springsource.orgPain in upgrading from Roo+GWT 1.1.0 to 1.1.1 This is more of a question towards the Roo+GWT team, is there proper steps that people should be taking to upgrade from 1.1.0 ... |
15. Getting ROO generated scaffold to work with GWT and GIN. forum.springsource.orgGetting ROO generated scaffold to work with GWT and GIN. Hi, I'm not sure if this is the right place to post this, but I need help getting GWT components to ... |
16. Different order of same ROO-Commands gives different result with GWT - Why? forum.springsource.orgDifferent order of same ROO-Commands gives different result with GWT - Why? Hi, I tried to generate a simple ROO/GWT project. Now I got it. But it worked only with a ... |
17. Roo + GWT: UiField(provided=true)? forum.springsource.orgHi All, I'm playing with Roo + GWT. Here is my question: I have a list of contacts and Roo generates managed view like that: Code: ContactListView_Roo_Gwt{ @UiField CellTable |
18. Roo + GWT: inheritance & proxy generation bug forum.springsource.orgRoo + GWT: inheritance & proxy generation bug Hi All, I just got a bug... Pretty simple example with inheritance: Code: entity --class ~.server.domain.Contact field string --fieldName background entity --class ~.server.domain.PersonContact ... |
19. GWT UiBinder CSS not shared in Roo 1.1.1 forum.springsource.orgGWT UiBinder CSS not shared in Roo 1.1.1 I noticed that Spring Roo and GWT generate identical |
20. roo 1.1.2 + gwt setuo command forum.springsource.orgroo 1.1.2 + gwt setuo command Hi to everyone, i' ve installed the latest release of STS, create a new roo project and run the following example script: Code: persistence setup ... |
21. Custom finder methods in GWT roo project (1.1.2 roo) forum.springsource.orgCustom finder methods in GWT roo project (1.1.2 roo) Hi everyone. I want to implement custom finder methods in GWT + roo scaffolding project. I'm using 1.1.2 version of Roo. I ... |
22. GWT app with ROO for domain backend nightmare forum.springsource.orgGWT app with ROO for domain backend nightmare Hi, I'm trying to build a GWT application. I told myself that it would be nice to get use Spring Roo to generate ... |
23. Customized ROO + GWT application will be overriden by ROO again forum.springsource.orgI'm newbie and so impressed by the power of ROO and GWT together. I setup a new GWT apllication in STS using ROO and it is working perfectly. But when I ... |
24. Spring Roo + GWT - understanding problems forum.springsource.orgSpring Roo + GWT - understanding problems Hei, i am a beginner with spring roo and most of its technologies used. What I want: * Spring Roo * GWT * GAE ... |
25. Question related to new roo GWT project forum.springsource.orgHi, If I create a project using the simple roo script: Code: project --topLevelPackage com.roogwt --projectName roogwt --java 6 persistence setup --database GOOGLE_APP_ENGINE --provider DATANUCLEUS entity --class ~.shared.domain.Person --testAutomatically field string ... |
26. Roo and GWT: is there any version that works? forum.springsource.orgHey guys, I am having trouble replicating the problem. Can you provide me with some more information? Like what isn't work and what platform you are running Roo on. |
27. Cannot run roo+GWT app when topLevelPackage is id.co.mycompany forum.springsource.orgCannot run roo+GWT app when topLevelPackage is id.co.mycompany Hello, I created a roo+GWT project with topLevelPackage id.co.mycompany and when i "mvn gwt:run" it throwed me an error. Step to reproduce 1. ... |
28. Problem Roo GWT forum.springsource.orgI have a problem when using gwt in a roo project. I made the Roo project. I made persistence and setup properties (database name, user, pass). Then, I copy the files ... |
29. Spring Roo and GWT 2.3 forum.springsource.orgFor a new project, we are considering Spring Roo + GWT 2.3. Following the guidelines at http://code.google.com/webtoolkit/do...l/roo-sts.html I just created a sample project using STS 2.7. The generated GWT code seemed ... |
30. Some Spring ROO 1.2 M1 GWT addon feedback (with GWT 2.4) forum.springsource.orgSome Spring ROO 1.2 M1 GWT addon feedback (with GWT 2.4) First of all, thanks for the release guys. I have the feeling that from all the versions of ROO GWT ... |
31. Spring Roo 1.5 + GWT forum.springsource.orgHi, How do it create gwt components with roo? Is there any documentation of this process? I need create a customized menu for the entities. I don't need show all entities, ... |
32. Roo+GWT forum.springsource.orgRoo+GWT Hello I am using STS 2.8.0 with GWT (not sure as it was setup with web gwt setup). I was trying to do roo+gwt sample project. everything was fine while ... |
33. How to stop gwt addon scaffold in roo 1.2.0 forum.springsource.orgHow to stop gwt addon scaffold in roo 1.2.0 Hi, Is it possible to stop generation scaffold for entity without removing the gwt addon support? I understand the ITDs: GWT Style, ... |
34. Roo + GWT (2) forum.springsource.orgRoo + GWT (2) Hi, I am using STS 2.7.2 and have installed google web toolkit 2.4 and facing POM dependency resolution issues when trying to create a Roo+GWT application. After ... |
35. MongoDB+Gwt+Roo forum.springsource.orgWhen used with MongoDB, the Gwt AddOn leaves the .../client/managed package empty (the subfolders: activity, request, and ui are ther but empty. This problem doesn't occur when the Gwt AddOn is ... |
36. [Roo + GWT] Duplicate entry 'xxxx' for key 'name' (JDBCExceptionReporter) forum.springsource.org[Roo + GWT] Duplicate entry 'xxxx' for key 'name' (JDBCExceptionReporter) Hello, In application made with Roo (1.2.0.M1) + GWT, when client fire the creation or the update of an entity with ... |
37. Gwt with Roo forum.springsource.org |
38. Problem running simple Roo/GWT sample forum.springsource.orgMay 21st, 2010, 09:16 AM #1 24z View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 1 Problem running simple Roo/GWT sample I downloaded and fresh ... |
39. Quick Roo / GWT Tutorial? forum.springsource.orgI found a great screencast of getting Roo & GWT up and running together in STS: http://satukubik.com/2010/05/21/hell...r-sts-2-3-3m1/ I was having troubles with this on my STS install, so thought I'd post ... |
40. Spring Roo with GWT - Query class name cannot be resolved forum.springsource.orgSpring Roo with GWT - Query class name cannot be resolved Hi, I am trying to create a simple roo application with gwt (using the latest versions , OS - Windows ... |
41. Using Spring Roo with GWT + Cassandra forum.springsource.org |
42. GWT not accept Roo Coding forum.springsource.orgHi All, I m using onetomany mapping is roo. But when I use commant gwt setup and after this project not compile as it shows error for SetRecord class. Also I ... |
43. GWT Places in Roo forum.springsource.orgGWT Places in Roo Hi, Sorry, i know this may be not a roo related question but a GWT one, but it seems somehow Roo-specific to me too due to places ... |
44. Run SQL Queries wirh Spring Roo + GWT forum.springsource.orgYou can, you can either do it in a controller (serviced by GWT) or abstract it in a service method which is called by that service method. But this is not ... |
45. Roo+OSGi+GWT: Help needed to get started forum.springsource.orgScenario: Modernization of an existing *Online Shop* with integrated *CMS functionality* for dynamic content publication (with CMS concepts comparable to those in "Drupal" or "Magnolia" but envisioned as GWT frontend). The ... |
46. Chrome support for Roo GWT combination ? forum.springsource.orgAfter a few (quite a few) attempts I got the Roo GWT demo running, I first tried to access the URL through Google Chrome, but this gave a server error, when ... |
47. Release date for a stable Roo 1.1 with GWT? forum.springsource.orgRelease date for a stable Roo 1.1 with GWT? I had never used Roo before but learned about it at Google I/O during the demo with GWT. It seems very promising, ... |
48. First Roo/GWT project leads to compile issues forum.springsource.orgJun 19th, 2010, 06:33 PM #1 niklassaers View Profile View Forum Posts Private Message Member Join Date Jul 2009 Posts 65 First Roo/GWT project leads to compile issues Hi guys, I ... |
49. GWT complexity with ROO 1.1.0.M1 forum.springsource.orgGWT complexity with ROO 1.1.0.M1 Hello, Just a warning, I'm just starting with GWT technology and ROO - just for curiosity for the moment. I've followed the gwt tutorial, and was ... |
50. Roo+GWT Anyway to control which domain class to scaffold? forum.springsource.orgLike in Grails, one can control if the domain class needs to be scaffold by defining scanffold=true on the associated controller. Is there similar function in Roo with GWT enabled? I ... |
51. windows vista environment variables and Roo-GWT example forum.springsource.orgwindows vista environment variables and Roo-GWT example I am trying to get an installation running on a Windows Vista system to test the GWT Roo scaffolding sample demo'ed at Google I/O ... |
52. Why isn't roo + GWT RESTful? forum.springsource.org |
53. roo, gwt, joda time forum.springsource.orgHi Is anyone using roo with gwt and joda? Or with one of the near-joda packages like gwt-time? I tried adding gwt to a test project and when I do a ... |
54. Roo GWT File Upload forum.springsource.orgHello All, I would like to know that how File Upload would be possible with the new gwt JSON request paradigm. I'm wondering if BLOB entries are supported or where you ... |
55. Roo GWT DI (GIN replaced?!!!) forum.springsource.orgHi, All Does anyone know if Spring Dependency Injection is only used for server side? GWT used to offer GIN & Guice for DI in frontend and backend respectively.What does replace ... |
56. Spring roo GWT lack of forum support. forum.springsource.orgSpring roo GWT lack of forum support. I'm not trying to be a dick here, but does anyone from the Spring Roo team ever respond to any Spring Roo GWT quesion's? ... |
57. Tutorial/material for how to customize the ROO + GWT project? forum.springsource.orgTutorial/material for how to customize the ROO + GWT project? I have been able to generate the sample project using for GWT and GAE ... using DATANUCLEUS and GOOGLE_APP_ENGINE similar to ... |
58. is there some explanation what roo generates for GWT forum.springsource.orgI looked at the generated code and it seems like following MVP pattern google promotes. But roo generated around 20(if not more) files for one model class that i tried. It ... |
59. Roo 1.1RC1 GWT JDK1.5 problem prevents all usage forum.springsource.orgI start Roo 1.1RC1 with the roo.sh startup script and while I'm getting a prompt I'm getting a JDK-related error message indicating that perhaps org.springframework.roo.addon.gwt needs JDK6. This prevents me from ... |
60. --inheritanceType Roo GWT forum.springsource.orgOct 19th, 2010, 11:22 AM #1 simonwhelan76 View Profile View Forum Posts Private Message Member Join Date Sep 2010 Posts 33 --inheritanceType Roo GWT Hi Does Roo GWT support --inheritanceType flag? ... |
61. ??create flexible UI and business process layer(beyond CRUD) spring Roo + GWT forum.springsource.org??create flexible UI and business process layer(beyond CRUD) spring Roo + GWT Even with 2.1 RC1, it seems like all managed files control full presentation interaction for User interface. Cannot figure ... |
62. Roo + GWT and two level of inheritance problem forum.springsource.orgRoo + GWT and two level of inheritance problem I have a valid JPA/Roo scenario that throws a very odd exception in the generated gwt app. I have three classes that ... |
63. Roo GWT customization forum.springsource.orgRoo GWT customization Hello all, How it was established in other thread we do need documentation, examples etc on developing GWT apps from scaffolding that roo builds. In their absence I ... |
64. Roo 1.1.0 + GWT 404 on applicationScaffold.nocache.js forum.springsource.orgRoo 1.1.0 + GWT 404 on applicationScaffold.nocache.js I'm trying out the GWT instrumentation in Roo, so I created a very simple application. This app works fine when I test it using ... |
65. GWT & Roo & Numeric Tables, Oh my forum.springsource.orgGWT & Roo & Numeric Tables, Oh my I'm not sure if this is a Roo problem or a GWT problem or a little of both but hopefully this helps a ... |
66. Roo GWT Scaffolding and where to next? forum.springsource.orgRoo GWT Scaffolding and where to next? Hi. Ive seen a lot of tutorials out there that show you how to create a Roo project, and how to create an entity ... |
67. Roo, GWT, JSON, properties and sub-properties forum.springsource.orgRoo, GWT, JSON, properties and sub-properties One of the entities in my model (BrHostIntf) implements a many-to-many mapping between two other entities - Hosts and Interfaces (over different time periods, in ... |
68. Clinic.roo failed with GWT forum.springsource.orgClinic.roo failed with GWT The current clinic.roo scrict fails when executing gwt:setup afterwards. The old GWT primitive type problem for fields (e.g. boolean Boolean). // Spring Roo 1.1.0.RELEASE [rev 793f2b0] log ... |
69. Roo + GWT forum.springsource.orgRoo + GWT Hi, I added GWT support to an existing Roo-managed prototype (with gwt setup), and it seems like Roo missed generating a class. I'm getting various errors about missing ... |
70. GWT 2.1.1-rc1 and Roo forum.springsource.orgWill Sunday's release of 1.1.1 General Availability, include all the changes that were added in GWT 2.1.1-rc1? Is there a link of what will make it and what won't (GWT stuff) ... |