I\'ve reverse engineered a sample MySQL database with Spring Roo, and I\'m trying to insert a record using the Customer entity in this way:
I have been working on a spring roo project and I\'ve hit a wall in terms of being able to customize the web page.
I have a project created with Spring roo and I have a number field in one of my entities. I need to add some logic that this field can only take numbers that are powers of two and if it isn\'t then an
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 of input is expected and how they should input it. What i
After working for weeks on a Roo Project mine stopped to update the .class-files inside the direc开发者_开发知识库tory:
I\'m using Spring (Roo specifically) to develop an application and for one entity I have a drop down list that is b开发者_开发技巧ased on a set of enums (i.e. enum(Blue,Pink,Red)). When stored in MYSQ
I have a GWT app (generated by roo) that I have decided to secure with Spring Security.Roo generates a login.jspx page as part of the security setup and this jspx uses some basic JSTL taglibs.
When i try to annotate a POJO with both @NodeEntity and @RooEntity i got following error on the *_Roo_Entity IDT:
I\'m using Spring Roo (and Hibernate) for a web application. I\'ve got two entitieswhich have a MANY-TO-MANY relationship:
I was trying to work on the Spring Roo Demo project @ www.springsource.org/roo/guide?w=beginning and I am using Spring Roo Shell in the STS IDE.