Skip to content

Commit

Permalink
IVIS-46: Fixed index file in SDK. Starting describing creating of cli…
Browse files Browse the repository at this point in the history
…ent.
  • Loading branch information
RuslanPopenko committed Dec 15, 2016
1 parent d062e86 commit ce4df02
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ iVIS provides SDK for easier api uses.
You think login, token management, api calls etc very hard to implement and will take many hours of your precious time. You will see that is not true.
In this chapter you will look how to do routines jobs by few lines of code and iVIS SDK.

And as conclusion in `Use cases <http://docs.ivis.se/en/latest/use_cases/index.html>`
`Client example <http://docs.ivis.se/en/latest/use_cases/index.html>` described how create step by step client application.
And as conclusion in `Use cases <http://docs.ivis.se/en/latest/use_cases/index.html>`_
(`Client example <http://docs.ivis.se/en/latest/use_cases/developing_client.html>`_) described how create step by step client application.

.. toctree::
:titlesonly:
Expand Down
5 changes: 0 additions & 5 deletions docs/use_cases/client_example.rst

This file was deleted.

11 changes: 11 additions & 0 deletions docs/use_cases/developing_client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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.

.. toctree::
:titlesonly:

developing_client/project_structure

13 changes: 13 additions & 0 deletions docs/use_cases/developing_client/project_structure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Project structure
=================

Spring is a most popular framework for Java Web apps, so all examples will be based on Java configuration with
`Spring Boot <https://projects.spring.io/spring-boot>`_ that configured for
`Spring MVC <http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html>`_.

With this tools project structure looks next way:

.. image:: /images/projectStructure.png



2 changes: 1 addition & 1 deletion docs/use_cases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Use cases
.. toctree::
:titlesonly:

client_example
developing_client
school_transport
incidents
validation
Expand Down

0 comments on commit ce4df02

Please sign in to comment.