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
Last revision Both sides next revision
jvx:code_snippets [2020/07/01 13:35]
cduncan [Test Your Business Logic With JUnit]
jvx:code_snippets [2020/07/01 13:37]
cduncan [EventHandler With Listener Interface]
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>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information