Struts2+MyEclipse

2008-02-20 Thread aum strut
hi all, I am using MyEclipse 6.0.1 to develop my application.but i am facing some problems in it. i followed the follwing process: 1) in the new project wizard under the option of MyEclipse--- selected Web Project 2) after this i manually put the following Jar file under the WEB-INF\lib folder

[OT] Re: Struts2+MyEclipse

2008-02-20 Thread Dave Newton
--- aum strut [EMAIL PROTECTED] wrote: struts-core-1.3.5 You should probably use an S2 library instead. The IDE is giving the following errors: 1) the import com.opensymphony.xwork2.ActionSupport can not be resolved 2)ActionSupport can not be resolved to a type. Please tell me

Re: [OT] Re: Struts2+MyEclipse

2008-02-20 Thread bhaarat Sharma
Struts2-core is what you should be using. On 2/20/08, Dave Newton [EMAIL PROTECTED] wrote: --- aum strut [EMAIL PROTECTED] wrote: struts-core-1.3.5 You should probably use an S2 library instead. The IDE is giving the following errors: 1) the import

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
even the latest version of eclipse support only Struts 1.3. Yes, that is. Alvaro. -- Alvaro Sanchez-Mariscal Arnaiz Java EE Architect Instructor [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts2+MyEclipse

2008-01-25 Thread aum strut
Hi My question is if i want to use MyEclipse as an ID how can i develop Struts2 applcations. is there any way to do this that is the point of my confusion :( On 1/25/08, Alvaro Sanchez-Mariscal [EMAIL PROTECTED] wrote: even the latest version of eclipse support only Struts 1.3. Yes,

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
My question is if i want to use MyEclipse as an ID how can i develop Struts2 applcations. is there any way to do this that is the point of my confusion The same way as you would do with raw Eclipse: by hand. There is no S2 plugin for neither Eclipse nor MyEclipse. Alvaro. -- Alvaro

Re: Struts2+MyEclipse

2008-01-25 Thread Giovanni Azua
Hi Aum, I am using MyEclipse 6.0.x to develop a large Struts 2 application and I am very happy with it. The speed you get in the develop-deploy-test cycle with its integrated MyEclipse Tomcat already pays off buying it. Anyway, I found couple of posts from MyEclipse staff that mention they are

Re: Struts2+MyEclipse

2008-01-25 Thread Ted Husted
On Jan 24, 2008 11:15 PM, aum strut [EMAIL PROTECTED] wrote: Hi All, Please tell me is it possible to develop Struts2 applications using latest version of MyEclipse as i came to know that even the latest version of eclipse support only Struts 1.3. Any Guidance in this regard is much

Re: Struts2+MyEclipse

2008-01-25 Thread Alvaro Sanchez-Mariscal
Ted, Those steps are the same as the ones required for Eclipse. Simply, there's no specific support for S2, like the support of S1, Hibernate, Spring... You will have autocompletion of struts.xml if you have the namespace declared (like any other XML file) and autocompletion of jsp tags (like

Struts2+MyEclipse

2008-01-24 Thread aum strut
Hi All, Please tell me is it possible to develop Struts2 applications using latest version of MyEclipse as i came to know that even the latest version of eclipse support only Struts 1.3. Any Guidance in this regard is much appriciated.