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:35]
cduncan [Test Your Business Logic With JUnit]
jvx:code_snippets [2020/07/01 13:46] (current)
cduncan [Remote Calls to JVx Without UI]
Line 291: Line 291:
 ==== A Very Simple AbstractMemStorage Implementation ==== ==== A Very Simple AbstractMemStorage Implementation ====
  
-A server-side memory storage with the column names: ID, NAME, PATH. The column PATH is not visible on the client-side, but is important for server-side. If "​error"​ is set as NAME, an exception is thrown!+A server-side memory storage with the column names: ID, NAME, PATH. The column PATH is not visible on the client side, but is important for server side. If "​error"​ is set as NAME, an exception is thrown!
  
 <file java SimpleMemStorage.java>​ <file java SimpleMemStorage.java>​
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