super class
Glossary-15
serialize
The process of converting an object or data into a format for storage or transmission
across a network connection link with the ability to reconstruct the original data or
objects when needed.
Server Workbench
An application that, during the Installation Workbench process, copies the server
configuration files from the Planner data source to the system-release number data
source. The application also updates the Server Plan detail record to reflect
completion.
SOA
Abbreviation for Service Oriented Architecture.
softcoding
A coding technique that enables an administrator to manipulate site-specific variables
that affect the execution of a given process.
source repository
A repository for HTTP adapter and listener service development environment
artifacts.
Specification merge
A merge that comprises three merges: Object Librarian merge, Versions List merge,
and Central Objects merge. The merges blend customer modifications with data that
accompanies a new release.
specification
A complete description of a JD Edwards EnterpriseOne object. Each object has its own
specification, or name, which is used to build applications.
Specification Table Merge Workbench
An application that, during the Installation Workbench process, runs the batch
applications that update the specification tables.
SSL Certificate
A special message signed by a certificate authority that contains the name of a user
and that user's public key in such a way that anyone can "verify" that the message was
signed by no one other than the certification authority and thereby develop trust in the
user's public key.
store-and-forward
The mode of processing that enables users who are disconnected from a server to enter
transactions and then later connect to the server to upload those transactions.
subscriber table
Table F98DRSUB, which is stored on the publisher server with the F98DRPUB table
and identifies all of the subscriber machines for each published table.
super class
An inheritance concept of the Java language where a class is an instance of something,
but is also more specific. "Tree" might be the super class of "Oak" and "Elm," for
example.