• 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:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

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?
 
And then the entire population worshiped me like unto a god. Well, me and this tiny ad:
The new gardening playing cards kickstarter is now live!
https://www.kickstarter.com/projects/paulwheaton/garden-cards
reply
    Bookmark Topic Watch Topic
  • New Topic