-
Dec 15th, 2011, 09:50 PM
#1
Spring Roo 1.2.0.RELEASE available now
We are very happy to announce the availability of Spring Roo 1.2.0.RELEASE (download here). Spring Roo is a rapid application development tool for Java, allowing you to create full enterprise applications in just minutes.
I will be writing a blog post soon for this major release, so please watch out for this.
Spring Roo has a very active community and responsive development team, so if you have any questions on this new release, please feel free to ask the Spring Roo engineering team on the Community Forum. You'll also find us on Twitter - either follow @SpringRoo or just include #SpringRoo in your tweets.
We hope you enjoy this new release.
-
Dec 15th, 2011, 10:04 PM
#2
-
Dec 16th, 2011, 02:56 AM
#3
-
Dec 16th, 2011, 03:24 AM
#4
OK that was a premature wahoo. Looks like you shipped the 1.1 doc w/ Roo 1.2. New features aren't very useful if we don't know what they are.
-
Dec 16th, 2011, 04:19 PM
#5
The PDF and html docs inside the zip are for 1.2, however we are still writing docs for a lot of the new features and will post them on the Roo home page soon. We wanted to get the release out before the end of the year and finishing the docs would have caused a slippage.
I'll be detailing some new commands for Multi-module Maven, repositories/services and JSF in a blog very soon.
-
Dec 16th, 2011, 04:28 PM
#6
Blog posts are OK but releasing this without proper reference documentation that covers the release is inexcusable. And it's rather shocking to use "slippage" as rationale for shipping w/o doc, especially for an opensource project! This is very disappointing for Spring.
Last edited by fashoom; Dec 16th, 2011 at 09:20 PM.
-
Dec 16th, 2011, 05:15 PM
#7
GWT, Spring ROO & Mongo DB - integration issue
Hi,
I am working on a project using Spring ROO 1.2.0.GA release, mongodb 2.0.1 and gwt2.4.0.
I'm able to integrate Spring ROO and GWT, but when I try to connect to Mongo db, I get the following errors:
Error:
[ERROR] SEVERE: Could not find the locator type specified in the @com.google.web
.bindery.requestfactory.shared.ProxyForName annotation com.gwtmongo.Person
[ERROR] java.lang.ClassNotFoundException: com.gwtmongo.server.locator.PersonLoca
tor
...
[ERROR] SEVERE: Unexpected error
[ERROR] com.google.web.bindery.requestfactory.server.Unexp ectedException: Could
not find the locator type specified in the @com.google.web.bindery.requestfactor
y.shared.ProxyForName annotation com.gwtmongo.Person
[ERROR] at com.google.web.bindery.requestfactory.server.Servi ceLayerDeco
rator.die(ServiceLayerDecorator.java:216)
[ERROR] at com.google.web.bindery.requestfactory.server.Locat orServiceLa
yer.resolveLocator(LocatorServiceLayer.java:127)
[ERROR] at com.google.web.bindery.requestfactory.server.Servi ceLayerDeco
rator.resolveLocator(ServiceLayerDecorator.java:15 7)
I think it is missing the PersonLocator class, but I'm not sure how to generate it. If someone can help me on this, that would be great. I appreciate it.
I am following these steps
1) project --topLevelPackage com.gwtmongo
2) mongo setup
3) entity mongo --class ~.Person --testAutomatically
4) field string --fieldName firstName --notNull
5)web mvc setup
6) web mvc all --package ~.web
7)repository mongo --interface ~.repository.PersonRepository --entity ~.Person
8)service --interface ~.service.PersonService --entity ~.Person
9)web gwt setup
10) web gwt request all --package ~.client.request
11) web gwt proxy all --package ~.client.proxy
12)web gwt scaffold --proxyPackage ~.client.proxy --requestPackage ~.client.request --type ~.Person
13)perform package
14) mvn gwt:run
Thanks
Ramesh
-
Dec 16th, 2011, 07:21 PM
#8
I had a similar problem scaffolding a gwt app. The locator classes weren't being generated.
What I discovered after much wasted trial-and-error was that the entities for which gwt generates locators require numeric version columns.
I would look up the docs and see about that first.
-
Dec 16th, 2011, 08:25 PM
#9
You can't use repositories yet with the Gwt add-on. See https://jira.springsource.org/browse/ROO-2903
-
Dec 17th, 2011, 04:25 AM
#10
Does this support multi-module roo projects?
IOW can one use roo scaffolded entities from proj A and others from a proj B together in a proj C?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules