E
egarcia
Guest
Hello William, A way to see this is based on how you plan to deploy the services. If the services are independent, use different projects. If the services are meant to work together, create the services in the same project. I noticed that you mentioned about a service for REST mapped. just in case here is some additional info. For a REST Service, you use an editor to map the URLs to methods and parameters. For a WebHandler Service, you do the mapping via a WebHandler class that you can customize programmatically. The Progress Data Service uses a prescriptive approach and integrates with the JSDO. It can use REST/WebHandler for the transport. Here is some mode detail: community.progress.com/.../24677 I hope this helps, Edsel
Continue reading...
Continue reading...