Try OpenEdge Now
skip to main content
Java Open Clients
Preface : Organization
 

Organization

Configuring and Deploying Java Open Client Applications
Describes configuration prerequisites specific to Java Open Client development and deployment.
ProxyObjects and Methods
Describes the objects and methods generated by ProxyGen for a Java Open Client.
Connectingto an AppServer
Describes how to connect to an AppServer by instantiating an AppObject and, optionally, a Connection object.
Passing Parameters
Describes mappings for basic data types and static and dynamic temp-tables when data is passed between a Java application and OpenEdge.
AccessingABL ProDataSets
Describes how to pass and manage ProDataSet and temp-table parameters as OpenEdge ProDataGraph objects
ExtendingProxy Objects
Describes how to extend the AppObjects, SubAppObjects, and ProcObjects created by ProxyGen for Java applications.
AccessingProxy Properties
Describes the different ways you can access the proxy properties that govern behavior across an entire application.
Handling Errors
Describes error handling in Java Open Client applications.
Using SmartDataObjects from Java Clients
Describes how to access and use an interface that enables any Java application to access a remote OpenEdge SmartDataObject. The supported interface is based on the Java Database Connectivity (JDBC) 2 ResultSet. The interface includes many of the standard ResultSet methods and adds a number of extensions.
Using the Open Client Java OpenAPI to Directly Access the AppServer
Describes an API for accessing application services on the AppServer from a Java client without the need to generate Open Client proxies using ProxyGen.
Accessing a SmartDataObject API Directly
Describes the requirements to access SmartDataObjects from any Open Client that needs to access SmartDataObject extensions.
Java Open Client Certificate Management Utility
Describes managing certificate store files and converting digital certificates. If your Open Client application uses HTTPS (SSL), you must provide digital certificates with the application.
Passing Temp-tables as SQL ResultSet Parameters
Describes how to pass and manage temp-tables as SQL ResultSet objects.