Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: Built a great Spring Roo-based project? Like a free kangaroo and t-shirt? :-)

  1. #21
    Join Date
    Jun 2011
    Posts
    2

    Default

    Martinez - thx a lot i will try it out.

    Quote Originally Posted by mmartinez View Post
    There is an addon from gvNIX team that allows you to create a service layer.

    The bundle symbolic name for service add-on is org.gvnix.service.roo.addon. To install it:

    pgp trust --keyId 0xC5FC814B
    addon install bundle --bundleSymbolicName org.gvnix.service.roo.addon

    Use example:

    # Create a service layer class
    service class --class ~.service.MyServiceClass

    # Add operations to the service layer class
    service operation --name checkString --service ~.service.MyServiceClass
    service operation --name returnString --service ~.service.MyServiceClass --return java.lang.String --exceptions java.lang.Exception

    It also the addon allows you to expose class operations as web services and import external web services as a local service class, more info at http://code.google.com/p/gvnix/wiki/...ity_feature s and http://code.google.com/p/gvnix/wiki/...ces_Management)

    You can report any issue at http://code.google.com/p/gvnix/issues/list. Send your doubts to http://listserv.gva.es/cgi-bin/mailm.../gvNIX_soporte

    Kind regards

  2. #22
    Join Date
    Dec 2005
    Posts
    148

    Default

    Is this still alive? Would http://code.google.com/p/ossmoney/ qualify?

  3. #23
    Join Date
    May 2006
    Location
    Madrid
    Posts
    383

    Default

    Quote Originally Posted by atatikonda View Post
    Martinez - thx a lot i will try it out.
    It looks amazing. If it works, you deserve a real Kangaroo and an entire suit.

Posting Permissions

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