Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
17. Jun 2008, 14:49 CET | Link

Is there any work to implement some functionality of seamgen in form of Maven archetype? Now it's rather hard to convert existing Seam project to use Maven instead of Ant. And it's rather frustrating to make new project with seamgen, and then need to convert it manually to mavenize it, then convert again to make it working in Eclipse and after all this effort jBoss Tools plugin doesn't recognize project structure and much of it's strength is lost...

I would like to know, which software environment is suggested by Seam team to to develop applications? And how we should start a project?

I imagine it could be Eclipse plus jBossTools on top of Maven, but now we have those GUI in jBoss Tools to start mutiple Eclipse projects, ant buildfile from seamgen, and a few articles how to mavenize Seam app without any single working example....

Ps. Why i can't use 'plus' sign in message body...?

7 Replies:
17. Jun 2008, 15:02 CET | Link

Why not provide a kickstart archetype and create a start seam project.

17. Jun 2008, 15:10 CET | Link

I think it would be relatively simple for Maven guys to make Seam Maven archetype, because from 2.0 release Seam is built with Maven.

17. Jun 2008, 15:04 CET | Link
Marek Nazarko wrote on Jun 17, 2008 14:49:
Ps. Why i can't use 'plus' sign in message body...?

The post and reply text may be parsed by the Seam Text engine.

17. Jun 2008, 16:20 CET | Link

We've written a Maven Seam archetype at our firm to generate a pom structure packaged as ear. I can't share the code for that (corporate stuff), but I've blogged about the pom structure for ear, ejbs and web projects with dependencies here. It uses JBoss's Maven 2 repository and I've resolved all the transitive dependencies required for building a Maven Seam Project with Richfaces, Hibernate on JBoss AS.

I'm planning to write a generic archetype sometime and share the code ...

18. Jun 2008, 08:10 CET | Link

yes, generic archetype is exactly what's needed

09. Jul 2008, 22:01 CET | Link

I've created a Seam Archetype with a Hello World App. Documentation has an Introduction to the Archetype. Please tell me what you think about it and what may be changed. It's easily packageable and runnable from the start.

06. Oct 2008, 14:27 CET | Link

Vote for the archetype request here JBSEAM-2026