Turbine Development Kit

Essentials

Changes

This document describes what has changed between revisions of the TDK.

Release Version 1.1a3

  • Added README_FIRST.txt document
  • Fixed ^M in files issue
  • Latest CVS version of Ant

Release Version 1.1a9

  • Upgraded to Tomcat 3.2b7
  • Upgraded to Velocity 0.7
  • Migrated Ant build files to 1.2 style
  • Removed most of the Tomcat config files. Left only the necessary files. The rest are generated by Tomcat when it starts up.
  • The root.war webapp has been removed. Pointing your browser at http://localhost:8080 will now take you to the TDK page.

Release Version 1.1a10

  • Starting with tdk10a TDK releases will be based on Catalina (Tomcat4).
  • Upgraded to Velocity 0.71
  • Each individual project src directory has had two directories added: java, and sql. This structure separates the sources and makes things a bit easier to organize.
  • Torque has been fixed to work under Windows properly.
  • Sample peer application has been added which demonstrates simple insert/update/delete actions and shows how to use Velocimacros within Velocity templates.

    This application is also automatically generated and takes care of everything that needs to be done to get the application up and running. It has only been tested with a Linux/MySQL combination.

Release Version 1.1a11

  • Maintenance Release

Release Version 1.1a12

  • Changed the default object model generated by Torque to "complex"
  • save() method is now generated for Torque generated objects.
  • App generation support for PostgreSQL
  • App generation support for Hypersonic
  • Added login example using secure screens and actions
  • Added support for the pull service. Using the UIManager as an example
  • Fixed sealing violation caused by crimson/jaxp being in the global classpath and xerces being in the webapp classpath. The XML-RPC service now works correctly, and hopefull this will fix the Jetspeed problem as well.
  • Integrated Flux into the TDK.
  • Velocity service now supports multiple template paths, loading from JAR files, and from the Classpath.
  • There is now a layout for the Login.vm template so that the menu is not displayed when the user hasn't logged in.



Copyright © 1999-2001, Apache Software Foundation