Hi All,
I have used CAF and aware of the features of it. But since using CAF is slightly complex then using a "WDJ only" project, I have doubts regarding the real advantage of CAF.
As per my learnings below are few advantages that CAF provides:
1) Bus logic in App Service that can be exposed as Web Service.
2) Persistent data strorage in the form of Entity services.
But we can perform the above tasks in a WDJ project by:
1) Writing the full bus logic in a func module and exposing it as web service. This fn mod can be easily called from the WDJ project.
2) Using Open SQL statments on an existing DB .
Please let me know what is the edge that CAF provides.
regards,
Piyush Mathur