• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

what framework is suitable to struts ?

 
Ranch Hand
Posts: 472
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi good day, i developing using struts framework, if i have a choice to choose among the framework, which framework is recommended for struts ?

thank you
 
Author
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My favorite to use with Struts is Taconite (taconite.sf.net) although clearly I'm biased since I'm the Taconite lead developer. Taconite integrates well with Struts because you can use JSPs to construct the Taconite response XML, which is mostly just XHTML embedded within some Taconite-specific XML tags.

Struts works well with most Ajax libraries. DWR, Prototype, and others are sure to work with Struts, so it mostly comes down to which framework best fits your coding style.
 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Ryan Asleson:
My favorite to use with Struts is Taconite (taconite.sf.net)
Struts works well with most Ajax libraries. DWR, Prototype, and others are sure to work with Struts, so it mostly comes down to which framework best fits your coding style.



I thought Ajax is already a "Framework". why we need other "wrapper" frameworks?

thanks
tony
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ajax is not a framework, but a web development technique. So you can use it within other frameworks like Struts or Spring. The book explains how to.
 
Where all the women are strong, all the men are good looking and all the tiny ads are above average:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic