CW Web Applications - Server-side presentation

  • JSP – JSP is used to dynamically generate HTML (and JavaScript).
  • XML/XSL – The results from the Contenta API are returned as XML, which is in turn converted to HTML (and JavaScript) using XSL style sheets.
  • HTML/JavaScriptAjax/JQuery – HTML and JavaScript are generated by the JSP code using XML and XSL (and sent to the browser).
  • CSS – Cascading Style Sheets are used to define how different elements in the HTML appear in order to provide consistency and customizability in the user interface look and feel.