I'm building a new project using SEAM 3. I don't understand what the differences between weld archetype and seam forge. Both of them help us to build a simple project template to start with.

Thanks very much,

link|improve this question
New name: JBoss Forge. – Robert Harvey Nov 26 '11 at 17:21
feedback

2 Answers

up vote 2 down vote accepted

Seam Forge is a tool similar to seam-gen from Seam 2. Seam Forge is a console where you can setup and generate your project, you can choose a version of libraries, JPA implementation etc you can create classes, add fields to them, create CRUD and many more

weld archetype is a 'simple application' (configuration) with pom, configuration files and example classes ready to develop your application

I think Seam Forge is stronger tool and have many features helping rapidly develop your application.

link|improve this answer
feedback

In the long run, Forge will be useful for incremental enhancement of your project using extra plugins, like so: https://docs.jboss.org/author/display/FORGE/Installing+new+Plugins

This basically lets you extend your project with anything that can be imagined!

link|improve this answer
Thanks for your help :-) – Vu Pham Aug 17 '11 at 10:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.