Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
applications:jvx_to_projx [2020/07/01 15:46]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
applications:jvx_to_projx [2020/07/08 12:57] (current)
cduncan articles
Line 4: Line 4:
 If you have an application based on JVx' standard application frame, it's very easy to use ProjX. The standard application doesn'​t contain a workscreen manager, automatic menu/​toolbar creation, and automatic logon. This missing features and much more are part of our ProjX application frame. It's a simple RemoteWorkScreen application (defined by JVx). The JVx' standard Application frame is a RemoteApplication without workscreen management. The RemoteWorkScreenApplication extends RemoteApplication and adds workscreen support. If you have an application based on JVx' standard application frame, it's very easy to use ProjX. The standard application doesn'​t contain a workscreen manager, automatic menu/​toolbar creation, and automatic logon. This missing features and much more are part of our ProjX application frame. It's a simple RemoteWorkScreen application (defined by JVx). The JVx' standard Application frame is a RemoteApplication without workscreen management. The RemoteWorkScreenApplication extends RemoteApplication and adds workscreen support.
  
-Simply do following:+Simply do the following:
  
   * Add projx.jar and appsclient.jar to libs/client   * Add projx.jar and appsclient.jar to libs/client
Line 16: Line 16:
   * **(optional)** Configure autologin: \\ \\ //​Application.Login.username//​\\ //​Application.Login.password//​ \\ (and be sure that Application.authenticator contains ''​com.sibvisions.apps.auth.UserPwdAuthenticator''​)   * **(optional)** Configure autologin: \\ \\ //​Application.Login.username//​\\ //​Application.Login.password//​ \\ (and be sure that Application.authenticator contains ''​com.sibvisions.apps.auth.UserPwdAuthenticator''​)
  
-After above steps, start the application. You'll see an exception because the workScreenAccess object wasn't found! This object should be added to your session LCO because it's responsible for the menu/​toolbar configuration. The interface IWorkScreenAccess defines all relevant methods.+After the above steps, start the application. You'll see an exception because the workScreenAccess object wasn't found! This object should be added to your session LCO because it's responsible for the menu/​toolbar configuration. The interface IWorkScreenAccess defines all relevant methods.
  
-ProjX contains two implementations:​ DBWorkScreenAccess and MemWorkScreenAccess. The DBWorkScreenAccess needs some tables and views in order to work, so for a first test the MemWorkScreenAccess should be good enough. Use following snippet and add it to your ''​Session.java''​+ProjX contains two implementations:​ DBWorkScreenAccess and MemWorkScreenAccess. The DBWorkScreenAccess needs some tables and views in order to work, so for a first test the MemWorkScreenAccess should be good enough. Use the following snippet and add it to your ''​Session.java''​
  
 <file java> <file java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information