cancel
Showing results for 
Search instead for 
Did you mean: 

SOA in Custom Application Developments

Former Member
0 Kudos

Hey All,

Would nyone help out me in explaining

1> the features of SOA and

2>how are these features used in SOA.

in brief i would like to know how does our custom application development satisy/utilize SOA.

--

Hari

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Harish,

See if any of the following proves to be helpful:

[Service-oriented architecture - Wikipedia|http://en.wikipedia.org/wiki/Service-oriented_architecture]

[What is SOA anyway?|http://www.rgoarchitects.com/Files/SOADefined.pdf]

[SOA|;

Bye

Ankur

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Harish,,

There are two posibilities for your Custom Development.

1) Your CD contains frontend which you have developedusing any tool( eg WebDynPro, Visual Composer etc) and it is accessing some backend. Now SOA would come where you are accessing the backend. For accessing backend , you are using some services(EJB,RFC,WEB Services etc). They all are part of SOA. Now if you are using the above mentioned architecture, we can say that your CD is using SOA and in actual services provider( SAP ERP, J2EE etc ) is the producer and your CD would be service consumer.

2) Your CD doesn't contain any frontend. Then if it contains services which you have developed and exposed(mainly web services or other like EJBs or RFC ), it would be called as SOA enabled and your application would be called as service producer.

SOA is used mainly for reusability along with better interoperatibity among various platforms.

Regards,

Piyush

Former Member
0 Kudos

Hi Piyush and Ankur

that gave me good idea with the regard.

are these presented with any architecture.

could i get some in depth details of utilizing soa in custom developments..