How to integrate a seam into an existing project. Or vice versa

Is there any documentation on introducing JBoss seam to an old Hibernate / JSF project?

Tried Google and I found this: Start a new seam project, copy and paste the existing code into a new project. It would be nice to know a little more before getting started.

+1


source to share


2 answers


The best approach is probably to add the Seam library to an existing project and then gradually refactor your code to take advantage of Seam's features. To do this, follow the Seam Guide and edit your code for each seam function, which will simplify the JSF approach. This includes things like:



Basically, Seam will probably give you many ways to simplify your existing code, so apply them one at a time to see how they work.

+1


source


This looks like part of the solution:



http://www.mastertheboss.com/en/seam/63-jboss-seam-tutorial-1.html

0


source







All Articles