BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News AppFuse 3.0 - Java 7, Spring 4, PrimeFaces, Mockito, Bootstrap 3, Wicket

AppFuse 3.0 - Java 7, Spring 4, PrimeFaces, Mockito, Bootstrap 3, Wicket

Bookmarks

AppFuse 3.0 has been released. AppFuse uses the Maven Archetype plugin to generate a starter Java project, which allows you to quickly get started with a full-stack Java EE application. Version 3.0 is using Mojarra and PrimeFaces for its JSF framework and library, Mockito for its test mocking framework, Bootstrap 3 for its front-end framework, and added Apache Wicket as a Web Framework option. It is now using Facelet layouts, has integrated wro4j and WebJars, and has upgraded to Spring Security 3.2 and Spring 4.

AppFuse 3.0 has replaced MyFaces with Mojarra for its JSF implementation, and replaced Tomahawk with PrimeFaces for its JSF component library. It has removed SiteMesh in favor of JSF's built-in layout support. AppFuse 3.0 has migrated from jMock to Mockito for its tests. It has migrated to Bootstrap 3, using Bootswatch's Spacelab theme by default. AppFuse 3.0 has added Apache Wicket as a Web Framework option, using the artifactId appfuse-basic-wicket-archetype. It has integrated wro4j for JavaScript and CSS optimization, and WebJars for handling JavaScript dependencies. Version 3.0 updated all the dependencies to their latest releases, most notably Spring 4 and Spring Security 3.2. AppFuse 3.0 requires Java 7 and Maven 3.

AppFuse 3.0 projects use Bootstrap, jQuery, Maven, Java 7, JSP 2.1, Servlet 3.0, Hibernate or JPA, Spring and Spring Security. You have the option of picking JSF, Spring MVC, Struts 2, Tapestry 5, or Wicket for the Web framework. AppFuse comes out of the box with features like Authentication and authorization, User management, Remember Me, Password reminder, Signup and registration, SSL switching, E-mail, Extension-less URLs, File upload, Generic CRUD, IDE support and Cargo and Spring Profiles.

To get started, visit the AppFuse QuickStart Guide. You will need JDK 7 and Maven 3 already installed. MySQL 5 is configured as the default database and can easily be changed. Please note AppFuse Light 3.0 has not yet been released as of this writing.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • AppFuse is not a framework

    by Javier Paniza,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    They claim "AppFuse is a full-stack framework for building web applications", however AppFuse is not a framework but a passive code generator, that is just a "wizard" for creating the initial code for the application. The initial startup of an application is just one part of the application lifecycle, the less important one, at least if you develop non-trivial application.

    If you're looking for a passive code generator have a look at MinuteProject that generates the application from your current database.

    If you're looking to write few code in all application lifecycle have a look at Apache Isis or OpenXava.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT