Hej,
here I have a little example for a blog, that consists of posts with comments. A post could have many comments. A comment belongs to one post. I realized it as followed:
project...
Type: Posts; User: mab; Keyword(s):
Hej,
here I have a little example for a blog, that consists of posts with comments. A post could have many comments. A comment belongs to one post. I realized it as followed:
project...
Thanks, but that was not the issue. It doesn't matter whether you define the test with annotation or within the method name. The Problem was, that I used the quick fix and added JUnit to the build...
Hej,
I created an addon with the addon create command. Then I created a JUnit4 Test Case in src/test/java and added the Junit Library to the project. When I run the test in STS with Run as Junit...
In my opinion the only way to set up roo projects with UTF8 source encoding, is to change the maven addon.
There are two obvious options. First one is to change the standard-project-template file....
Hello,
actually I'm quite new to roo. I need for my project a field with a datetime and a field only with the time.
@DateTimeFormat(style = "SS")
In case of the datetime field I changed...
Hello,
maybe I'm wrong in this forum, but I didn't find a proper solution at the maven and the spring roo project page.
I work on Mac OS and every time I create a new roo project I have to...
Hello,
System: Ubuntu 9.10 Desktop
STS 2.3.0
I tried to install the grails and groovy extension for STS according to the STS Integration instruction. On the extension panel in STS grails and...