ENOVIA Business Process Services is a a collection of the defined schema, as
well as JPOs and Java Server Pages (JSPs) that can be used with the ENOVIA Studio Customization Toolkit to write your own applications.
ENOVIA Business Process Services is a combination of common UI elements, such
as Tables, Forms, Common Search Dialogs, and Type Choosers. The common
schema allows all the application to coexists and share data. The schema
consists of instances of business objects, relationships, and attributes.
ENOVIA Business Process Services also includes the Java programming code
needed to manipulate the pre-defined schema. ENOVIA Business Process Services
makes ENOVIA Studio Customization Toolkit calls to work with the kernel.
The ENOVIA products (such as Engineering Central or Library Central)
provide out-of-the-box process definitions on which
to base your implementations. They consist of JSP pages, JPOs and other
application-specific schema. These applications provide flexibility in
that they are highly configurable. First, they can be configured by making
changes to the underlying schema, such as adding (or removing) a command
to a menu or channel, adding (or removing) a column to a table, or adding
(or removing) access to a column or command by a user, group, or role.
Another way to configure the applications is via standard J2EE mechanisms.
XML files define parameters for the applications which are then encompassed
during J2EE deployment. If necessary, you can also modify existing JPOs
or add new ones to extend the application as required.