This articlecontainspromotional content. Please helpimprove it by removingpromotional language and inappropriateexternal links, and by adding encyclopedic text written from aneutral point of view.See ouradvice if the article is about you and read ourscam warning in case someone asks for money to edit this article.(September 2023) (Learn how and when to remove this message) |
| AppFuse | |
|---|---|
| Developers | Matt Raible and several other developers |
| Final release | 3.5.0 / February 19, 2015 (2015-02-19) |
| Written in | Java |
| Operating system | Cross-platform |
| Type | web application framework |
| License | Apache License 2.0 |
| Website | appfuse |
| Repository | AppFuse Repository |
AppFuse was a full-stack framework for building webapplications on theJVM. It was included inJBuilder.[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 aspersistence frameworks. For implementing the MVC model, AppFuse is compatible withJSF, Spring MVC, Struts 2 orTapestry.
Features integrated into AppFuse includes the following:
The AppFuse project was shut down in April 2016 and its founder, Matt Raible, has gone and developed web applications and other Java products.