HAPPY BOOKSGIVING
Use code BOOKSGIVING during checkout to save 40%-55% on books and eBooks. Shop now.
Register your product to gain access to bonus material or receive a coupon.
Java Deployment takes a very practical approach to the topic of deploying Java applications. First, the book presents the major deployment concerns a Java developer faces and addresses the most common deployment scenarios. Next, the book addresses deployment issues the developer faces while coding a project. Finally, the book presents the JNLP technology and shows how to use JNLP in application deployment.
A Cyclic Model for Software Deployment
A Java Card Primer: Part 1—Introduction to the Java Card Environment
A Java Card Primer: Part 2—A Java Card Example
A JNLP Tutorial: Part 1—An Introduction to JNLP
A JNLP Tutorial: Part 2—An Example
Deploying Java Software: Existing Solutions
Introduction.
I. INTRODUCTION.
1. Deploying Java.The Java Runtime Environment. Old Solutions. A Perspective Change. A General Definition of Software Deployment.
2. An Abstract Model For Deployment.An Introduction to the Model. The Actors In the Model. Discussing the Model. Summary.
3. Existing Solutions.Introduction. JNLP Implementations. Commercial Solutions.
II. DEPLOYMENT ENGINEERING.
4. Designing for Deployment.Introduction. A Deployment Method. Common Scenarios. Client Configurations and Software Configuration Management. Summary.
5. Deployment Options for Non-J2SE Clients.Overview. J2ME Deployment. Java Card Applet Deployment. J2EE Deployment. Summary.
6. Deploying Existing Software.Overview. An Example.
7. Building Your Own Deployment Solution.Designing Ad-Hoc Deployment Solutions. Examples. Summary.
III. JNLP.
8. A JNLP Quick Launch.An Introduction For Developers. What Is JNLP? How JNLP Works. Some Examples. Java Web Start. Summary.
9. The JNLP Protocol.When Adopting JNLP Technology Makes Sense. The Stages. The JNLP File Structure. Describing Applications and Applets. Describing Extensions And Installers. Summary.
10. Defining the Client Environment.Application Basics. Resources. Security. Summary.
11. Runtime Client Services.Introduction. File Management. Resource Management. Persistence. Controlling Installations. Other Services. An Example Application. Summary.
12. Server-Side Deployment Support.Overview. Deploying Resources to the Server. Behind the Scenes of a JNLP Server. Summary.
13. A Complete Example.Design. Implementation. Summary.
IV. APPENDIXES.
Appendix A. A Little Handbook for Java Deployment.Deployment Design in a Nutshell. A Roadmap to the Source Code in This Book. Using UML for Deployment Documentation. Legal Notes.
Appendix B. JNLP (Java Network Launching Protocol) Specification.Client. Server.
Appendix C. Other Deployment Technologies.OSD. DTMF Initiatives. Other Deployment Technologies.
Appendix D. A JNLP Utility Library.Introduction. Implementation. An Example of Use.