- HTMLEditor component added
- HTMLRenderer could be binded to datasource to get url value
- The scrollBarPolicy, The rowHeightColumn and backgroundColorColumn attributes are added to Grid component. Also font attributes are added Grid column headers.
- Add Accordion Panel
- BDF Keygroup and Language classes removed and data is moved to BRIM-Multi Lingual domains
- Middle-Tier servlets (engine and export servlet) now uses Servlet init parameters to find correct connection.There are two options,
- JDBC Connection Pooling:
- If a JDBC Connection Pool has been set for BUI Middle-Tier, its name can be served by "jdbcName" init-param. (Recommended)
- Simple Database Connection through connection string:
- BUI Middle-Tier requires three parameters to create an oracle database connection string.Oracle database's url, BUI Schema name and password are needded.
Those parameters can be served by "schemaURL", "username", "password" init-params.
Connection pooling is used if both methods served. Setting init parameters are explained in below example.
http://www.exampledepot.com/egs/javax.servlet/GetInit.html