1 | initial version |
data received by the context broker must be modified and validated. How can this be achieved?
My scenario: - I getting data from mobile device through http - I recalule and validate incoming data with data in mongodb - based on the calculation results I have to send email - I have to save calculation results to the database
2 | No.2 Revision |
data received by the How to add a business logic to context broker must be modified and validated.
How can this be achieved? broker?
My scenario:
- I getting get data from mobile device through http
- I recalule and validate incoming data with data in mongodb
data
- based on the calculation results I have to send email
- I have to save calculation results to the database
3 | No.3 Revision |
How to add a business logic to context broker?
My scenario: - I get data from mobile device through http - I recalule and validate incoming data - based on the calculation results I send email - I have to save calculation results to the database