You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 30 Members of 4506 |
| Forum: Seam Users |
02. May 2008, 10:55 CET | Link |
Seam 1.2.x contained the necessary JAR files necessary to quickly create a Seam project under the root directory of the distribution, but in Seam 2.0.1GA these files are missing.
Any ideas which JAR files do I need when I deploy to Glassfish and is the purpose of JAR files documented somewhere?
PS: The Add tag functionality is very annoying...
-Behrang
Would this be very useful for you? http://joshuajava.wordpress.com/2008/01/29/deploying-seam-pojo-apps-on-glassfish/
Best regards,
Joshua
Visit my blog.
Dear Joshua,
I had seen that earlier today. I prefer to package almost all the required JARs inside the EAR archive (with the exception of the MySQL driver.)
Besides that, I am looking for something preferably official and reliable. I am not saying that your blog post is not reliable but there are some other posts on the web that differ substantially from yours, such as:
Something very helpful regarding the Hibernate's official documentation (or the distribution package) is that it contains the list of all the required JAR files, when it is needed, etc.
It would be great if Seam had a section in the documentation or a file in the distribution devoted to this issue.
Regards, Behrang
I just stumbled upon this:
My Link
Still not very detailed (when do I need other JAR files and when, for example, I need to use jboss-seam-pdf.jar, are there any other JAR files that I also have to include?