• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

upgrade to Struts 6.3 or 6.6

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's been a long time since I developed a project  with Struts 1.1.  But due to some reason I want  my project migrate to struts 6.3 or 6.6.
Is it feasible?
Should I choose some other plateform? Please suggest me.
 
Saloon Keeper
Posts: 28319
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I looked back at this forum's history and it seems like you would not be the first one to do so, although it also seems like it's not easy.  Technically speaking, you'd want to upgrade to Struts 2 and the recommended version right now is 6.6.1. The 6.4 release is on a list of unsupported versions. There are known security issues in 6.3.

As for other options, I published an Introduction to Struts long ago in Java Pro magazine and I think it covered Struts 1.1. But since then, I've abandoned Struts in favor of the JEE-standard JavaServer Faces. I like JSF because it uses POJOs as backing beans and has automatic validation and error handling features.

If you're interested i Spring Boot, there is support for both Struts 2 and JSF.

Additionally, some people prefer Spring Web. And some prefer a JavaScript front-end system like React.
 
Story like this gets better after being told a few times. Or maybe it's just a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic