Exit Print View

Sun GlassFish Enterprise Server v3 Application Development Guide

  This Document Entire Library
Print View

Document Information

Preface

Part I Development Tasks and Tools

1.  Setting Up a Development Environment

2.  Class Loaders

3.  Using Ant with Enterprise Server

4.  Debugging Applications

Part II Developing Applications and Application Components

5.  Securing Applications

6.  Developing Web Services

7.  Using the Java Persistence API

8.  Developing Web Applications

9.  Using Enterprise JavaBeans Technology

10.  Using Container-Managed Persistence

11.  Developing Java Clients

Introducing the Application Client Container

ACC Security

ACC Naming

ACC Annotation

Java Web Start

Application Client JAR File

Developing Clients Using the ACC

To Access an EJB Component From an Application Client

To Access a JMS Resource From an Application Client

Using Java Web Start

Enabling and Disabling Java Web Start

Downloading and Launching an Application Client

The Application Client URL

Signing JAR Files Used in Java Web Start

Error Handling

Vendor Icon, Splash Screen, and Text

Using the Embeddable ACC

Running an Application Client Using the appclient Script

Using the package-appclient Script

The client.policy File

Using RMI/IIOP Over SSL

Connecting to a Remote EJB Module Through a Firewall

Using JavaFX Code

Specifying a Splash Screen

Setting Login Retries

Using Libraries with Application Clients

12.  Developing Connectors

13.  Developing Lifecycle Listeners

Part III Using Services and APIs

14.  Using the JDBC API for Database Access

15.  Using the Transaction Service

16.  Using the Java Naming and Directory Interface

17.  Using the Java Message Service

18.  Using the JavaMail API

Index

Chapter 11

Developing Java Clients

This chapter describes how to develop, assemble, and deploy Java clients in the following sections:


Note - The Web Profile of the Sun GlassFishEnterprise Server supports the EJB 3.1 Lite specification, which allows enterprise beans within web applications, among other features. The full Enterprise Server supports the entire EJB 3.1 specification. For details, see JSR 318.

Accordingly, the Application Client Container is supported only in the full Enterprise Server, not in the Web Profile.

JMS resources are supported only in the full Enterprise Server, not in the Web Profile. See Chapter 17, Using the Java Message Service.