| |
 |
Work around most unsupported PowerBuilder features that are non-visual in nature by using NVO, EJB, Web Service or DLL.
|
 |
Connect to external functions , which means that most external functions and DLLs consumed by the PowerBuilder client can be re-implemented at the server rather than losing such features and functionalities
|
 |
Connect to other server components including PowerBuilder NVOs and Java EJBs.
|
 |
Connect to C++ Classes/DLLs through PBNI and vice-versa.
|
 |
Create XML result sets for sending to other companies/departments using PowerBuilder 9.0 XML DataWindow or PBDOM functionality.
|
 |
Consume XML result sets from other companies/departments using PowerBuilder 9.0 XML DataWindow or PBDOM functionality.
|
 |
Create PDF DataWindow files and/or manipulate Text files using PowerBuilder 9.0 DataWindow SaveAs (PDF!) functionality.
|
 |
Connect to EJBs in BEA WebLogic, IBM WebSphere, and other Java-compliant application servers through Appeon Bridge .
|
 |
Pass entire DataWindow result sets or changes back and forth between DataWindows and DataStores as well as from server to client and vice versa using only 2 PowerScript statements (Get/SetFullState and Get/SetChanges).
|