Download Example Source Code"

From Documentation
Line 2: Line 2:
  
  
You can [http://sourceforge.net/projects/zkbook/files/ZKSpreadsheetEssentials/zssessentials-master.zip/download download] or [https://github.com/zkoss/zssessentials view] the example source code] of this book and use Maven "package" command to create a WAR file for deployment. Excel sample files are under <tt>/src/main/webapp/WEB-INF/books/</tt> of the project.
+
You can [http://sourceforge.net/projects/zkbook/files/ZKSpreadsheetEssentials/zssessentials-master.zip/download download] or [https://github.com/zkoss/zssessentials view] the example source code of this book and use Maven "package" command to create a WAR file for deployment. Excel sample files are under <tt>/src/main/webapp/WEB-INF/books/</tt> of the project.
 
 
  
 +
After extracting the zip, you can run it with Maven command under <tt>zssessentials-master</tt> and visit it with a browserß to see the live result:
 +
  mvn jetty:run
  
 
{{ZKSpreadsheetEssentialsPageFooter}}
 
{{ZKSpreadsheetEssentialsPageFooter}}

Revision as of 04:21, 25 May 2015


DocumentationZK Spreadsheet EssentialsDownload Example Source Code
Download Example Source Code




You can download or view the example source code of this book and use Maven "package" command to create a WAR file for deployment. Excel sample files are under /src/main/webapp/WEB-INF/books/ of the project.

After extracting the zip, you can run it with Maven command under zssessentials-master and visit it with a browserß to see the live result:

 mvn jetty:run


All source code listed in this book is at Github.


Last Update : 2015/05/25

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.