Document Revision History

This table describes the changes to WebObjects Java Client Programming Guide.

DateNotes
2005-08-11

Changed the title from "Java Client Desktop Applications."

2002-11-01

Updated for WebObjects 5.2.

 

Added information on layout hints and levels enhancements to the dynamic user-interface generation, Widgets Pane

 

Added information on the new security contract for remote method invocations in the distribution layer, Business Logic and Delegates

 

Added information on how to implement SSL in the distribution layer, Using SSL

 

Added information about delegates in the distribution layer, Delegates, and how to set them Setting the Delegate

 

Added information on how to deploy the client application, Deploying Client Applications

 

Added information on new controllers and new arguments, Controllers and Actions Reference

 

Added information on how to package client applications as Mac OS X desktop applications, Desktop Applications

 

Added information on how to implement the new continuous change notification feature in certain controllers, Continuous Change Notification

 

Added information on how to build the WOComponent in Write the Action (Build a WOComponent)

 

Added Building Custom Controllers With XML

 

Added Using HTML on the Client

 

Added Development Process Overview

 

Added Using Nib Actions When Mixing

 

Separated information on the Direct to Java Client Assistant into its own chapter, Inside Assistant

 

Adapted task chapters more closely to the JCRealEstatePhotos example

 

Changed the title of the chapter “Using the Controller Factory Programmatically” to Generating Controllers With the Controller Factory

 

Removed "Task:" in the title of the task chapters

 

Updated Controllers and Actions Reference for WebObjects 5.2

 

Moved information on different deployment strategies from the introduction to Deploying Client Applications

 

D2WContext key languages is now locales, Localizing Property Labels

 

The security contract in the distribution layer changed, Business Logic and Delegates

 

The package com.webobjects.eogeneration.client changed to com.webobjects.eogeneration

 

Web Start is now integrated with Java Client, Web Start and Server Files (Application Server Target)

 

Removed most information about deploying as applets, as applet support is now deprecated

 

It’s no longer necessary to set the class of File’s Owner in nib files, Prepare the Nib File

 

MouseInputAdapter class is now correctly named, Make EOImageView Accept Clicks

2002-05-01

Updated for WWDC.

 

Added Restricting Access to an Application

 

Added Generating Controllers With the Controller Factory

 

Added Adding Custom Menu Items

 

Added Adding Custom Actions to Controllers

 

Added Common Rules

 

Added Freezing XML User Interfaces

 

Added Mixing Static and Dynamic User Interfaces

 

Added Using Custom Views in Nib Files

 

Added Localizing Dynamic Components

 

Added Building Custom List Controllers

 

Added Using and Extending Image Views in Nib Files

 

Added Using Pop-up Menus in Nib Files

 

Added Building a Login Window