-
1. Re: Seam 3 + Eclipse + JBoss 7
Jason Porter Jul 21, 2011 5:51 PM (in response to Peter Penzov)It's a CDI project. Best would be to get your pom in order using Forge, then open in eclipse.
-
2. Re: Seam 3 + Eclipse + JBoss 7
Peter Penzov Jul 21, 2011 5:53 PM (in response to Peter Penzov)Thank you for the answer.
Sorry but I'm new to seam and eclipse. Would you please explain in detain the solution that you propose. Thank you.Peter
-
3. Re: Seam 3 + Eclipse + JBoss 7
Jason Porter Jul 22, 2011 1:43 AM (in response to Peter Penzov)I would if I used eclipse :) The best I can tell you is to look at the JBoss Tools docs, or ask in #jbosstools freenode irc channel. Sorry.
-
4. Re: Seam 3 + Eclipse + JBoss 7
Peter Penzov Jul 22, 2011 4:05 AM (in response to Peter Penzov)What do you use for development environment? I suppose that you use a tool for editing the source code when you work with seam
-
5. Re: Seam 3 + Eclipse + JBoss 7
Jason Porter Jul 22, 2011 3:25 PM (in response to Peter Penzov)I use IntelliJ, but there are plenty who use Eclipse + JBoss Tools
-
6. Re: Seam 3 + Eclipse + JBoss 7
Peter Penzov Jul 22, 2011 4:32 PM (in response to Peter Penzov)How do you use it for making web projects with Seam 3?
-
7. Re: Seam 3 + Eclipse + JBoss 7
Jason Porter Jul 22, 2011 4:52 PM (in response to Peter Penzov)By using it's CDI tooling and the rest of the webapp capabilities (this is Ultimate Edition btw)
-
8. Re: Seam 3 + Eclipse + JBoss 7
Karsten Wutzke Jul 29, 2011 12:02 PM (in response to Peter Penzov)You should use JBoss Tools for that config. It comes with a
Seam Web Project
.See Chapter 3. Getting started with Seam, using JBoss Tools
Since JBT only supports JBAS 7 from version 3.3.3-Mx and that one only runs on Eclipse 3.7 (Indigo), this would be what you'd have to install.
See Chasing a White Rabbit with JBoss Tools 3.3 M2
Karsten
-
9. Re: Seam 3 + Eclipse + JBoss 7
Rich M Aug 9, 2011 4:16 PM (in response to Peter Penzov)Peter, did you end up figuring out a solution? I'd also been trying to get this to work and have already consulted all the references Karsten has given. The problem I'm having is that even with JBoss Tools 3.3 M2 and Eclipse Indigo, the most recent version of Seam it lets me select from for the project is 2.2. There is no mention of 3.0 anywhere.
-
10. Re: Seam 3 + Eclipse + JBoss 7
zeeman Aug 12, 2011 1:26 PM (in response to Peter Penzov)The way I got things going is this:
Use Seam forge to generate the project, there are some Seam Forge tutorials online and a couple of videos. Once your project is generated you simply can import the Maven POM into your IDE. It has been working good for me with Eclipse/AS 7/Seam 3. Only bad parts that some Seam modules are not complete to this date like mail. Also, faces and security still lack some important features.
-
11. Re: Seam 3 + Eclipse + JBoss 7
Miroslav Dzhokanov Sep 18, 2011 6:46 AM (in response to Peter Penzov)Here is explained with an example how to setup a Seam 3/ RichFaces 4 project on JBoss AS 7 - http://dev.dzhokanov.com/