Wiki source code of WOLips Project Templates

Version 67.1 by David Avendasora on 2009/04/07 06:56

Hide last authors
David Holt 36.1 1 === Tutorials and Instructions ===
David Avendasora 31.1 2
Ramsey Gurley 35.1 3 * Creating Custom Templates [[Tutorial>>Custom Project Templates]]
David Avendasora 31.1 4 * Velocity Information
5 ** [[Velocity Template Language Reference>>http://velocity.apache.org/engine/devel/vtl-reference-guide.html]]
6 ** [[Velocity Users Guide>>http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html]]
7 ** [[Article and example of Velocity usage>>http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-velocity.html]]
8
David Holt 36.1 9 === Example Templates ===
David Avendasora 31.1 10
David Holt 36.1 11 * WOLips' [[Built-In Templates>>http://svn.objectstyle.org/repos/woproject/trunk/woproject/wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/]]
David Avendasora 64.1 12 * Example Wonder [[Project Template>>Custom Project Templates^Wonder ERD2W Application.zip||title="Click to download attachment"]]
13
14 === Custom Templates ===
15
16 These are templates created by other WOLips users to address specific needs not handled by the built-in templates.
17
David Avendasora 66.1 18 * Java Client Projects
19 ** Standard Java Client using JBND (coming soon)
20 *** Server Side Project
21 *** Client Side Project
22 ** Direct To Java Client (D2JC) using Java WebStart
David Avendasora 64.1 23 This project will create an full-featured, all-in-one D2JC project that holds both the server- and client-side applications. It requires Project WOnder's ERJars and ERExtensions frameworks on the Server-Side. You will need to add your own EOModel and download the D2JC EOGenerator Templates When launched the user can then download the client-side application from the server via a link in the projects Main component.
David Avendasora 66.1 24 *** Combined Server- and Client-Side Project
25 *** **Server-Side Classes**
26 *** EntityServer.java [[template>>Server-Side _Entity.java Template]]
27 *** EntityServer.java [[template>>Server-Side Entity.java Template]]
28 *** **Client-Side Classes**
29 *** EntityClient.java [[template>>Client-Side _Entity.java Template]]
30 *** EntityClient.java [[template>>Client-Side Entity.java Template]]