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
Next revision
Previous revision
jvx:code_snippets [2020/07/01 13:37]
cduncan [A Very Simple AbstractMemStorage Implementation]
jvx:code_snippets [2020/07/01 13:46] (current)
cduncan [Remote Calls to JVx Without UI]
Line 368: Line 368:
 ==== Change XML Files Quickly ==== ==== Change XML Files Quickly ====
  
-Our XML file+Our XML file:
  
 <file xml> <file xml>
Line 535: Line 535:
 </​file>​ </​file>​
  
-Dispatch ​Events:+Dispatch ​events:
  
 <file java> <file java>
Line 653: Line 653:
 ==== Remote Calls to JVx Without UI ==== ==== Remote Calls to JVx Without UI ====
  
-JVx is a full-stack application framework, but all parts are independent. It is no problem to use only the communication classes or the Swing controls without GenUI. This snippet shows how it is possible to use JVx only on server side. You have full session handling and the client is built with your preferred UIor if your client has no UI.+JVx is a full-stack application framework, but all parts are independent. It is no problem to use only the communication classes or the Swing controls without GenUI. This snippet shows how it is possible to use JVx only on server side. You have full session handling and the client is built with your preferred UI or if your client has no UI.
  
-Use JVx on server-side as usual. Integrate it into an application server like Tomcator use it standalone.+Use JVx on server side as usual. Integrate it into an application server like Tomcat or use it standalone.
  
 Use the communication classes to access server objects and actions. A simple object call could be implemented like the following snippet. Use the communication classes to access server objects and actions. A simple object call could be implemented like the following snippet.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information