In answer to your questions:

1) The Basic archetype consists of a single module which builds a single war
file including all the classes, jsps, etc for your web application.
2) The Modular archetype consists of two modules: the core module, which
includes the managers + daos (i.e. the service layer), and the web module
which is essentially the view layer: it includes all the jsps and
configuration files. The core module builds into a jar file which is then
included in the war file built by the web module.

Unless you have a really compelling reason to do otherwise I would suggest
you use the Basic archetype. It is a lot simpler to work with for people who
are new to AppFuse and/or Maven.

I'm not sure I fully understand your question that relates to the
remoteRepositories environment variable. This points to a Maven repository,
which is not related to the svn repository.

Mike

On 6/8/07, muhammad ridho <[EMAIL PROTECTED]> wrote:

hi all,

i'm newbie for appfuse framework n pls help me about what's the
difference Archetype basic n Archetype module and what Archetype core
means? .. and then what's the difference svn repository with the
DremoteRepositories ?can i set url the DremoteRepositories local to
create project where i got from svn repo?



thx .


ridho


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to