Field « Roo « Spring Q&A





1. Descriptions for each Field in Spring    stackoverflow.com

I have a spring roo project and for each field in my entity I want to add some sort of description for it such that the user can see what kind ...

2. Roo Allows for field name of 'id'    forum.springsource.org

I created the field via the roo shell, figured it out and fixed it, was just putting it out there for others who might encounter it.

3. Roo Managed Fields    forum.springsource.org

Hello All, I want to add a variable in a class so that it is visible to all methods withing that class. However adding it as a class variable results in ...

4. Roo 1.1.0.M2:String index out of range: -1 when creating a field (string) sizeMax=1    forum.springsource.org

Hello: I've got an error "String index out of range: -1" when creating a field (string) for a class with sizeMax to 1. The problem comes from the DataOnDemand_Roo_DataOnDemand.aj within the ...

5. How to build Set typed field with FieldMetadataBuilder    forum.springsource.org

Hi, I would like to generate automatically java.util.Set fields in my addon but cannot use any collection type. I try to use following JavaType definition for the builder purpose. JavaType jType ...