Documents
User Docs
kvdriver introduction
01/26/2010 05:51 pm
kvdriver is a command line tool designed to help creating and maintaining a KOW View application.
It's completely written in Ada and uses GNAT Project files to build your application. The main GPR file is generated on the fly, while the component's project files are generated when you create them and then you can simply edit adding your dependencies there.
...
Development Docs
Security Development
01/06/2011 11:24 am
Security Development¶
Security in KOW View is handled by the packages contained within KOW_View.Security. There are the expected Services, Modules and Components packages with the expected kind of contents. But there are other packages you should create if you intend to extend KOW View capatbilities of logging into other services.
...