- Which dependencies do I need?
- What configurations sould I make to for example web.xml or faces-context.xml
1. Which dependencies do I need?
It depends on which features are you going to have in your project. For example for a just simple porject with seam and hibernate (for beam validation) just copy all dependecies found in jboss-seam-2.2.0.GA\examples\jpa project:
- first build it using ant tomcat6
- then deploy the created .war file to tomcat, and after it is exploded (LoL) look at /WEB-INF/lib directory to find dependencies.
2. What configurations sould I make to for example web.xml or faces-context.xml?
look here: http://docs.jboss.com/seam/latest/reference/en-US/html/configuration.html#d0e24011
and don't forget to put an empty seam.properties file at your package root
otherwise you get continously errors on the console stating that hibernate cannot do something with transactions
No comments:
Post a Comment