FlazX | Browse Computer Book | Community Board | Links | Blog | Login
Google
Web flazx.com


eBook By Category (JSP & Servlets)



Sub Category


eBooks
Addison Wesley JavaServer Pages, Second Edition (JSP 2.0)
JSP & Servlets ebook: Addison Wesley JavaServer Pages, Second Edition (JSP 2.0) Cover

Even if you aren't a programmer, you can design Web sites with dynamic content generated by JavaServer Pages (JSPs)

That's the idea in JavaServer Pages, a very approachable and patient tutorial suitable for anyone with basic HTML knowledge

Early sections explain how JSPs and Java servlets work

Beginning JavaServer Pages
JSP & Servlets ebook: Beginning JavaServer Pages Cover

JSP is one of the core technologies for server-side Java applications and the 2

0 release, which this book covers in detail, makes JSP an even more powerful tool Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag libraries, JSTL, and techniques for testing and debugging Shows how to use JSP in real-world Web applications along with open source frameworks such as Struts, WebWork, and Turbine, software design methodologies, and developer tools like Ant, jUnit, and CVS, as well as popular IDEs (integrated development environmnents) Each chapter has an exercise section with solutions on the companion Web site

User review
Beginners book, it is NOT
I bought this book expecting that it would be a beginners book, in that it would start you off with some basics and move on from there

I also expected that due to to its size and content, it would be an adequate reference when I progressed beyond the basics

Beginning JSP 2: From Novice to Professional
JSP & Servlets ebook: Beginning JSP 2: From Novice to Professional Cover

After reading this book, you'll be able to do a whole lot more

— Dirk Schreckmann, JavaRanch Sheriff and Journal Editor

Let Beginning JSP 2 be your guide as you begin using JSP

This comprehensive guide starts by steering you through your first JSP application

Core JSP
JSP & Servlets ebook: Core JSP Cover

*

The experienced developer's guide to JavaServer Pages development!
* Database access, XML support, JavaBean integration, and much more
* Architecting JSP applications for maximum performance and maintainability
* Includes several complete sample JSP applications such as an authentication framework, an email tag library, and a Database-to-XML/XSL conversion tool Sun's JavaServer Pages technology gives developers a powerful cross-platform solution for dynamic Web application development without the drawbacks of previous approaches

In Core JSP, two leading enterprise developers show experienced developers exactly how to make the most of JSP technology?

Core Servlets and Java Server Pages
JSP & Servlets ebook: Core Servlets and Java Server Pages Cover

In the Java universe, the interface layer of the ubiquitous model-view-controller (MVC) software design paradigm is handled by either servlets of JavaServer Pages (JSP)

The second edition of Core Servlets and JavaServer Pages, like its predecessor, documents these handy technologies fully and practically

Far more than a straight API reference, this book presents examples--complete with code and a listing or screen shot showing results--wherever possible

Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series)
JSP & Servlets ebook: Core Servlets and Javaserver Pages: Advanced Technologies, Vol. 2 (2nd Edition) (Core Series) Cover

Java EE is the technology of choice for e-commerce applications, interactive Web sites, and Web-enabled services

Servlet and JSP technology provides the link between Web clients and server-side applications on this platform

Core Servlets and JavaServer Pages, Volume 2: Advanced Technologies, Second Edition, is the definitive guide to the advanced features and capabilities provided by servlets and JSP

Core Swing: Advanced Programming
JSP & Servlets ebook: Core Swing: Advanced  Programming Cover

Written as a supplement to the author's Core Java Foundation Classes, Kim Topley's Core Swing: Advanced Programming delves deeply into several important Java topics

Every experienced Java programmer will find very useful techniques for working with Swing controls and other high-level UI features

The book zeroes in on two aspects of Swing interfaces

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Head First)
JSP & Servlets ebook: Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (Head First) Cover

Looking to study up for the new J2EE 1

5 Sun Certified Web Component Developer (SCWCD) exam?

This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD)
JSP & Servlets ebook: Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD) Cover

Imagine a world without eBay,,

unthinkable! How would you get that Farrah Fawcett poster, retired Beanie Baby, or first-edition pet rock?

Java Servlet & JSP Cookbook
JSP & Servlets ebook: Java Servlet & JSP Cookbook Cover

With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications

Java Servlet and JSP Cookbook presents real-world problems, and provides concise, practical solutions to each

Finding even one tested code `recipe` that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book

Java Servlet Programming, 2nd Edition
JSP & Servlets ebook: Java Servlet Programming, 2nd Edition Cover

Aimed at Web developers with some previous Java experience, Java Servlet Programming, Second Edition, offers a solid introduction to the world of Java development with Servlets and related technologies

Thoroughly revised and newly updated with over a half-dozen new chapters, this title brings an already useful text up to speed with some leading-edge material

It excels particularly in explaining how to program dynamic Web content using Java Servlets, with a fine introduction to all the APIs, programming techniques, and tips you will need to be successful with this standard

JavaServer Pages
JSP & Servlets ebook: JavaServer Pages Cover

This comprehensive guide to JavaServer Pages (JSPs), a fast-growing technology for Web developers, teaches you how to embed server-side Java into Web pages, while also offering full access to other features such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC database access

The reference JSP implementation is the freely available Apache Tomcat server, so it won't cost a thing to get started

All the example code in the book has been tested on Tomcat, in fact

JavaServer Pages Pocket Reference
JSP & Servlets ebook: JavaServer Pages Pocket Reference Cover

This handy little book is the perfect companion to O'Reilly's popularJavaServer Pages and Java Servlet Programming, and meets the need for a quick reference to an extremely popular but complicated technology

The JavaServer Pages Pocket Reference gives Java developers a quick overview of the fundamentals of JSP and the servlets technology on which it's based

It also provides succinct information on JSP application development for web page designers

JSP Examples and Best Practices
JSP & Servlets ebook: JSP Examples and Best Practices Cover

While most other books merely instruct on basic JSP and servlet development, JSP Examples and Best Practices gives you some of the best practices and design principles, enabling you to build scalable and extensible enterprise Java applications

And JavaServer Pages technology can be used to build complex enterprise applications in a highly re-usable manner

This book takes basic JSP and applies sound architectural principles and design patterns, to give you the tools to build scalable enterprise applications using JSP

JSP Tag Libraries
JSP & Servlets ebook: JSP Tag Libraries Cover

This in-depth tutorial acquaints HTML and Java programmers with the world of JSP tags-Java components that open up JSP development to the everday content developer (the HTML programmer) and improve code reuse and separation between presentation and business logic

Using real-world tags, it guides the novice through practical JSP applications, such as performing iterations and accessing databases, EJBs, e-mail systems, and Java Beans, and demonstrates how tags can be used in the context of e-commerce applications and WAP that work with cellular phones

Included are numerous short examples that can be reused to add simple and powerful dynamic features to web sites

JSP: Practical Guide for Programmers (The Practical Guides)
JSP & Servlets ebook: JSP: Practical Guide for Programmers (The Practical Guides) Cover

JavaServer Pages (JSP) is a technology for building dynamic web applications that can access databases and provide an interactive experience for users

It's a powerful technology with open source implementations (server and platform independent) for building enterprise Web applications

With JSP, existing business systems can be leveraged with minimal overhead, maintenance, and support

JSP: The Complete Reference
JSP & Servlets ebook: JSP: The Complete Reference Cover

(Osborne) Provides all of the information needed to program and develop powerful and efficient Web sites and applications with JSP

Readers at any skill level can learn to control the content and appearance of Web sites using JSP, servlets, Java 2 and JavaBeans to create reusable components and simplify application development

Softcover

JSTL: JSP Standard Tag Library Kick Start
JSP & Servlets ebook: JSTL: JSP Standard Tag Library Kick Start Cover

The JSP Standard Tag Library is a collection of commonly used functions and tools invaluable to JSP developers to avoid re-creating the same functions on site after site

Sun has indicated that JSP development should be based around using tag libraries going forward, and will relase JSP STL, as their official library

This book starts with an in-depth deiscussion of the JSP STL, then goes beyond the standard library to teach developers to create their own tags to further encapsulate the most common features of their specific applications

JSTL: Practical Guide for JSP Programmers (The Practical Guides)
JSP & Servlets ebook: JSTL: Practical Guide for JSP Programmers (The Practical Guides) Cover

Web developers and page authors who use JavaServer Pages (JSP) know that it is much easier and efficient to implement web pages without reinventing the wheel each time

In order to shave valuable time from their development schedules, those who work with JSP have created, debugged, and used custom tags-a set of programmable actions that provide dynamic behavior to static pages-paving the way towards a more common, standard approach to using Java technology for web development

The biggest boost to this effort however has only recently arrived in the form of a standard set of tag libraries, known as the JSTL, which now provides a wide range of functionality and gives web page authors a much more simplified approach to implementing dynamic, Java-based web sites

Making Use of JSP
JSP & Servlets ebook: Making Use of JSP Cover

JavaServer Pages (JSP) is a multipurpose language based on Java technology that provides a simplified, fast way to create dynamic Web content

JSP is specific to Web page creation and rendering, and is a key Web technology for developers and administrators working with Java


* Explains how JSP can be used to simplify tasks, shorten the development cycle, and integrate Web content with other elements of J2EE
* Shows how JSP enables Web designers and other nonprogrammers to quickly gain essential abilities for the creation of dynamic Web pages

User review
Bloated and replete with typos
I was very disappointed by this book

MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL
JSP & Servlets ebook: MySQL and JSP Web Applications: Data-Driven Programming Using Tomcat and MySQL Cover

JSP developers encounter unique problems when building web applications that require intense database connectivity

MySQL and JSP Web Applications addresses the challenges of building data-driven applications based on the JavaServer Pages development model

MySQL and JSP Web Applications begins with an overview of the core technologies required for JSP database development--JavaServer Pages, JDBC, and the database schema

Pro JSP 2, Fourth Edition (Expert's Voice in Java)
JSP & Servlets ebook: Pro JSP 2, Fourth Edition (Expert's Voice in Java) Cover

This is the first comprehensive guide to cover JSP 2 and 2

1

It supplies you with the tools and techniques to develop web applications with JSP and Java servlets

Pro JSP, Third Edition
JSP & Servlets ebook: Pro JSP, Third Edition Cover

Simpler, faster, easier dynamic website development based on new additions to an established and proven technology&emdash;that's what JavaServer Pages (JSP) 2

0 is all about

Pro JSP, Third Edition is the most comprehensive guide and reference to JSP 2

Professional Java Servlets 2.3
JSP & Servlets ebook: Professional Java Servlets 2.3 Cover

Java servlets are fast becoming indispensable enterprise components, as they provide a means to build scalable and portable business services that communicate over the Web

This book provides a comprehensive guide to developing applications based on the Java Servlet 2

3 API, a part of the Java 2 Platform, Enterprise Edition 1

Sams Teach Yourself JavaServer Pages in 21 Days
JSP & Servlets ebook: Sams Teach Yourself JavaServer Pages in 21 Days Cover

Sams Teach Yourself JavaServer Pages in 21 Days offers a proven tutorial format to teach JSP in 21 example-driven lessons

This book is for Web publishing professionals migrating to JavaServer Pages for its ability to create dynamic, interactive Web sites and separate presentation from Java code running behind the scenes

The book starts by explaining the relationship between JSP and Java Servlets and the basics of JSP functions and features

Sams Teach Yourself JavaServer Pages in 24 Hours (Sams Teach Yourself in 24 Hours)
JSP & Servlets ebook: Sams Teach Yourself JavaServer Pages in 24 Hours (Sams Teach Yourself in 24 Hours) Cover

Sams Teach Yourself JavaServer Pages in 24 Hours guarantees to teach 24 one-hour lessons on JSP and its ties to other J2EE techologies, including Servlets and JDBC

Additionally, this book covers the comprehensive development of JSPs using tools such as BEA's WebLogic Server and Apache Tomcat

Each lesson builds on the previous one, allowing the reader to understand the subject of JSPs from the ground-up

Servlets and JSP: The J2EE Web Tier
JSP & Servlets ebook: Servlets and JSP: The J2EE Web Tier Cover

Series: The DevelopMentor Series This is the authoritative tutorial to the JSP 2

0 and Servlets 2

4 specifications written by JSP W3C expert committee members--Jayson Falkner, JSPInsider founder and WebMaster, and Kevin Jones, DevelopMentor UK co-founder

Special Edition Using Java Server Pages and Servlets
JSP & Servlets ebook: Special Edition Using Java Server Pages and Servlets Cover

Special Edition Using JSP and Servlets starts by detailing the evolution of web servers that led to the creation of ASP and JSP

It explains both the limitations of previous technologies and the benefits that JSP provides including platform independence

Includes coverage of: organizing applications with multiple files and client-side objects, generating well-formed XML using JSP, storing data in cookies and sessions, interacting with Enterprise Java Beans, displaying dynamic graphics with Java 2D, and using RMI and Corba to enhance JSP applications

Teach Yourself JSP with Apache Tomcat in 24 Hours
JSP & Servlets ebook: Teach Yourself JSP with Apache Tomcat in 24 Hours Cover

In JavaServer Pages 2

0, Sun has added new features that make it even easier to create dynamic, interactive Web pages in Java

These include a built-in expression language and a library of tags (the JSP Standard Tag Library) that facilitate creation of pages

Web Development with JavaServer Pages
JSP & Servlets ebook: Web Development with JavaServer Pages Cover

Web Development with JavaServer Pages is truly an excellent and in-depth tutorial in the effective use of JSPs to build Web applications

Geared toward the Web designer or intermediate Java programmer who's making a transition to JSPs for the first time, this text contains a wealth of information on basic and advanced techniques

This tutorial is as good as any that's available, and covers all of the necessary JSP directives and syntax

Wrox Beginning JavaServer Pages
JSP & Servlets ebook: Wrox Beginning JavaServer Pages Cover

JSP is one of the core technologies for server-side Java applications and the 2

0 release, which this book covers in detail, makes JSP an even more powerful tool Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag libraries, JSTL, and techniques for testing and debugging Shows how to use JSP in real-world Web applications along with open source frameworks such as Struts, WebWork, and Turbine, software design methodologies, and developer tools like Ant, jUnit, and CVS, as well as popular IDEs (integrated development environmnents) Each chapter has an exercise section with solutions on the companion Web site

User review
Beginners book, it is NOT
I bought this book expecting that it would be a beginners book, in that it would start you off with some basics and move on from there

I also expected that due to to its size and content, it would be an adequate reference when I progressed beyond the basics


Submit a related site | Submit an article


FlazX Search
Resources
FlazX 100 Newest Books  Top 100 Search Keywords  Last 100 Search Keywords  Community Edition 


Google Talk : admin-at-flazx-dot-us


eXTReMe Tracker