Re: Eclipse plugin for Struts2

2008-12-23 Thread elyes sallem
you get the war blank project, you put it in a directory, you align it with an eclipse project structure src-- MessageResources, your packages,java file,(probably hibernate.cfg,*.hbm.xml ...) WebContent-- META-INF | -- WEB-INF (where u put .tld, validation,struts-config ...) |

Re: Eclipse plugin for Struts2

2008-12-23 Thread Srinivasan KS
means, no need of any specific plugin for eclipse for using struts2? kindly let me know the procedure involved. vasan On Tue, Dec 23, 2008 at 4:39 PM, elyes sallem wrote: > you can import the struts blank projet, with struts-config,web.xml ... > > Elyes > > 2008/12/23 Srinivasan KS > > > Hi, >

Re: Eclipse plugin for Struts2

2008-12-23 Thread elyes sallem
you can import the struts blank projet, with struts-config,web.xml ... Elyes 2008/12/23 Srinivasan KS > Hi, > If I create a new Struts project in eclipse, it has to create all basic > necessary configuration files(like struts.xml,web.xml) etc. > > For that, what plug-in i need to confiugre with

Re: Eclipse plugin for Struts2

2008-12-23 Thread Dave Newton
--- On Tue, 12/23/08, Srinivasan KS wrote: > For that, what plug-in i need to confiugre with eclipse & Jdeveloper. I don't know of any either. IntelliJ has some S2 support, though, I've noticed, at least for completion etc. Dave

Re: Eclipse plugin for Struts2

2008-12-23 Thread Srinivasan KS
Hi, If I create a new Struts project in eclipse, it has to create all basic necessary configuration files(like struts.xml,web.xml) etc. For that, what plug-in i need to confiugre with eclipse & Jdeveloper. Please tell me. Thanks. Srinivasan On Tue, Dec 23, 2008 at 2:28 PM, Nils-Helge Garli Hegv

Re: Eclipse plugin for Struts2

2008-12-23 Thread Nils-Helge Garli Hegvik
If you just want to "use" Struts 2 with your IDE, just set up a basic web application and add the required dependencies and entries in web.xml. If you're looking for a graphical configuration plugin, I'm not aware of any. Maybe this can help you get started: http://struts.apache.org/2.0.14/docs/do