[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed

gcomnz do-not-reply at jboss.com
Sun Sep 10 22:14:25 EDT 2006


I have two projects that may help since I have actually approached it as a two-part issue:

1. Maintanence and control of JBoss AS configurations, I used Ant for this, just easier, and no point to Maven as far as I can see. 

(BTW, I'm looking forward to getting a good look at JBoss AS 5, because I believe that some very simple things in the default installs could be improved to more quickly lead people to repeatable installation configurations that are low maint for development, continuous integration, QA and production environments, but I want to get a good look at the new system to see if some new ideas have already been incorporated.)

2. Seam Application build control with Maven 2 while also supporting automatic compilation in Eclipse and in place JBoss deployment.

Currently I have the following configured:

- Seam
- Facelets
- Tomahawk
- File upload
- JSP for dynamic CSS/JS when needed (paths, etc)
- JPDL
- I'm sure there's plenty more that I'm not thinking of this moment.

I am currently working to add:

- JAAS
- Request-level security filter
- Considering adding ADF, also not sure how nicely they play together

I'm not sure about best practices for classloading. I like most of the defaults, and have made good use of them. Lot of trial and error to come to the exact current config, but it seems to work out nicely (I'm relatively new to JBoss in general, my previous J2EE experience was all with the more obscure ATG Dynamo)

I will put it here or Wiki in a day or two, unless someone beats me to it with a better config (it wouldn't be hard ;D)

-- Marcus

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970647#3970647

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970647



More information about the jboss-user mailing list