Share

Maverick

File Release Notes and Changelog

Release Name: 1.0

Notes:
The Maverick MVC Framework

Version 1.0.0


This release of Maverick requires:
	JDK 1.2+
	JAXP 1.1
	Servlet API 2.3
	JDOM (included)

In particular note that Maverick requires a web container which
supports the Servlet 2.3 API.


Basic documentation is in the docs directory.  Read it first.
There are instructions for installing the friendbook example
in dist/friendbook-install.txt.

Don't forget to disable the "mavMaxTransforms" option on your
production site, or anyone will be able to inspect the raw XML
versions of your bean models.  This could be a problem if you have
private information in these beans that shouldn't show up in the UI.

At the moment, Maverick is only being tested with Orion and Tomcat 4.0.
If anyone is using Maverick with another application server, drop a
line on the mav-user mailing list (mav-user@lists.sourceforge.net).


Thanks,
Jeff Schnitzer
Scott Hernandez

Changes: Version 1.0.0 10/16/2001 - Added support to disable caching/compiling of templates. (see new servlet param named preloadTemplates - Added defaultRequestCharset servlet param - Domify text nodes now convert any instance of CRLF, or CR by itself, to just LF (XML Spec.) - lib/jdom.jar is now beta 7.