[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-21 Thread -Arthur-
I am still working with the softeu.cz repo, its really cool, because you get seam working fast and the preconfiguration is good too. The only disadvantage i've discovered ist the fact, that you depend softeuz.cz repo and their group and artifact ids. So you have to figure out in which pom the

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-20 Thread ge0ffrey
Thanks for posting the link to http://software.softeu.cz/seam/index.html I just bought the seam book and was sad to find out Seam still has no high-quality poms in the central maven repo. Spring's most voted issue was quality maven2 poms in the central repo (SPR-1484), let's all maven2 users

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Ok, i decided to use EJB3 with Hibernate EntityManager. Thats a clean solution from scratch and not hard to understand. I have a Maven2 Project skelleton and wondering if the Maven2 Jetty6 plugin supports EJB3 when using JBoss Microcontainer? Its important to me, because the Jetty plugin

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread fabricio.lemos
I don´t know if it supports hot-redeploy, but I´m using Maven2 Cargo plugin to deploy my Seam application to Jboss AS. It supports in-workspace deployment and remote debugging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044281#4044281 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Do you have any resources where i can get an idea of the thing? Any pom.xml settings or an example project? That sounds good, anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044284#4044284 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread fabricio.lemos
I have a multi-module project. Here is the plugin configurations of my ear project: | build | defaultGoalcargo:deploy/defaultGoal | plugins | plugin | groupIdorg.codehaus.cargo/groupId |

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread [EMAIL PROTECTED]
* It's easier to just use JBoss AS, and it is a nicer development experience, since hot deploy works better than in plain Tomcat * EJB3 vs. Hibernate is really up to you. If you are already using Hibernate in your project, there is no really strong reason to change at this stage. You can

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread -Arthur-
Thanks for your fast reply! So, if i use Hibernate i can package my app as .war and deploy to JBoss AS? I haven't any experience with .ear package structure. How does Seam handle Hibernate Sessions? I don't wanna see beloved LazyInitilization too often... ;) View the original post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread [EMAIL PROTECTED]
You should start with the tutorials of the Seam reference documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043982#4043982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043982

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread -Arthur-
Ok, i got the kickoff. The softeu.cz Archetype for Maven2 is awesome. Everything worked instantly. http://software.softeu.cz/archetypes/seam/index.html Im going to start migrating my app now. :) Thanks for your advices. View the original post :