Hi I'm developing a netbeans plugin for tapestry 5 tested on windows xp
The supported features are:

Initial features:

    * Create pages/components from wizard
    * Code templates
    * Actions
    * tml files highlighting
    * Live class reloading

Code templates

 For example, if you type [onaction + tab] in the java class template, the
editor will insert the template of "onaction" method

@OnEvent(component="ComponentName")
Object onActionFrom"ComponentName"() {
    // TODO Add content
    return null;
}

    * Supported java class code templates
          o pagelifecycle
          o onpageloaded
          o onpageattached
          o onpagedetached
          o property
          o aso
          o injectpage
          o log
          o asset
          o ontranslator
          o rendercomponent
          o setuprender
          o beginrender
          o beforerenderbody
          o afterrenderbody
          o afterrendertemplate
          o afterrender
          o cleanuprender
          o formevents
          o onsuccess
          o onaction
          o onexception
          o includecss
          o includejs
          o component
          o inject
          o oncontext
          o onactivate
          o onpassivate
          o onvalidate
          o onevent
    * Supported tml code templates
          o palette
          o linksubmit
          o linksubmithtml
          o radiogroup
          o radiogrouphtml
          o passwordfield
          o passwordfieldhtml
          o errors
          o errorshtml
          o formfragment
          o pagelink
          o pagelinkhtml
          o actionlink
          o actionlinkhtml
          o form
          o formhtml
          o submit
          o submithtml
          o select
          o selecthtml
          o tmlfile
          o renderobject
          o renderobjecthtml
          o label
          o labelhtml
          o eventlink
          o eventlinkhtml
          o beandisplay
          o beandisplayhtml
          o textarea
          o textareahtml
          o if
          o ifhtml
          o ifelse
          o datefield
          o datefieldhtml
          o output
          o outputhtml
          o beaneditform
          o beaneditformhtml
          o delegate
          o loop
          o loophtml
          o grid
          o gridhtml
          o textfield
          o textfieldhtml
          o checkbox
          o checkboxhtml
          o radio
    * Supported properties code templates

Actions

    * You can switch between template/class [Ctrl + Alt + S]
    * If you are in properties file you can switch to page [Ctrl + Alt + S]
    * As part of the Netbeans you can use [Ctrl + Shift + 1] to select the
file in the project
    * You can go to properties file from page or component [Ctrl + Alt + P]
    * You can create the .properties file if it does not exists
    * Switch supports pages and components
    * Switch supports nested pages and components

Live class reloading

As a part of Alex Kotchnev's work you can follow the blog instructions:
http://www.troymaxventures.com/2009/05/rad-w-tapestry-5-netbeans-67-maven-and.html
 

Feel free to download from:
https://nbtapestrysupport.dev.java.net/servlets/ProjectDocumentList

Regards

-- 
View this message in context: 
http://www.nabble.com/Netbeans-6.7-tapestry-5-plugin-support-tp24029691p24029691.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to