Does Netbeans 6.8 comes pre-installed with Struts 2.0?
I click on File --> New Project --> Java Web -->(Web Application) --> (Set Name & Location)--> (Server & Settings)--> "Frameworks"
But, in the Frameworks, it displays only JavaServerFaces and Hibernate 3.2.5 to choose from. Why not Struts?
Should I download Struts and its plugin explicitly?
Regards.
Mark Wa
Ranch Hand
Joined: May 29, 2009
Posts: 122
posted
0
I have just started working with struts in eclipse. All I needed to do was add a couple of jars to the classpath and add a struts.xml and make a small alteration to my web.xml. The jars can be obtained from the stuts website in a zip download
No, NetBeans doesn't ship with any Struts 2 support that I'm aware of. I know of only one plugin and have never used it.
Abhijeet Ravankar
Ranch Hand
Joined: Mar 15, 2009
Posts: 62
posted
0
Dear David Newton,
Yes, you are correct. I reinstalled Netbeans and found that it supports only Struts 1.3.
But, it has the latest JSF. I think Sun is pushing JSF.
Anyway, thanks.
(@MarkWa--> I am shifting from Eclipse to Netbeans