Summary In this chapter, we showed you how to debug and deploy Web applications that make use of JSTL and custom tag libraries. We can package Web applications as WAR files that can be easily integrated with a Web server such as Tomcat. WAR files are a common way to distribute Web applications. Throughout this book, you learned how to use the JSTL tag library. You are now ready to design and implement Web applications that use the JSTL tags. You have also learned how to develop your own custom tag libraries that are compatible with JSTL. This allows you to create advanced Web applications and encapsulate their unique functionality within custom tag libraries. You can then create advanced Web applications using your own custom tag libraries and using JSTL to tie the entire application together. |
No comments:
Post a Comment