| CODENOTIFIER | HelpYou are not signed inSign in |
Project: AppFuse
Revision: 3158
Author: mraible
Date: 12 May 2008 00:25:09
Changes:Diff:| ... | ...@@ -9,8 +9,8 @@ | |
| 9 | 9 | |
| 10 | 10 | <strong>AppFuse</strong> is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to eliminate the ramp-up time found when building new web applications for customers. At its core, AppFuse is a project skeleton, similar to the one that's created by your IDE when you click through a wizard to create a new web project. |
| 11 | 11 | </p> |
| 12 | <p style="border: 1px solid #090; background-color: #dfd; padding: 10px; margin-left: 80px"><a href="https://appfuse.dev.java.net/servlets/NewsItemView?newsItemID=5516"> | |
| 13 | <strong>AppFuse 2.0.1 Released!</strong></a> This release squashes a number of bugs and includes an upgrade to Spring 2.5. | |
| 12 | <p style="border: 1px solid #090; background-color: #dfd; padding: 10px; margin-left: 80px"><a href="https://appfuse.dev.java.net/servlets/NewsItemView?newsItemID=5991"> | |
| 13 | <strong>AppFuse 2.0.2 Released!</strong></a> This release includes upgrades to Spring Security 2.0, jMock 2.4, the ability to customize code generation templates and many bug fixes. | |
| 14 | 14 | </p> |
| 15 | 15 | <p> |
| 16 | 16 | AppFuse 1.x uses Ant to create your project, as well as build/test/deploy it. AppFuse 2.0 uses Maven 2 to create your project as well as build/test/deploy it. IDE support is much better in 2.0 because you can generate the IDE project files with Maven plugins. AppFuse 1.x uses XDoclet and JDK 1.4+. |
| ... | ...@@ -179,6 +179,13 @@ | |
| 179 | 179 | <h3>Revision History</h3> |
| 180 | 180 | <blockquote> |
| 181 | 181 | <ul> |
| 182 | <li>Version 2.0.2 - [May 11, 2008] | |
| 183 | <ul> | |
| 184 | <li>Bug fixes, upgrades to Spring Security 2.0, jMock 2.4 and the ability to customize code generation templates.</li> | |
| 185 | <li><a href="https://appfuse.dev.java.net/servlets/NewsItemView?newsItemID=5591">Read Announcement</a></li> | |
| 186 | <li><a href="http://appfuse.org/display/APF/Release+Notes+2.0.2">Release Notes</a></li> | |
| 187 | </ul> | |
| 188 | </li> | |
| 182 | 189 | <li>Version 2.0.1 - [November 26, 2007] |
| 183 | 190 | <ul> |
| 184 | 191 | <li>Bug fixes and upgraded to Spring 2.5.</li> |