Online documentation - WebsydianExpress v3.5 |
Add the following Websydian pattern libraries to your group model:
Library model | Location | Licensed |
---|---|---|
WSYBASE | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYBASE | Yes |
WSYAPI | [Websydian Install Folder]\development\Plex6.1\Patterns\Express\WSYAPI | No |
WSYEXTJS | [Websydian Install Folder]\development\Plex6.1\Patterns\Express\WSYEXTJS | No |
WSYVAL | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYVAL | No |
WYSINTEG | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYINTEG | No |
WYSSESS | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYSESS | No |
WSYUSER | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYUSER | No |
WSYUTIL | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYUTIL | No |
SDSTRING | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\SDSTRING | No |
WSYHTTP | [Websydian Install Folder]\development\Plex6.1\Patterns\WebDeveloper\WSYHTTP | No |
WSYTMPL | [Websydian Install Folder]\development\Plex6.1\Patterns\Express\WSTTMPL | No |
EVENTLOG | [Websydian Install Folder]\development\Plex6.1\Patterns\Express\EVENTLOG | No |
If you will be developing web services for WebsydianExpress you will also need to add the following Websydian pattern libraries:
Please note a separate license is required for developing web services for WebsydianExpress.
Library model | Location | Licensed |
---|---|---|
WSYDOM | [Websydian Install Folder]\development\Plex6.1\Patterns\TransacXML\WSYDOM | Yes |
WSYAPIWS | [Websydian Install Folder]\development\Plex6.1\Patterns\Express\WSYAPIWS | No |
WSYXML | [Websydian Install Folder]\development\Plex6.1\Patterns\TransacXML\WSYXML | No |
WSYSOAP | [Websydian Install Folder]\development\Plex6.1\Patterns\TransacXML\WSYSOAP | No |
When done adding the Websydian libraries to your group model make sure that you extract the new libraries into your local model.
Open the "Model Configuration" dialog and set the Variant, Version and Level of the Websydian supplied libraries according to the following table:
Library model | Variant | Version | Level |
---|---|---|---|
WSYAPI | JAVA JDBC Server | v3.5 | v3.5 |
WSYBASE | DWA - Java | v6.5 | v6.5 |
WSYVAL | Base | v6.5 | v6.5 |
WYSINTEG | Base | v6.5 | v6.5 |
WYSSESS | Base | v6.5 | v6.5 |
WSYUSER | Base | v6.5 | v6.5 |
WSYUTIL | Base | v6.5 | v6.5 |
WSYHTTP | Java | v6.5 | v6.5 |
SDSTRING | Java | v6.5 | v6.5 |
WSYTMPL | Java | v6.5 | v6.5 |
Library model | Variant | Version | Level |
---|---|---|---|
WSYAPIWS | Base | v3.5 | v3.5 |
WSYDOM | Java | v6.5 | v6.5 |
WSYSOAP | Base | v6.5 | v6.5 |
WSYXML | Base | v6.5 | v6.5 |
Setup the pre-built C++ library files in the CA Plex local model. Follow these steps:
Library file | Location |
---|---|
websyd.lib | Located in the folder <Websydian Install Folder>\development\PlexX.X\lib |
wsexpress35.lib | Located in the folder <Websydian Install Folder>\development\PlexX.X\lib |
Header files | Location |
---|---|
Websydian header files | Located in the folder <Websydian Install Folder>\development\PlexX.X\include |
An example of a libraries string. Shown with line breaks for convenience. Copy and paste to notepad, replace location of Websydian and CA Plex installation and line breaks then copy and paste to CA Plex "System Properties".
An example of a directory string. Copy and paste to CA Plex "System Properties" and replace location of Websydian.
Setup the User classes jar files in the CA Plex local model. Follow these steps:
Jar file | Location |
---|---|
WsydDwa21.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
WsydUtil.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
WsydXML.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
WsydTmpl.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
xalan.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
xercedImpl.jar | Located in the folder <Websydian Install Folder>\development\PlexX.X\jars |
An example of a User classes string. Shown with line breaks for convenience. Copy and paste to notepad, replace location of Websydian and CA Plex installation and line breaks then copy and paste to CA Plex "System Properties".
c:\Websydian\Websydian v6.5\Development\Plex6.1\jars\WsydTmpl.jar;
c:\Websydian\Websydian v6.5\Development\Plex6.1\jars\xalan.jar;
c:\Websydian\Websydian v6.5\Development\Plex6.1\jars\xercesImpl.jar;
c:\Websydian\Websydian
v6.5\Development\Plex6.1\jars\WsydXML11.jar;
c:\Websydian\Websydian
v6.5\Development\Plex6.1\jars\WsydUtil.jar;
c:\Websydian\Websydian
v6.5\Development\Plex6.1\jars\WsydDwa21.jar