Skip to content

Commit

Permalink
IVIS-46: Add description for maven file and client properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanPopenko committed Dec 15, 2016
1 parent ce4df02 commit b020ed5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/use_cases/developing_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ Developing client
This is the guide how correct and right create (also configure) simplest secure client application for iVIS including all tips from
`iVIS SDK <http://docs.ivis.se/en/latest/sdk/index.html>`_ chapter.

Complete client example placed at Github repository (https://github.com/imCodePartnerAB/iVIS-Client-Sample ).

.. toctree::
:titlesonly:

developing_client/project_structure
developing_client/maven_pom_conf
developing_client/client_properties


7 changes: 7 additions & 0 deletions docs/use_cases/developing_client/client_properties.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Client properties
=================

Of client properties respond two files

* `ClientProperties.java <https://github.com/imCodePartnerAB/iVIS-Client-Sample/blob/master/src/main/java/com/imcode/configuration/ClientProperties.java>`_;
* `client.properties <https://github.com/imCodePartnerAB/iVIS-Client-Sample/blob/master/src/main/resources/client.properties>`_
5 changes: 5 additions & 0 deletions docs/use_cases/developing_client/maven_pom_conf.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Maven configuration
===================

A thorough explanation you can find at `Get started <http://docs.ivis.se/en/latest/sdk/get_started.html>`_ and
`Build configuration <http://docs.ivis.se/en/latest/sdk/routines/build_configuration.html>`_.

0 comments on commit b020ed5

Please sign in to comment.