In my Spring MVC project I have an update page for Class1 that must display a list of form:checkbox tags that is bound to a collection of entities on Class1.
I have created a roo project following the typical persistence setup instructions resulting in a Hib开发者_运维知识库ernate and Hypersonic in-memory data layer. I was wondering how it\'s possible to a
I understand that it is not really how Roo was intended to be used, but I was to knock up a quick demo with Roo to run within a console app.
How can I configure Spring Roo to replace Log4j 开发者_JAVA技巧with SLF4J and Logback as the default logging libraries?This JIRA issue would seem to suggest that this is not yet possible.
In Spring Roo I used this tutorial with my custom xsd to generate objects. After that I used command controller all ~.web, controller is generated but without CRUD functions.
I have to start a new Spring MVC project and I\'ve been reading about Roo and it looks quite nice, especially for someone like me who comes from an RoR background.
I\'ve come across some problems using Hibernate 3.4 on JBoss 5.1. Hibernate 3.4 is a JPA 1.0 implementation so it should be fine to be used in JBoss 5.1. The thing is JBoss has its own version of Hibe
I am trying to use the form tag within a Spring Roo JSPX file:But everytime I run the application, I keep getting the following exception:
I would like to run cron tasks based on an entity, lets call that entity TaskEntity The TaskEntity can have 开发者_如何转开发info about what needs to be done (domain specific) and when. The when part
I\'ve set up a Spring ROO application, set persistence to OpenJPA and created some entities. Then I replaced Spring MVC with Apache Wicket. Stuff seems to be working fine and I\'ve successfully displa