file « Roo « Spring Q&A





1. Issues with adding a method to Spring roo .java file    forum.springsource.org

How can I add a method to an Entity ? I have tried adding this one to the .java file: public double CalculateTax() { this.Tax=this.total*0.13; return this.Tax; } but Spring roo ...

2. Tagx file spring roo    forum.springsource.org

Tagx file spring roo .Im new to tagx n custom taglibs concepts I'm trying to created custom tagx components for tabbed panel. My tagx code look like below. When i run ...

3. Roo problem: The directory or file cannot be created    forum.springsource.org

Roo problem: The directory or file cannot be created I am having a strange problem with sts and spring roo version 1.1.1 RELEASE. It has worked well for my project but ...

4. Spring roo removes all the comments in the Java files. Any workaround?    forum.springsource.org

Spring roo removes all the comments in the Java files. Any workaround? Hello: Spring roo removes all the comments (you know, // for lines and /**/ for blocks) in the Java ...

5. My roo script file :)    forum.springsource.org

I want to show some information about my roo script file entity --name ~.band.cd.CD --testAutomatically field string --fieldName cdtitle --notNull field date --fieldName releaseDate --type java.util.Date --notNull field string --fieldName coverimage ...

6. Configuration file in roo    forum.springsource.org

Hi, I want to add an external configuration file in my roo application. I have some web service urls, FTP server urls which can change in future. So, file like Grails ...

7. Export to .roo file    forum.springsource.org

Hi, Is there any way to export a existing Roos application into a .roo script file? Not a very needed feature, but it could be useful, for example i can generate ...

8. How to create a file upload browser in spring roo?    forum.springsource.org

How to create a file upload browser in spring roo? I'm new in spring roo. I want to create a page with file upload. I used spring roo to create all ...

9. Roo won't write any files    forum.springsource.org

Roo won't write any files I started a roo project, worked on it for a while and stopped for a few days. Today I resumed work on it and decided to ...





10. Controlling how Roo manages .properties files?    forum.springsource.org

Controlling how Roo manages .properties files? I've been banging my head against this one for a bit, so I thought I'd throw it out to the forum to see if anyone ...

11. Creating an EAR file via Roo    forum.springsource.org

Is it possible to create an EAR file via Spring Roo? I have searched this forum and found no answer to this. But I still want to give it a try ...

12. Persisting binary files with Roo    forum.springsource.org

Persisting binary files with Roo Hi, Im new to Roo. I am writing a simple application that needs to persist some data that also include images. As the provider I have ...