Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have done some work with JSF(using netbeans as the IDE) and within your jsp/xhtml file you get code on beans/resource bundles that your have defined.

ATM I am investigating struts2 and seem to be unable to get similar functionality in the IDE. Is this just the case with the IDE or do I need to define something?

Thanks

share|improve this question
you really need to elaborate what exactly you are looking – Umesh Awasthi Jul 23 '12 at 5:09

1 Answer

So, you basically just want a Struts plugin for Netbeans? As the link reveals, there are several, even that there's already one built-in in Netbeans 6.7 or newer.

share|improve this answer
I did install a netbeans struts2 plugin from java.net. From what I see it basically is just quick way to create a struts2 web project with the libs and web.xml. – user243773 Jan 22 '10 at 12:52
1  
And it didn't satisfy? Then you really need to elaborate more what functionaly you actually need. – BalusC Jan 22 '10 at 14:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.