Seam 2.2 App on JBoss 7.1?

余生颓废 提交于 2019-11-29 05:07:43

The short answer is yes you can migrate your Seam 2.2 app to JBoss AS 7.

The main challenge is going to be classloading because of how class loading is completely re-architected with AS 7.

Instead of me going through all the steps here I simply want to point you to the official documentation of how this was done on one of the sample apps (Seam Booking application). It provides a step-by-step guide on how you can migrate a Seam 2.x app to JBoss AS 7 and also points some of the issues you will face and how you can handle them.

The guide is located here.

Other useful references

  1. JBoss AS 7 Classloading
  2. Seam 2 JPA Example

Good luck!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!