The Faces Client components support all JavaBeans™ with the following exceptions:
- Getters, such as getInt, or getInteger, cannot be used.
- All variable names must use English characters.
- Double-byte character set names are not supported.
- The Java™ Bean must be an actual Bean, it cannot be a list.
- EJB Session Bean and Web Service in the Page Data view are not supported.
Note: Some Faces Client Components and Client
Data have been deprecated and are not recommended for use.
The following
have been deprecated and are not recommended for use:
- Client Data and its associated tooling (such as the Client Data view)
- Faces Client Components
- <odc:dataGrid> (Data Grid)
- <odc:webService> (Web Service)
- <odc:clientData>
- <odc:clientBinder>
Faces Client supports
the following properties:
Faces Client supports all data types except ByteArray for WebSphere® Data
Objects (WDO) and Service Data Objects (SDO). The size and precision of numbers
supported correspond to those supported by JavaScript™: integers between -253 and
253. Inclusive numbers are supported, and only a finite number
of real numbers are supported, which could potentially result in a loss of
precision when using very large real numbers. For example, it is possible
to create real numbers consisting of unscaled precision using the java.math.BigDecimal data
type, but, in JavaScript, it may result in a loss of precision
in very large real numbers.