I want to do a quite simple application on GAE with SPRING ROO. I do not understand the difference between Hibernate and JPA (persistance ?) but 开发者_如何学CI would like to know what is recommended
I am working on SpringSource Tool Suite with Spring Roo. Everything was working well up untilfew days ago after I installed GWT plugin (I think this might be a problem, I am not sure ).
I\'m new to Spring Roo. I would like to do reverse engineering on mssql database. (jtds is already installed)
I 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 AspectJ before either so I have no id
Hi I am unable to connect to database in spring roo project. My error is ERROR org.hibernate.util.JDBCExceptionReporter - No database selected
I have a question about spring roo. How can you add a custom page to your web application? It seems really basic and easy if I\'m using standard Servlet, but I\'m totally confused to do this in Sprin
I\'m trying to delete all database entries for a Spring Roo entity. When I look at *_Roo_Entity.aj it seems as if there is no \"delete all\" method. I tried to implement it myself (Licences is the nam
I would like to use SPRING ROO and the GAE...but Solr can not run on the GAE. So which alternative to Solr can I use to have 开发者_Python百科a search engine for my website ?You could have a look at G
What is the ideal approac开发者_运维知识库h to secure a finder generated by ROO? I\'d like to be able to add a @Secured annotation without a push-in refactor. Thanks.You can modify your applicationCon
I m new at spring roo. I don\'t know how to create Dynamic menu in spring roo project. And if Dynamic menu add ons available. How can I use this add on?