Hi tapestry friends. We are in process of converting a project to deploy on JBoss AS7 in production. I've used http://wiki.apache.org/tapestry/HowToRunTapestry5OnJBoss6Dot1 and seems to work fine.
I'm wondering though if anyone else have/are using this in production. Is it stable and efficient enough for production use? The best would be if T5 would work in JBoss 'out of the box'. An official Tapestry module would be fine as well. Any thoughts or experiences on this? ----------------- Background: We have spring jpa based apps that runs on jetty/tomcat for dev/production. One of these apps is using tapestry Spring is mainly used for transaction management and dependency injection. The converted apps uses ejb's(tx management) and cdi. No spring dependencies anymore. Tapestry cdi support comes from my own module ( https://github.com/magnuskvalheim/tapestry-cdi). So far it's working fine and have no issues, but need more testing before it's ready for production