persistence

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
persistence [2019/02/20 14:48]
rodrigopumar [The Code]
persistence [2019/02/21 11:51]
rodrigopumar [The project]
Line 11: Line 11:
   - Run PersistanceService.Java   - Run PersistanceService.Java
 ====== The project ======  ====== The project ====== 
-The project on oracle java has the following source codes:+The project has the following structure and the following source java code:
  
 {{:capture.png?nolink&400|}} {{:capture.png?nolink&400|}}
Line 25: Line 25:
 By running the PersistanceService.java it will initialize the Core, by giving the Server IP to the mobile Hubs, it will be ready to receive and process the json messages exchanged with mobile hub node and persists relevant data on the c-treACE database. By running the PersistanceService.java it will initialize the Core, by giving the Server IP to the mobile Hubs, it will be ready to receive and process the json messages exchanged with mobile hub node and persists relevant data on the c-treACE database.
 ====== The simulated mobile Hub for developing purposes ======  ====== The simulated mobile Hub for developing purposes ====== 
-The red marked section of the project is a client that simulates a MobileHub where the developer can create json messages and send to the PersistanceService. By running HelloCoreClient.java after running the PersistanceService.Java it will generate all supported messages to test the persistence and easy the development of new features without needing for a actual mobile hub with sensors that send all types of messages functioning.+The red marked section of the project is a client that simulates a MobileHub where the developer can create json messages and send to the PersistanceService.  
 +By running HelloCoreClient.java after running the PersistanceService.Java it will generate all supported messages to test the persistence and easy the development of new features without needing for a actual mobile hub with sensors that send all types of messages functioning.
 ====== The supported messages ======  ====== The supported messages ====== 
 The black arrow marked section consists of MsgFormats.md that contains the supported json messages it can receive from mobile hub or send it back to mobile. If the developer will change the json format of the message or add additional messages is important to keep this document up to date. The black arrow marked section consists of MsgFormats.md that contains the supported json messages it can receive from mobile hub or send it back to mobile. If the developer will change the json format of the message or add additional messages is important to keep this document up to date.
  • persistence.txt
  • Last modified: 2019/02/25 14:44
  • by rodrigopumar