Skip to main content

Posts

Showing posts with the label NetBeans

Create Struts2 project Using NetBeans

If you decide to start learning and using struts2, probably one of the first things you think about is which IDE to use, and what you need in order to create and run a Struts2 project... If you search the web , you'll find many tutorials on how to create a struts2 project, and start developing. This is what I did when I was starting, and soon find out that nothing I found on the web worked for me in proper manner... So, I decided to create a small tutorial on how to create an empty struts2 project , in order to help others, and save their time. Not to teach you Struts2, but to help you create a working Struts2 project! Ok, I will use NetBeans 6.5, and a Tomcat 6 that comes with it... First of all, go to http://struts.apache.org/2.x/index.html and download the latest version of Struts2. I downloaded struts-2.1.6-all.zip You won't be needing all the libraries in it. Just 6 of them. Because of this, you can download essential dependencies only. When you download one...