xdhmoore
Member since Dec 21, 2012
- Profile: /members/10521-xdhmoore.htm
- Comments: 1
Recent Blog Comments By xdhmoore
-
Software Application Layers And Responsibilities
Posted on Dec 21, 2012 at 7:50 PM
This reminds me of our senior CSI project. We had a REST API that was a thin layer on top of a single facade. That way we could have implemented a SOAP API as well. External things like web services and database calls were abstracted out into Java interfaces. This was nice when we had to replace ... read more »