Is ROA a specific form of SOA?
        Posted  
        
            by 
                JohnDoDo
            
        on Programmers
        
        See other posts from Programmers
        
            or by JohnDoDo
        
        
        
        Published on 2013-10-23T18:30:00Z
        Indexed on 
            2013/10/23
            22:04 UTC
        
        
        Read the original article
        Hit count: 249
        
I have read somewhere that ROA (Resource Oriented Architecture) is SOA (Service Oriented Architecture) with specific constraints added. SOA is the abstract term and that ROA is an implementation of SOA with all of the constraints of RESTful services (SOA = concept, ROA = concept + implementation details).
I also had my share of posts saying that ROA is REST and that SOA is SOAP and going into the same more or less pertinent comparisons between the two (SOAP and REST that is) etc etc.
So just to clear up my confusion: Is ROA a specific form of doing SOA?
© Programmers or respective owner