Tutorial - Configurar o seam no eclipse

Prezados,

Tentei alguns tutoriais para configurar o seam no eclipse sem sucesso.
Vc poderia me indicar um que funcione? Quero fazer um hello world.

Muito obrigado,

Marques

Baixe:

Servidor de Aplicação:
Jboss AS - http://www.jboss.org/jbossas/downloads.html (baixar a versao 5.1)

Framework
Jboss Seam - http://seamframework.org/Download (baixar versao 2.2GA)

Ferramentas Auxiliares
Jboss Tools (plugin pro eclipse) - http://www.jboss.org/tools/download/installation/update_3_1.html (ensina a instalar através do eclipse, tranquilao)

Com o JbossTools instalado siga esse tutorial a partir do item “4-Configuração”, ali vc vai dizer pro eclipse aonde está o jboss as e o seam e qual seu banco de dados. O que ele ta mostrando já vem com o Jboss AS.

Feito isso, seu ambiente tá pronto e já da pra fazer uma aplicaçãozinha, é só seguir o tutorial abaixo pra começar a caminhar:

http://victorvserta.wordpress.com/2008/11/02/exemplo-de-cadastro-com-o-jboss-seam/

Yazi,
Quando vc diz:

[quote]Com o JbossTools instalado siga esse tutorial a partir do item “4-Configuração”, ali vc vai dizer pro eclipse aonde está o jboss as e o seam e qual seu banco de dados. O que ele ta mostrando já vem com o Jboss AS.
[/quote]
Qual eh mesmo o tutorial referenciado?

Muito obrigado + uma vez,

Marques

Yazi, você sabe se o Seam 2.1GA, roda no JBoss As 4.2?

Marques, desculpa! Esqueci de colar o link!

http://silvionetto.blogspot.com/2008/06/tutorial-jboss-seam.html

jcmaster, creio que sim. Veja:

[quote]Seam 1 and Seam 2 Requirements

Please read the Requirements FAQ first if you have any questions, this is a quick overview:

* Important: You do not need JBoss Application Server to write or deploy Seam applications. See this page for more information on supported application servers and containers. Seam is bundled with a number of useful example applications, many of which do target JBoss AS for out-of-the-box deployment. Some bundled examples have been ported to other application servers and servlet containers, as documented in their README files.

* Seam 2.2.1.CR1 examples run also on JBoss Application Server 6 M2

* Seam 2.2 examples target JBoss Application Server 5.1.

* Seam 2.0 and 2.1 examples target JBoss Application Server 4.2 or 5.0.

* Seam 1.2 examples target JBoss 4.0, which must be installed using the JEMS installer with the ejb3 or ejb3-clustering profile.

* JDK 5.0 is required for all Seam releases. Seam has not been tested on JDK 6.0 (check this page for updates).

To get started with Seam after you downloaded it, please follow the Getting Started guidelines. [/quote]

http://seamframework.org/Download

Eu to usando o 2.2.0 GA com Jboss AS 4.2.3GA

Então, é que eu tô desenvolvendo no 5.0.1 e meu host tem o JBOSS4.2.1.GA EJB3, dae, fiquei com dúvidas se suportaria.
Bom, vlw pela Ajuda !!! …