Time
is money!



Service Pages Addon is created to provide user interface well-known for all Service Desk users, written on Hewlett Packard's Java WEB-API for external developers, made for customizing and creating SD Application Server applications.
Service Desk Service Pages web-interface provides limited(comparing to Service Desk Client) functional capabilities and user interface. Service Pages v4.5 user interface was constructed for old versions of browsers because of maximum compatibility. For the today, most of the recent web-brawsers(including Internet Explorer, Mozilla, Netscape[6.x and newer], Opera) have maintenance of such w3c standards as HTML4, XML, XSLT, DOM, which with no doubt allows to use them for the user interface creation. In 2003 was agreed and implemented in most popular web-containers a JSP v2.0 standard, which allowed to move completely to XML-compatible JSP page format[3], which, in turn, allows creating XSLT-template for the very simple XML-compatible farmat to JSP-application transformation. The last thing allows tremendeous flexibility increase for the whole application in general.
[3] Previous JSP standards and their implementations had a number of limits to do such things, for example, writing jsp-page in XML-compatible form one couldn't use jsp expressions in attribute value, and a sample like this one value="<%=variable=>" isn't though a XML-compatible.