Search code examples
mavenstruts2maven-archetypeappfuse

difference between basic struts and modular struts


While creating a Struts application with Maven I found two archetypes: appfuse-basic-struts and appfuse-modular-struts.

What is the difference between them ?


Solution

  • From the QuickStart Guide

    AppFuse comes in a number of different flavors. To optimize and simplify your experience as a user, we've created a number of different archetypes (a.k.a. starter projects). There are currently three types of AppFuse Archetypes: light, basic and modular. Light archetypes are bare-bones, basic archetypes contain User Management and Security and modular archetypes contain "core" and "web" modules and are ideal for creating projects that have a re-usable backend.