Perhaps try http://forum.springsource.org/showthread.php?128469-Spring-Roo-on-WebSphere8 for some suggestions.
Type: Posts; User: Ben Alex; Keyword(s):
Perhaps try http://forum.springsource.org/showthread.php?128469-Spring-Roo-on-WebSphere8 for some suggestions.
HBase is a column database. As a general rule of thumb, you need to know your queries in advance to use a column database effectively. That's because you must structure your data in a manner that...
Rest assured that Spring Roo is fine. The last Roo release was made on 28 May 2012, which was just two months ago. A large number of organisations have entered into Contributor Agreements for Roo,...
I'm a heavy Cassandra user (plus created Roo) and I'm not entirely sure how you'd marry the two in a way that would deliver significant out-of-the-box functionality to standard enterprise application...
In general I wouldn't recommend checking the ITDs into source control given Roo can rebuild them (a bit like your javac compiler builds .class files so you don't check those in).
Git is an...
Sanjoy, you can install Roo on your Hudson server and add a pre-build step (ie before Maven) that calls "roo quit". That's enough to produce the ITDs.
HTH
We fixed the broken PDF link. The CMS deleted it for an unknown reason. It's uploaded again (with a new PDF URL) and works: http://www.springsource.org/node/3001
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 - used Spring...
Hi Rohit
Yes, you qualify. Please email balex@vmware.com with [kanga] in the subject line and the details (address, shirt size etc) we need to get one away to you.
Cheers
Ben
Yes, just a coincidence. I wish I could pretend we planned it that way though in view of the version number. :-)
We are delighted to announce the general availability of Spring Roo 1.1.1. Spring Roo is a rapid application development tool for Java developers, allowing you to create enterprise Java applications...
We are delighted to announce the general availability of Spring Roo 1.1.1. Spring Roo is a rapid application development tool for Java developers, allowing you to create enterprise Java applications...
Try "dev mode" ENTER. It gives more diagnostics. But it sounds very unusual.
I've cut the actual release, but we need to do the final tests and embed it into STS 2.5.2 as most people like to use Roo with STS. So it will be available next Monday for download.
If you're...
You need ItdTypeDetailsBuilder.addMethodAnnotation(..). Have a look in JavaBeanMetadata in Roo source where we use the sister method, addFieldAnnotation(..). Have fun.
Is anyone having this problem with standalone Roo, or is it only in the STS-hosted version of Roo? As you observed earlier, there are some implementation differences on account of the embedding...
Everyone, just a reminder we still have free kangaroos and t-shirts and other swag to give away. All you need to do is publish info on your Spring Roo project publicly, and then email the URL to...
This is a feature request being tracked in https://jira.springsource.org/browse/ROO-76. If you'd like it, I recommend you monitor and/or vote for the issue.
Info at https://jira.springsource.org/browse/ROO-1493
Can you provide a .java source file that represents what you're ultimately trying to create?
We did add some inner class handling back in April 2010, but to be honest the type creation API offered...
I'm curious why you'd like to add ITD members to a non-class governor. Can you please expand on this? Feel free to log it as a Jira request so we can capture it there.
Sorry your upgrade wasn't successful.
There is an upgrade notes at the end of the reference guide which offers assistance on how to upgrade. I'd try to follow those steps. I hope you have a backup...
We have an "upgrade notes" section in our reference guide that offers the best guidance on this. The web tier changed a lot from 1.0 to 1.1 and so there are quite a few steps involved in the upgrade....
Please try using Maven 2.x. Maven 3 has known issues.
To date there have been very few requests for noSql support in Roo. I don't even think there's a Jira ticket asking for any to be honest that I can suggest you vote for.
Nevertheless, if you don't...