Results 1 to 3 of 3

Thread: Roo Add-on creation steps

Hybrid View

  1. #1
    Join Date
    Nov 2009
    Posts
    1

    Default Roo Add-on creation steps

    I want to play around and build an add-on for Roo. Can someone point me to the documentation on how to get started with building an Add-on?

  2. #2
    Join Date
    Feb 2005
    Posts
    25

    Default New addon

    well, I took the following steps:

    0.) start Roo console
    1.) project --topLevelPackage your.base.package.roo.addon.myaddon --template ROO_ADDON_SIMPLE
    3.) perform eclipse
    4.) import it into eclipse and start playing with the commands and actions, add few commands
    5.) here it becomes disruptive: Learn Maven ! You need minimal maven knowledge
    6.) To actually write a pretty useful addon you must checkout the ROO project itself and browse the sources. Almost every functionality that ROO provides is a ADDON so at least it's full of real life examples
    7.) Enjoy :-)

  3. #3

    Default

    You can check also the cloud foundry add on:

    http://forum.springsource.org/showthread.php?t=79903

Posting Permissions

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