Below are some of the key points to be kept in mind for designing a service.
- The Service should be re-usable, and is compatible with the business
- Performance of a service during its execution matters a lot, so performance should be kept in mind like if there is no complex logic implemented then if it is developed in ESB then it's much better
- Use of activities should be like it should achieve best practices.
- All the outage scenarios or the outage endpoint of a service should be kept in mind while designing a flow
- Use of external adapters or applications only if these are necessary like if we can handle name value pairs in DVM's then why to use an external database..
Suggestions are welcome.... :)
No comments:
Post a Comment