In case this matters:
I'm on Ubuntu 10.10.
pakelley@Minitacular:~$ uname -a
Linux Minitacular 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:24:00 UTC 2010 i686 GNU/Linux
Type: Posts; User: opticrealm; Keyword(s):
In case this matters:
I'm on Ubuntu 10.10.
pakelley@Minitacular:~$ uname -a
Linux Minitacular 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:24:00 UTC 2010 i686 GNU/Linux
I've created a simple .roo script. When I run it with "mvn tomcat:run", everything is fine.
project --topLevelPackage org.pbjsoft.manbook --projectName manalive --java 6
persistence setup...
Where can I create an account so I can vote for ROO-442?
http://jira.springframework.org/browse/ROO-442
I don't see anything on that URL that would allow me to create my account.
Many thanks!
Someone else asked a similar question in 2008:
http://forum.springsource.org/showthread.php?p=249115&highlight=java.io.File#post249115
This page should hold your answers:
...
I have similar requirements. In the roo shell I typed:
field other --fieldName actualfile --type java.io.File
The generated .java RooEntity correctly includes the "actualFile" with its...
Up until recently roo + GWT had trouble with entities that would reference other entities. I believe this has been fixed in the most current release (M3), but I'm not 100% certain. Some of the...
This might be an over simplification.
JSPX is an XML file that becomes a Java servlet. For the most part, JSPX pages are heavily reliant on the request/response cycle.
GWT compiles Java code...
I had to remove the --notNull and now it works. Silly me.
I have created a simple project:
I want the "datenoted" field to be automatically set by the server when it receives a post request.
I modified...
I followed the link from http://code.google.com/webtoolkit/business.html to "DOWNLOAD STS".
The download page has these instructions to get started:
Everything was working until I got to...