• 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

JSP + XSL + XML

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are the benefits of JSP + XSL + XML approach?

What actually gets into JSP,xsl and xml?Can we still use jsp tags,struts tags,Tiles frameowrk etc.
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are some articles that discusses JSP , XSL and XML.
JSP_XML_XSL
JSP OR XSL

Personally I am not comfortable with xsl solely as a view ( in mvc architecture).
Find it to be difficult to do things with xsl compared to what a jsp can do, but if the view is pretty dumb and does not require mainipulating the data xsl should satisfy as view.
 
raj joe
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Roger Nelson:
Here are some articles that discusses JSP , XSL and XML.
JSP_XML_XSL
JSP OR XSL

Personally I am not comfortable with xsl solely as a view ( in mvc architecture).
Find it to be difficult to do things with xsl compared to what a jsp can do, but if the view is pretty dumb and does not require mainipulating the data xsl should satisfy as view.




My client is stuck with XML/XSL and JSP.I just want to know how do I use both Jsp and XML\XSL.Can a jsp page with some static html content , jstl/struts tags and XSL tags be displayed on a mobile device without any issues.

How do I handle pagination in the above case?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic