Develop JavaScript API to expose web services [closed]
- by Apps
We are planning to develop a JavaScript API to expose some of our J2EE based services. We are doing this keeping Google Maps API in mind.
Can someone please suggested where we should start and the approaches that we need to follow to create a useful and extensible JavaScript API? These are the things that we are considering to achieve.
It should be very simple for others to use our API. We feel Google Maps API is like that.
We should be able to release the updates of the APIs without affecting the existing implementations.
We should have enough security measures so that not all can use these services.
Please suggest us if there are any books that can guide us through.
Any suggestion will be greatly helpful for us.
Please let me know if my question is not clear or you need any further information.