Forum Post: RE: Web Services VS App Server's services

Status
Not open for further replies.
I

Irfan

Guest
In my opinion, I would chose writing ABL logic for handling(inserting into database and retrieving back) the data and expose the application logic as REST Services. I would chose to do this for two reasons based on your requirements 1. It is easier for third party to interact with OpenEdge through REST 2. As a third party would like interact with OpenEdge, I can tighten my security above the application logic which is at the REST Adapter As far as Performance is concerned, I have worked on passing 100 records in a datasets over REST where each record has of around 100 columns and I could see that it would not take more than 1000-1500 milliseconds(based on my logic and machine) to insert and retrieve back the same data from the database.

Continue reading...
 
Status
Not open for further replies.
Top