JSP ( Java Server Pages) technology is an extension of the Java servelet technology. Servlets are independent of platform and they are server side modules that fit perfectly into a Web server framework. The servlets can be used to extend the capabilities of a Web server with minimal overhead, maintenance, and support. Unlike other scripting languages, servlets involve no platform specific consideration or modifications. They are application components that are downloaded, on demand, to the part of the system that needs them. JSP ( Java Server Pages) technology and servlets provide an attractive alternative to other types of dynamic Web scripting and programming by offering: platform independence; enhanced performance; separation of logic from display. They also provide ease of administration; extensibility into the enterprise; and, most importantly,are easy to use.
To know more about Server language fro software solutions keep reading Indiasoftwaresolutions.
|