This article contains promotional content. (September 2023) |
Developer(s) | Matt Raible and several other developers |
---|---|
Final release | 3.5.0
/ February 19, 2015 |
Repository | AppFuse Repository |
Written in | Java |
Operating system | Cross-platform |
Type | web application framework |
License | Apache License 2.0 |
Website | appfuse |
AppFuse was a full-stack framework for building web applications on the JVM. It was included in JBuilder.[1]
In contrast to typical "new project" wizards, the AppFuse wizard generates multiple additional classes and files not only to implement various features but also to provide valuable examples for developers. This project comes pre-configured for database connectivity, appserver deployment, and user authentication, offering a ready-to-use framework for development.
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: