- AppFuse
Infobox Software
name = AppFuse
caption =
collapsible =
developer = [http://raibledesigns.com Matt Raible and several other developers]
latest release version = 2.0.2
latest release date = release date|2008|05|11
latest preview version =
latest preview date =
operating system =Cross-platform
programming language = Java
genre =web application framework
license =Apache License 2.0
website = http://appfuse.orgAppFuse is an
open-source Java EE web application framework . It is designed for quick and easy start up of development, while also using open-source Java technologies such asSpring framework , Hibernate and Struts. AppFuse was originally created by Matt Raible, who wanted to eliminate the "ramp up" time in building new web applications.AppFuse provides a project skeleton, similar to the one that's created by an IDE when one clicks through a "new web project" wizard. AppFuse 1.x uses Ant to create the project, as well as build/test/deploy it, whereas AppFuse 2.x uses Maven 2 for these tasks. IDE support was improved in 2.0 by leveraging Maven plugins to generate IDE project files. AppFuse 1.x uses
XDoclet and JDK 1.4+.Unlike other "new project" wizards, the AppFuse wizard creates a number of additional classes and files that implement features, but also serve as examples for the developer. The project is pre-configured to talk to a database, to deploy in an appserver, and to allow logging in.
When AppFuse was first developed, it only supported Struts and Hibernate. In version 2.x, it supports Hibernate,
iBATIS or JPA aspersistence frameworks. For implementing the MVC model, AppFuse is compatible with JSF, Spring MVC, Struts 2 or Tapestry. Features integrated into AppFuse includes the following:*
Authentication andAuthorization
*User Management
* Remember Me (saving your login information so you don't have to login every time)
*Password Reminder
*Signup /Registration
* SSL Switching
* E-Mail
*URL rewriting
* Skinnability
* Page Decoration
* Templated Layout
* File UploadThis out-of-the-box functionality is one of the main features in AppFuse that separates it from the other "CRUD Generation" frameworks, including
Ruby on Rails and Grails. The aforementioned framework, as well as AppFuse, allow you to create master/detail pages from database tables or existing model objects.ee also
*
Apache Struts
*Spring Framework
* Java EEExternal links
* [http://appfuse.org/ AppFuse Project]
* [http://demo.appfuse.org/demos.html AppFuse Demos]
* [http://appfuse.org/display/APF/Tutorials AppFuse Tutorials]
* [http://www-128.ibm.com/developerworks/java/library/j-appfuse Article: Seven Simple Reasons to use AppFuse]
* [http://today.java.net/pub/a/today/2004/07/15/thefuse.html Article: AppFuse: Start Your J2EE Web Apps]
Wikimedia Foundation. 2010.