AppFuse

From Wikipedia, the free encyclopedia
AppFuse
AppFuse logo
Developer(s)Matt Raible and several other developers
Stable release
3.5.0 / February 20, 2015 (2015-02-20)
RepositoryAppFuse Repository
Written inJava
Operating systemCross-platform
Typeweb application framework
LicenseApache License 2.0
Websiteappfuse.org

AppFuse 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 as Spring Framework, Hibernate and Struts.[1] 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 as persistence 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 and Authorization
  • User Management
  • Remember Me (saving your login information so you don't have to log in every time)
  • Password Reminder
  • Signup/Registration
  • SSL Switching
  • E-Mail
  • URL rewriting
  • Skinnability
  • Page Decoration
  • Templated Layout
  • File Upload

This 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. AppFuse is similar to Spring Roo in that both provide rapid productivity solutions[buzzword] for the Java programming language (whereas Grails and Ruby on Rails focus on other programming languages). The aforementioned frameworks, as well as AppFuse, allow you to create master/detail pages from database tables or existing model objects.

AppFuse has also been included in JBuilder.[2]

The AppFuse project was shut down in April 2016.[3] Its founder, Matt Raible, recommends using JHipster as an alternative.

References[]

  1. ^ Smart, John Ferguson (2008). Java Power Tools. O'Reilly. pp. 99–100. ISBN 978-0596527938.
  2. ^ Clarke, Gavin (2 April 2008). "JBuilder puts price on Java code re-use". The Register. Retrieved 3 August 2012.
  3. ^ "Raible Designs | Moving AppFuse into the Attic". raibledesigns.com. Retrieved 2018-11-22.

Bibliography[]

  • Whitehurst, David (August 16, 2008), The AppFuse Primer (First ed.), lulu.com, p. 214, ISBN 978-0-9748843-4-9
Retrieved from ""