Help

Controls

PermLinkWikiLink

Built with Seam

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.

Forum: Seam Users Forum ListTopic List
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

4 Replies:
02. May 2008, 16:06 CET | Link

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.

02. May 2008, 16:17 CET | Link

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:

  • http://jkook.blogspot.com/2007/12/kooking-seam-with-glassfish.html and
  • http://weblogs.java.net/blog/caroljmcdonald/archive/2008/01/sampleapplicat4.html
02. May 2008, 16:19 CET | Link

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

02. May 2008, 17:12 CET | Link

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?