|
| Application Development |
 JSP
Technousa tries to employ the latest technologies to help its client make the most of their investments by delivering the best. One of such technologies is JavaServer Pages (JSP) which is well on its way to becoming the preeminent Java technology for building applications that serve dynamic Web content.
JavaServer Pages (JSP) technology enables Web developers and designers to rapidly develop and easily maintain, information-rich, dynamic Web pages that leverage existing business systems. As part of the Java technology family, JSP technology enables rapid development of Web-based applications that are platform independent. JSP technology separates the user interface from content generation, enabling designers to change the overall page layout without altering the underlying dynamic content.
|
| The key features for which we choose JSP are : |
- Easier to author
- Tool/IDE Friendly
- Developers/Authors (with Custom Tag support)
|
| JSP also best supports the definition of tags that abstract functionality within a page, so tags can be defined in a tag library and then used within any JSP page. This makes for a better separation of page content from its code, which is one of Web development's prime directives. The less code scattered throughout the pages of a website, the easier the site is to maintain. Global changes need only be made to the tags defined in a central library, making time-consuming, page-by-page fixes things of the past. |
|
|