Skip to content

Creating a component mixin for tapestry5 jquery

got5 edited this page Oct 14, 2012 · 6 revisions

If you want to create a jQuery component or mixin for the tapestry-jquery project, you have to create :

  1. The Java Class and the Template file in the org.got5.tapestry5.jquery.components/mixins package (src/main/java and src/main:resources).

  2. A java class and a tml file for the Documentation (org.got5.tapestry5.jquery.test.pages.docs.components/mixins)

  3. A java class and a tml file for the Test Page (org.got5.tapestry5.jquery.test.page.test)

  4. The Test Class ((org.got5.tapestry5.jquery.test)

  5. Add your new component/mixin in the README file

Clone this wiki locally