1. what web layer you are going to use? mvc? jsf? gwt?
2. shall it be in spring webflow or in a single form?
here is about webflow
here is about single-form registration, using JSF, but in...
Type: Posts; User: golfp-96; Keyword(s):
1. what web layer you are going to use? mvc? jsf? gwt?
2. shall it be in spring webflow or in a single form?
here is about webflow
here is about single-form registration, using JSF, but in...
I have simple project:
jpa setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE
entity jpa --class ~.domain.Person
field string --fieldName Login --notNull --sizeMin 8 --sizeMax 32
web...
As chapter 12 says, it should be
web jsf scaffold --class --entity --beanName --includeOnMenu command.
Sorry, the problem related to my own code in xhtml, which was just before the buttons and contained a bug.
The simple test app is created in STS 3.2.0M2:
project --topLevelPackage org.foo.foo --projectName foo --java 6 --packaging JAR
jpa setup --database HYPERSONIC_IN_MEMORY --provider HIBERNATE...
The problem may relate to the bug in STS. Roo projects doesn't work when created within STS. You should use 2.9.2 or 3.2.0M2, or create the project in cmd mode, without STS.
Maybe Spring team already corrected this bug - I'm not sure about your environment and tools. You can see the correct variable name in the database.properties file. To complete the IBM tuturial...
STS 2.9, Roo 1.2
I made push-in refactor to move update method into java class.
Final code is as follows:
@RequestMapping("/notebooks")
@Controller
@RooWebScaffold(path = "notebooks",...
http://www.ibm.com/developerworks/library/os-springroo7/index.html
I try to make very simple new Roo project with only one entity, using Spring Data and MongoDB. This error occurs in the applicationContext-mongo.xml, which is generated by Roo, in the following line:...
When try to create Spring Roo project in a newly installed STS, using any sample script, i have error:
Project 'test1' is missing required source folder: 'src/test/resources' test1 Build...