Book Image

Java EE 5 Development with NetBeans 6

Book Image

Java EE 5 Development with NetBeans 6

Overview of this book

Table of Contents (17 chapters)
Java EE 5 Development with NetBeans 6
Credits
About the Author
About the Reviewers
Preface
Identifying Performance Issues with NetBeans Profiler

Summary


In this chapter we covered how to use NetBeans graphical tools to add JSTL tags to our JSP pages. We saw how JSTL can enhance JSP functionality while at the same time making our JSP's more readable by minimizing the use of scriptlets.

We also saw how to develop our own custom JSP tags to encapsulate JSP markup and functionality, and how NetBeans can generate an initial tag file we can use as a starting point to develop our own custom tags.