Java server Pages
✍ Scribed by Hans Bergsten
- Publisher
- O'Reilly
- Year
- 2001
- Tongue
- English
- Leaves
- 356
- Series
- The Java series
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
JavaServer Pages (JSP) technology provides an easy way to create dynamic web pages. Its component-based approach allows web developers to easily combine static HTML for look-and-feel with Java components for dynamic features. The simplicity of this component-based model, combined with the cross-platform power of Java, allows a web development environment with enormous potential. JavaServer Pages shows how to develop Java-based web applications without having to be a hardcore programmer. The author provides an overview of JSP concepts and discusses how JSP fits into the larger picture of web applications. Web page authors will benefit from chapters on generating dynamic content, handling session information, accessing databases, authenticating users, and personalizing content. In the programming-oriented chapters, Java programmers learn how to create Java components and custom JSP tags for web authors to use in JSP pages.
📜 SIMILAR VOLUMES
Данная книга начинается с рассмотрения пользовательских дескрипторов, т.е. с тех вопросов, которыми обычно заканчиваются книги, представляющие собой введение в JSP. В ней рассматривается около 50 пользовательских дескрипторов JSP. Они выполняют различные задачи: от поддержки форматов, специфических
Niniejsza książka przeznaczona jest dla prawdziwych programistów. Jej celem nie jest przedstawienie potencjału internetowego handlu ani sposobów, w jaki aplikacje internetowe mogą zrewolucjonizować przedsiębiorstwo. Jest to praktyczna książka przeznaczona dla programistów, którzy już doskonale rozum
I'll list the pros and cons from my perspective:<p>PROS: 1. Very short - Sometimes size does matter. In this case, there was no over-extensive analyzations of the code. Only key portions.<p>2. Covered some of the essentials of JSP programming. JDBC, Connection pooling, XML, Servlet integration,