1. How to use spring-roo entities from Eclipse RCP/RAP project stackoverflow.comI have created a domain model using spring-roo, which makes heavy use of Spring and AspectJ. My model is deploying nicely as a OSGi bundle, and from the Spring STS (eclipse-based) ... |
2. Spring Roo - How to use it without AspectJ? stackoverflow.comIs there a way to have Roo generate real POJOs and not AspectJ enhanced ones? I want more PO in my JOs, AJ make it look like POJOOS (POJOs on Steroids) to ... |
3. Spring Roo and web scaffolding issue stackoverflow.comI am using Spring Roo. I removed the Spring Roo web scaffolding annotation from my controller and deleted all the related JSPX files. Now I am the following error: Method ... |
4. SPRING Roo Project - What should be kept in Version Control stackoverflow.comI am starting on a spring roo Project and noticed that there are many files such as
|
5. Spring-roo warnings. And removal ! stackoverflow.comI have been testing Roo in the last few days.. I am getting the following 3 warnings (on both samples and my own projects) and I don't know why. I haven't used ... |
6. Errors running builder 'AspectJ Builder' on project stackoverflow.comI am working on SpringSource Tool Suite with Spring Roo. Everything was working well up until few days ago after I installed GWT plugin (I think this might be a ... |
7. Customize save() method in Spring Roo stackoverflow.comI've made an application with Spring Roo (I'm still a newbie) and I'd like to do some processing after the entity is persisted. I've set up the application with Service and ... |
8. Roo aspectj development question forum.springsource.orgHi all, I created a roo proyect and developed some features using aspects, for example: public aspect LocalizableAspect { public static interface Localizable { } private Integer Localizable.x; } Then I ... |
9. AspectJ weaver version error, running Roo 1.1.2, STS 2.5.2 forum.springsource.orgFeb 28th, 2011, 12:46 PM #1 erich.oliphant View Profile View Forum Posts Private Message Junior Member Join Date Dec 2009 Posts 7 AspectJ weaver version error, running Roo 1.1.2, STS 2.5.2 ... |
10. When adding toString method, Roo is not updateing AspectJ file forum.springsource.orgWhen adding toString method, Roo is not updateing AspectJ file Hi, When I add toString() method to my domain object, Spring Roo is not detecting/deleting toString() method from generated AspectJ file. ... |
11. testing spring roo and aspectj. forum.springsource.orgtesting spring roo and aspectj. Hello, I created a spring roo project (1.1.5.RELEASE [rev d3a68c3] ) using the following example on WinXp (java version "1.6.0_16"). C:\springROO\InstallScripts>type TestAspectJ.roo project --topLevelPackage spring.roo.test persistence ... |
12. Roo AspectJ and STS (Code Completion) forum.springsource.orgRoo AspectJ and STS (Code Completion) Hi all, I'm trying to use roo with sts however it appears as that jdt is not working. I can't see the entity methods that ... |
13. Roo Shell and/or AspectJ wont work forum.springsource.orgRoo Shell and/or AspectJ wont work I have a problem with my Roo Shell. I work a littlewhile with Spring Roo on Spring STS and everything works just fine, but suddenly ... |
14. aspectj in Netbeans 6.8? (Spring Roo) forums.netbeans.org |