Search code examples
javaeclipsejakarta-eestrutsjava-ee-7

How to create Java web application using Struts and GlassFish?


I can not find any resources on how to create a simple (Hello World) web application using Struts and GlassFish in Eclipse. The best thing I found was this. They are however not using GlassFish, and so I do not have the XML files they are talking about. What to do now?

Edit: I'm Talking about both, the struts-config.xml and web.xml file. I do not have them in my project. Should I add them? Where? I have glassfish-web.xml.


Solution

  • Just googled for a while and found this tutorial series from part 1 to 7.

    Here is the first two parts in the series:

    In this second part of the tutorial series, you find all 7 parts of the series in the top :)

    Hope it can help you!