WOLips Project Templates

Last modified by Bastian Triller on 2011/09/12 00:45

Project Templates

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.

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:

Information
Mac OS X
  • /Library/Application Support/WOLips/Project Templates
  • ~/Library/Application Support/WOLips/Project Templates
Information
Windows
  • YourHomeDir\Documents and Settings\Application Data\WOLips\Project Templates
  • YourHomeDir\Documents and Settings\AppData\Local\WOLips\Project Templates

Tutorials and Documentation

Templates

Template Project

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.

Default/Example Templates
Java Client Projects
  • Direct To Java Client (D2JC) using Java WebStart
     This project will create an all-in-one D2JC project that holds both the server- and client-side applications.
  • Standard Java Client using WOJCKit
Test Projects
  • Framework Test Applications
     This template will generate applications to test frameworks similar to Project Wonder's ERXTest application.