FAQ

From Documentation
Revision as of 06:00, 26 May 2015 by Hawk (talk | contribs) (How do I save the content of ZSS or even save it to a database?)




  • Does ZSS support user permission control?
No. User permission feature involves authentication and authorization which is out of ZSS function's scope. Since ZSS cannot identify a user, it cannot assign a user with corresponding permissions. But you can easily integrate existing framework like Spring Security and implement your user permission features with ZSS. Please refer to the following sections:
  • How do I save the content of ZSS or even save it to a database?
    To save the content of ZSS, we recommend to export it as an Excel file instead of saving it rows by rows. It is also the way we implement the "Save" function in zssapp. After exporting, you can save the file into a BLOB type column of a database.


All source code listed in this book is at Github.


Last Update : 2015/05/26

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