Introduction to JSP
- In today's environment, dynamic content is critical for a
successful web site. Users want to have these sites
"personalized" for their own use.
- Using JavaServer Pages is one answer to provide powerful and
efficient creation of dynamic content.
- Utilizes the full Java API.
- Enables rapid development of web-based applications that are
platform independent.
- Allows the use of standard HTML, but adds the power and
flexibility of Java.
- Enables web applications to be broken down into separate
components.
- Allows HTML code and design to be generated without much
knowledge of the Java code that is creating the dynamic content.
- Due to this fact, businesses no longer need to hunt down
software developers who understands graphic design, application
programming, and software design.
- Allows for the use of code reuse by supporting
JavaBeans and
Enterprise JavaBeans.