Search:

Type: Posts; User: opticrealm; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,480

    Platform Information

    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
  2. Replies
    2
    Views
    1,480

    GAE + GWT + roo-1.1.0.M3 fails

    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...
  3. Replies
    6
    Views
    2,191

    Roo-442

    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!
  4. Possible solution

    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:
    ...
  5. field other --fieldName actualfile --type java.io.File

    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...
  6. Thread: Jspx vs gwt

    by opticrealm
    Replies
    6
    Views
    1,940

    GWT + Roo is still young

    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...
  7. Thread: Jspx vs gwt

    by opticrealm
    Replies
    6
    Views
    1,940

    Here's my take

    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...
  8. easy fix

    I had to remove the --notNull and now it works. Silly me.
  9. Implicitly setting an entity field on POST

    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...
  10. Error in STS roo/gwt tutorial -Could not find any host pages in project

    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...
Results 1 to 10 of 10