Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Popular IDE for Struts 2

Tags:

java

ide

struts2

I'm beginning to learn Struts 2, and am wondering:

Which is the most popular IDE for Struts 2?

I've looked at a few of them (netbeans, idea, eclipse) and only idea seems to treat Struts as a first class citizen. But the community version of idea doesn't have this capability.

The others have third party plugins to support it but it doesn't sound like its really 'built in'. I find this strange, given that struts is the most popular java framework.

Any hints appreciated

like image 867
Chris Avatar asked Nov 24 '25 08:11

Chris


2 Answers

Eclipse with Struts 2 Plugin, this article provides details information about it Struts-2-Eclipse-plugin

like image 130
Rachel Avatar answered Nov 26 '25 23:11

Rachel


I find this strange, given that Struts is the most popular Java framework.

Even if that's true, things are ephemeral in the presentation layer landscape and it might change in the future. On top of that, developing and maintaining IDE support for a non standard framework is not that light and may not be worth the effort, especially for open source initiatives. This might be an explanation.

That said, a good idea would be actually to avoid the XML configuration hell and to prefer a convention over configuration approach. The Codebehind Plugin can help achieving this. Another option would be to throw Struts 2 away and to switch to the Stripes Framework >:) But this is another story.

like image 23
Pascal Thivent Avatar answered Nov 26 '25 23:11

Pascal Thivent



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!