Results 1 to 3 of 3

Thread: How do I disable GWT UI CRUD generation?

  1. #1
    Join Date
    Jul 2010
    Posts
    5

    Default How do I disable GWT UI CRUD generation?

    I'm using STS 2.2.3M2 and the version of Roo 1.1.0M2 that it comes with.

    Once you use the command "gwt setup" every entity that gets created has ui crud classes generated, even mappedSuperclasses.

    I don't want the CRUD code generated unless I explicitly request it for a particular entity. Is there a way to disable this functionality?

    The current approach generates tons of unnecessary junk and is pretty much unusable for anything but an extremely simple proof of concept.

  2. #2
    Join Date
    Jul 2010
    Posts
    5

    Default

    I'm wondering if I can work around this through a combination of enabling/disabling the gwt roo mave plugin and temporarily commenting out Roo annotations on the generated @Entity classes that I don't want CRUD generated for?

    How do I disable the gwt setup command?

  3. #3
    Join Date
    Jan 2011
    Posts
    7

    Default

    +1... Also wanna know how to disable it...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •