Book 7
Web Programming
Contents at a Glance
Chapter 1: Using Java Web Start
Looking at a Simple JavaFX Program
Understanding Java Web Start
Creating a JNLP File
Creating an HTML File to Launch a Java Application
Uploading the Java Web Start Files to Your Web Server
Launching the ClickMe Application Using Java Web Start
Creating an Exception to Allow Java Web Start Applications to Run
Chapter 2: Creating Servlets
Understanding Servlets
Using Tomcat
Creating a Simple Servlet
Running a Servlet
Improving the HelloWorld Servlet
Getting Input from the User
Using Classes in a Servlet
Chapter 3: Using JavaServer Pages
Understanding JavaServer Pages
Using Page Directives
Using Expressions
Using Scriptlets
Using Declarations
Using Classes
Chapter 4: Using JavaBeans
Getting to Know JavaBeans
Looking Over a Sample Bean
Using Beans with JSP Pages
Scoping Your Beans