Monday November 26, 2007
AppFuse 2.0.1 Released The AppFuse Team is pleased to announce the release of AppFuse 2.0.1. This release squashes a number of bugs and includes an upgrade to Spring 2.5. To learn more about Spring 2.5's features, see InfoQ's What's New in Spring 2.5: Part 1 article.
For information on upgrading from 2.0, see the 2.0.1 Release Notes or changelog. AppFuse 2.0.1 is available as a Maven archetype. For information on creating a new project using AppFuse, please see the QuickStart Guide or the demos and videos.
What is AppFuse? Click here to find out.
The 2.0 series of AppFuse has a minimum requirement of the following specification versions:
- Java Servlet 2.4 and JSP 2.0 (2.1 for JSF)
- Java 5+
If you've used AppFuse 1.x, but not 2.x, you'll want to read the FAQ. Join the user mailing list if you have any questions.
Thanks to everyone for their help contributing code, writing documentation, posting to the mailing lists, and logging issues.
We greatly appreciate the help from our sponsors, particularly Atlassian, Contegix, JetBrains, and Java.net. Atlassian and Contegix are especially awesome: Atlassian has donated licenses to all its products and Contegix has donated an entire server to the AppFuse project. Thanks guys - you rock!
Please post any issues you have with this release to the mailing list.
Posted in Java at Nov 26 2007, 09:29:43 AM MST 4 Comments
Search This Site
Recent Entries
- What's Next
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
In additional support of AppFuse (thank you for your already nice comments), Atlassian has released a new connector for AppFuse that provides a Crowd authentication connector using Acegi.
Integrating AppFuse - a Crowd-Acegi Integration Tutorial
Cheers,
Justen Stepka
Posted by Justen Stepka on November 27, 2007 at 04:07 PM MST #
Posted by Peter Mularien on November 28, 2007 at 12:38 PM MST #
Peter - we're not using Spring MVC 2.5's annotations in AppFuse 2.x yet. I might consider it when ControllerClassNameHandlerMapping understands @Controller and defaults the URLs. I'd rather have controllers mapped by conventions than having to use @RequestMapping annotations everywhere.
AppFuse Light 1.8.1 will include Spring MVC's annotations. I hope to release it sometime this week.
Posted by Matt Raible on November 28, 2007 at 12:44 PM MST #
Posted by Peter Mularien on November 28, 2007 at 01:13 PM MST #