• 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

Struts and XML

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry I am really a novice regarding struts. Does the framework include any utilities or modules that expedite the use of XML in the presentation tier? I realize we can code JAXP or something like that - I am just curious if the framework can replace some custom coding??
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi maybe the Stxx development has some interest for you :
http://stxx.sourceforge.net/index.html
Hope this helps,
Kai
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The XTags library provides very useful tags for XSLT transformation.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you.
I want to know these too
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
do you allready know StrutsCX?

StrutsCX is Struts with Castor XML and XSLT - but without JSP. Therefore strickt seperation of business logic from presentation brings development closer to the MVC pattern. In addition it allways outputs well-formed XML (what JSP does not guaranty) and is much more flexible on the presentation layer.
Features:
  • Lightweight framework running on any Servlet Engine or J2EE Application Server.
  • Simple and fast to implement.
  • Support of internationalization. IS0-8859-1 and any other language, like chinese, korean, arabic, too!
  • StrutsCXServlet: Replaces Struts JSP and Message Ressources features with a pure XML and XSLT solution 100% internationalizable.
  • Output of 100% standard conform XML, XHTML, XSL-FO, WML or whatever you like.

  • Simple validation error mechanism.
  • Persists via Castor XML.
  • Prototype featuring the CRUD cycle (Create, Reatrieve, Update, Delete) and support for english, german and korean language.


  • Check out details on StrutsCX at http://it.cappuccinonet.com/strutscx/.
    Regards
    Bernhard Weohrlin
     
    Ranch Hand
    Posts: 41
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi, Kai Unewisse !
    Your information is very helpful.
    But the url is obsolete (I think it is caused by that sourceforge change the file's url mapping, and I don't think this behavior is good.)
    The new URL of Stxx is:
    http://sourceforge.net/projects/stxx/
     
    Ranch Hand
    Posts: 154
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I'm interest in StrutsCX, but you should give some tutorial or documentaions or step by step instuctions about it. reading a whole complecated sample sometimes time comsuming and low effitient.
     
    New rule: no elephants at the chess tournament. Tiny ads are still okay.
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic