Share

Maverick.NET

File Release Notes and Changelog

Release Name: 0.8.1

Notes:
The Maverick.NET MVC Framework

Version 0.8.1

This version is a pretty straight .NET port of Maverick 2.1.1,
(http://mav.sourceforge.net), an excellent MVC framework
for java web-development.


To run friendbook, the example app under IIS:

1. Copy the maverick folder under inetpub/wwwroot.
2. Use the iis management tool to create an application for Friendbook
	(Maverick/examples/Friendbook).
3. Go to the Directory tab of the property dialog for the Friendbook app.
	Click on the configuration button. Click add. Choose "aspnet_isapi.dll"
	as the executable (you should find it at WINNT\Microsoft.NET\Framework).
	Put ".m" as the extension, and be sure that "Check that file exists" is
	unchecked.
4. Point your browser to http://localhost/Maverick/examples/Friendbook

Thanks,
Jim Moore
Scott Hernandez


Changes: Version 0.8.1 8/8/2002 - Fixed content encoding in DispatchedView and DocumentTransform. - Refactored property population out of ThrowawayBean and into its own class: Maverick.Util.PropertyPopulator -------------------- Version 0.8 8/5/2002 This is the first public release.