JavaServer Pages (JSP) is a
Java technology that allows software developers to
dynamically generate HTML, XML or other types of documents in
response to a Web client request. The technology allows
Java code and certain pre-defined actions to be embedded
into static content. This concept was first introduced with
PHP and PERL, but with JSP and
Java, we have a new partially compiled implementation
which draws on the Object Orientated programming
paradigm and significantly increases performance and
functionality.
- JDBC
- RMI
- E-mail
- JMS
- Web services
- XML
The original servlet specification was created by Sun
Microsystems and is deployed across many Application servers
including JBOSS. It is one of the most utilised, scalable
software platforms on the market because of its rapid
development cycle aswell the features availble.