• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse ganymede Does it support struts 1.1

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks
i am new to the eclipse ganymede, Does it support sturts 1.1 are not.

1) if not support how to install the struts latest plugin to the eclipse ganymede.

2) previously i used my My Eclipse in that struts capablities is there to get the struts features. in this ,Eclipse ganymede how you will get the dtd related to web.xml and struts.xml files and where we will get these things in our application

3)in previous topic Eclipse gayamate i asked the question related this .

some of friend Replied it as:-

Assume that you create a Dynamic-web-project named "struts-Example".

Then Struts-Example/javaresources/src/yourpackagename/Actionclass.java
struts=Example/javaresources/src/yourpackagename/ActionForm.java

like that you can create your Action class and form bean.

And create an xml file named struts-config under Struts-Example/WEB-INF folder.

As well as required JSP pages under Struts-Example/WEB-INF folder.

keep the required jars under /WEB-INF/lib folder.

After you can run your struts application.

If it is a Java application. right click on Struts-Example folder, select Runas/javaapplication.

if it is a tomcat/webapplication select Runas/run on server.


in that procedure we are creating the struts application normal editor based struts application but i need the correct procedure to execute
the struts application creating the form bean and Action class.


could anybody help my question in brief manner and give me the correct guidence to execute the strut appl in eclipse ganymade.



Thanks and Regards.
Lakshman
 
I am going down to the lab. Do NOT let anyone in. Not even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic