-
Notifications
You must be signed in to change notification settings - Fork 11
Overview
gilesp edited this page Feb 22, 2013
·
1 revision
Hakken has a fairly standard client/server architecture, with the client being an Android application and the server a Java web applciation. Communication between the two is via JSON over http/https. The server has pluggable "DataConnectors" for interacting with existing data sources and workflow systems.
If you wish to develop or enhance hakken, then the following overview of the components and their interactions may be of use:

