When starting the WOW builder, the application library to be used can be specified directly in the URL.
For example, the following link would start the WOW builder using MYAPP as the application library:
http://www.planetjavainc.com/WOWBuilder?_pj_lib=MYAPP
If no library is specified, the default application library used is defined in your web.xml or wow.properties file.
To start the WOW builder in general using a particular application library, you append the WOW builder URL
with the string:
?_pj_lib=<APPLIB>
The ? designates the start of the URL parameters, _pj_lib is the name of the parameter and <APPLIB> is
the name of the application library in which all WOW metadata should be stored. If one or more parameters
are already present in the URL, replace the ? with the parameter separator &:
&_pj_lib=<APPLIB>
Each application library contains its own applications, connections, operations, field descriptors, and user logins.
NOTE: Any user logins, connections, applications, operations, and field descriptors created with the WOW
builder in one application library cannot be accessed from any other application library.