Wiki source code of WOLips Project Templates
Version 32.1 by David Avendasora on 2009/12/28 17:40
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | === Project Templates === | ||
2 | |||
3 | WOLips Project Templates can be used to setup the basics of a WebObjects project. They are quite powerful in that they can be used to configure a project's starting classpath, additional incremental builders, customized project structure and build tasks, to make a project use new build systems and more. You can also request additional information from the user to enable even greater customization. | ||
4 | |||
5 | The templates below were created by other WOLips users to address specific needs not handled by the built-in templates. Once downloaded and unzipped, they should be placed in one of the following locations: | ||
6 | |||
7 | * /Library/Application Support/WOLips/Project Templates | ||
8 | * YourHomeDirocuments and Settingspplication DataOLipsroject Templates | ||
9 | * YourHomeDirocuments and SettingsppDataocalOLipsroject Templates | ||
10 | * /Library/Application Support/WOLips/Project Templates | ||
11 | |||
12 | === Tutorials and Documentation === | ||
13 | |||
14 | * Creating Custom Templates [[Tutorial>>Custom Project Templates]] | ||
15 | * Velocity Information | ||
16 | ** [[Velocity Template Language Reference>>http://velocity.apache.org/engine/devel/vtl-reference-guide.html]] | ||
17 | ** [[Velocity Users Guide>>http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html]] | ||
18 | ** [[Article and example of Velocity usage>>http://www.javaworld.com/javaworld/jw-12-2001/jw-1228-velocity.html]] | ||
19 | |||
20 | === Templates === | ||
21 | |||
22 | ===== Template Project ===== | ||
23 | |||
24 | This is the perfect starting point if you want to create a new project template. Drop this template into the templates directory then select New -> Other -> WO Project from Template and you'll see "WOLips Project Template." It will give you everything you need to create a new Template including a template.xml file and the corresponding Sources directories. | ||
25 | |||
26 | * WOLips Project Template [[Template>>WOLips Project Templates^WOLipsTemplateTemplate.zip||title="Click to download attachment"]] | ||
27 | |||
28 | ===== Default/Example Templates ===== | ||
29 | |||
30 | * WOLips' [[Built-In Templates>>http://svn.objectstyle.org/repos/woproject/trunk/woproject/wolips/core/plugins/org.objectstyle.wolips.templateengine/ProjectTemplates/]] | ||
31 | * Example Wonder ERD2W [[Project Template>>Custom Project Templates^Wonder ERD2W Application.zip||title="Click to download attachment"]] | ||
32 | |||
33 | ===== Java Client Projects ===== | ||
34 | |||
35 | * **Direct To Java Client (D2JC) using Java WebStart** | ||
36 | This project will create an all-in-one D2JC project that holds both the server- and client-side applications. | ||
37 | ** Combined Server- and Client-Side [[Project Template>>WOLips Project Templates^WOLipsD2JCWebStartTemplate.zip||title="Click to download zip attachment"]] | ||
38 | * **Standard Java Client using WOJCKit** | ||
39 | ** Server-Side [[Project Template>>WOLips Project Templates^WOLipsWOJCKitServerTemplate.zip||title="Click to download zip attachment"]] | ||
40 | ** Client-Side [[Project Template>>WOLips Project Templates^WOLipsWOJCKitClientTemplate.zip||title="Click to download zip attachment"]] |