• 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

Spring Struts 1.2.9 integration

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Iam new to struts however i have used Wicket with Spring and Hibernate. I am trying to configure Struts1.2.9 with Spring in Netbeans 5.5 but I am getting error messages Action Servlet not found. I followed Spring in Action older version as well as IBM tutorial that tells how to integrate with Struts but could not solve the problem. I have stored all xml files including spring applicationContext file in WEBINF
The netbeans tutorial on netebeans website explain very well about how to run Simple Struts application and it worked fine on my own pc but when I tried to use spring then problem occurs
Does any one can help or provide some url link that shows how to integrate Struts1.2.9 with Spring in Netbeans

Many thanks

Waqas
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Isn't it as simple as having your Action classes extend ActionSupport, and in your web.xml just add the ContextLoaderListener and point to your Spring beans?

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic