SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Component based Software Engineering v/s SOA Based Software Engineering Proposed by: Maulik Parikh Riddhi Vyas
Scenario A Mid tier/ Mid level company which wants to develop a product. Asked software architects for suggesting them a solution methodology. As software architects we are comparing two methodologies: Component Based Software Engineering and SOA based Software Engineering and proposing a solution to the stack holders.
What is CBSE? Emphasis on decomposition of the engineered systems  Functional or logical components with well-defined interfaces used communication across the components  Development methodology that utilizes separate software entities using:  Commercially off-the-shelf products (COTS) Internally developed components Promotes software reuse Improved quality software Reduced development costs Reduces time to market for large system implementation
Why CBSE? Goal: Represent the system as assembly of parts(Components) The ‘buy, don’t build’ philosophy. The development of parts as reusable entities, and the maintenance and upgrading of systems by customizing and replacing such parts  What is Required for that: established methodologies and tool support covering the entire component and system lifecycle including technological, organizational, marketing, legal, and other aspects
What is  New? OOD v/s CBD
What is Needed? CBSE COMPONENT MODELS OMG’s CORBA Component Model (CCM) Microsoft’s COM ,DCOM ,COM+ family UML2.0 PECOS ADLs, Pin, Fractal, KobrA, SOFA 
Basic Concepts: i)Components: Components are considered to be a higher level of abstraction than objects ii) Interface: Exported Interface  Imported Interface iii)Contract: Specifies two things
Benefits with CBSE Reduce or Contain development costs Increasing industry competition for similar products Decreased time to market Improved software quality Demand for more complex software solutions Complex software solutions cost reduced through CBSE Increased availability of COTS components In Short: Maintainability  Functionality Usability Efficiency Reliability Portability
Challenges of CBSE External Components  May contain serious bugs Do not meet all functional requirements Unable to obtain timely component support Poor API documentation Technical risks involved with integrating multiple components with different architectures Too much time spent analyzing and searching for existing components ,[object Object]
No commonly accepted criteria/classification/taxonomy
Configuration Management,[object Object]
SOA Services: Loose coupling  Formal contract  Abstraction  Reusability  Principles that service must adhered to Promote software reusability Flexibility and able to respond faster to change  Self-describing and self-containing
SOA Architecture:
SOA Technologies XML: Specification to create customized markup languages Supports communication of different systems Communication is platform neutral, language neutral and self-describing syntax  SOAP: Protocol specification used to exchange information via Web Services Flexible enough to use multiple transport protocols (HTTP or SMTP) Platform & language independent Relies on XML
SOA Technologies WSDL(Web Service Definition Language): Defines services as collections of network endpoints or ports Multiple ports define a service Clients read WSDL to determine  Services available  How to make SOAP calls to the service UDDI(Universal Description Discovery and Integration): Registry where businesses can list available services and discover services Composed of 3 items: White Pages - Stores contact information (address and other identifiers) Yellow Pages - Service categorizations Green Pages - Technical information regarding services
SOA Tools Composing Services: ,[object Object],Orchestration: Orchestration is about maintaining a flow of sequence of composed services in a system. For this, BPEL4WS (Business Process Execution Language for Web Services)and Web Service Conversation Interface are used. Choreography: Choreography deals with interaction between the service providers. For this ,WS-CDL(Web Services-Choreography Description Language) is used.
SOA Benefits SOA can help business respond more quickly to changing market conditions in a cost-effective manner to stay competitive  Ease the management of IT resources in the organization and allow company to leverage off from existing IT investment Provide higher level of interoperability and increased business and technology domain alignment Complex software system can be build more rapidly from existing services Technology Neutral ,[object Object],Location transparency Facilitates reusability ,[object Object]
self-describing,
dynamic bindingLoosely coupled ,[object Object],[object Object]
CBSE v/s SOA
Service Components Service Component:  It is a self-contained body of the code with a well-defined interface, attributes and behavior. ,[object Object]
Designed to be reused.
It must have a name, properties and an implementation.
Properties--- Operational constraints,     its dependencies (if any) on other components, list of operation that can be reused, list of known relationships etc.
Service Components Interface– can be described with a programming language. Service Provider 	{ 		provide output; 		pubReq input; 		spec  serviceSpecification; } Interface may be described directly in the specification or indirectly discovered through reflection and introspection. Network addressable interfaces. Communicate via standard protocols and data formats.
Service Components Connector:  It connects service components. Define the connector type and specify it by declaring its interfaces and the connection protocols. Connector Interface: It’s a set of interaction points between the connector and the service components and the connectors attached to it. 	Connector PubLink 	{ 		publisher output; 		pubRequestor input; 		spec publishProtocol; 	} The connector interface“input” defines interconnection protocol between the provider and that connector.
Modern Components Modern components are the ones which are manufactured by a vendor using some standardized models and used by a third party who uses it as COTS-components. Modern components are accessed by vendor defined standardized architecture based interfaces. They are tightly coupled inside a container. This puts an extra processing overhead…..How??
Modern Components
Component Distribution….A problem? ,[object Object]
Only coarse-grained objects should be exposed to the network.
Hard to reuse coarse-grained  objects.
Reusable business logic should remain fine grained.
So Component Distribution is a problem!!!......
What’s the Solution??,[object Object]
We do not want to change the interface too..

Weitere ähnliche Inhalte

Was ist angesagt?

The New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLThe New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLJorgen Thelin
 
Service oriented architecture
Service oriented  architectureService oriented  architecture
Service oriented architecturePratik Patil
 
SOA Service-oriented Architecture Fundamentals IBM Certification
SOA Service-oriented Architecture Fundamentals IBM CertificationSOA Service-oriented Architecture Fundamentals IBM Certification
SOA Service-oriented Architecture Fundamentals IBM CertificationJaguaraci Silva
 
SOA Reference Architecture
SOA Reference ArchitectureSOA Reference Architecture
SOA Reference ArchitectureRajan Ramanujam
 
SOA - Service Oriented Architecture ( Basic Concept & Principle )
SOA - Service Oriented Architecture ( Basic Concept & Principle )SOA - Service Oriented Architecture ( Basic Concept & Principle )
SOA - Service Oriented Architecture ( Basic Concept & Principle )DevTalk
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureMadhu Amarnath
 
03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA ArchitecturePouria Ghatrenabi
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introductionjam c
 
Unit 3-SOA Technologies
Unit 3-SOA TechnologiesUnit 3-SOA Technologies
Unit 3-SOA Technologiesssuser3a47cb
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented ArchitectureSyed Mustafa
 
WDSOA'05 Whitepaper: SOA and the Future of Application Development
WDSOA'05 Whitepaper: SOA and the Future of Application DevelopmentWDSOA'05 Whitepaper: SOA and the Future of Application Development
WDSOA'05 Whitepaper: SOA and the Future of Application DevelopmentRajesh Raheja
 
Unit 4-SOA governance
Unit 4-SOA governanceUnit 4-SOA governance
Unit 4-SOA governancessuser3a47cb
 
Soa Primer
Soa PrimerSoa Primer
Soa Primervavasthi
 
Uunit 5-xml&web security
Uunit 5-xml&web securityUunit 5-xml&web security
Uunit 5-xml&web securityssuser3a47cb
 
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Mohammed Omar
 
Service oriented architecture characteristics of soa
Service oriented architecture characteristics  of soaService oriented architecture characteristics  of soa
Service oriented architecture characteristics of soasmithaps4
 
SOA Service Oriented Architecture
SOA Service Oriented ArchitectureSOA Service Oriented Architecture
SOA Service Oriented ArchitectureVinay Rajadhyaksha
 
Unit 2 -SOA design
Unit 2 -SOA designUnit 2 -SOA design
Unit 2 -SOA designssuser3a47cb
 

Was ist angesagt? (20)

The New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRLThe New Enterprise Alphabet - .Net, XML And XBRL
The New Enterprise Alphabet - .Net, XML And XBRL
 
Service oriented architecture
Service oriented  architectureService oriented  architecture
Service oriented architecture
 
SOA Service-oriented Architecture Fundamentals IBM Certification
SOA Service-oriented Architecture Fundamentals IBM CertificationSOA Service-oriented Architecture Fundamentals IBM Certification
SOA Service-oriented Architecture Fundamentals IBM Certification
 
SOA Reference Architecture
SOA Reference ArchitectureSOA Reference Architecture
SOA Reference Architecture
 
Soa chapter 5
Soa chapter 5Soa chapter 5
Soa chapter 5
 
SOA - Service Oriented Architecture ( Basic Concept & Principle )
SOA - Service Oriented Architecture ( Basic Concept & Principle )SOA - Service Oriented Architecture ( Basic Concept & Principle )
SOA - Service Oriented Architecture ( Basic Concept & Principle )
 
Introduction to SOA
Introduction to SOAIntroduction to SOA
Introduction to SOA
 
IT6801-Service Oriented Architecture
IT6801-Service Oriented ArchitectureIT6801-Service Oriented Architecture
IT6801-Service Oriented Architecture
 
03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture03 Service Oriented Architecture Series - Basic SOA Architecture
03 Service Oriented Architecture Series - Basic SOA Architecture
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introduction
 
Unit 3-SOA Technologies
Unit 3-SOA TechnologiesUnit 3-SOA Technologies
Unit 3-SOA Technologies
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented Architecture
 
WDSOA'05 Whitepaper: SOA and the Future of Application Development
WDSOA'05 Whitepaper: SOA and the Future of Application DevelopmentWDSOA'05 Whitepaper: SOA and the Future of Application Development
WDSOA'05 Whitepaper: SOA and the Future of Application Development
 
Unit 4-SOA governance
Unit 4-SOA governanceUnit 4-SOA governance
Unit 4-SOA governance
 
Soa Primer
Soa PrimerSoa Primer
Soa Primer
 
Uunit 5-xml&web security
Uunit 5-xml&web securityUunit 5-xml&web security
Uunit 5-xml&web security
 
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...Part I -Summary of service oriented architecture (soa) concepts, technology, ...
Part I -Summary of service oriented architecture (soa) concepts, technology, ...
 
Service oriented architecture characteristics of soa
Service oriented architecture characteristics  of soaService oriented architecture characteristics  of soa
Service oriented architecture characteristics of soa
 
SOA Service Oriented Architecture
SOA Service Oriented ArchitectureSOA Service Oriented Architecture
SOA Service Oriented Architecture
 
Unit 2 -SOA design
Unit 2 -SOA designUnit 2 -SOA design
Unit 2 -SOA design
 

Ähnlich wie CBSE VS SOA SJSU Presentation

Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Dr. Shahanawaj Ahamad
 
Soa session 1 part 1(2)
Soa session 1 part 1(2)Soa session 1 part 1(2)
Soa session 1 part 1(2)Shilpi Jain
 
Service oriented software engineering
Service oriented software engineeringService oriented software engineering
Service oriented software engineeringSweta Kumari Barnwal
 
Introduction to Micro Services
Introduction to Micro ServicesIntroduction to Micro Services
Introduction to Micro ServicesShashi Shekhar
 
service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentationpavan nani
 
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptNKannanCSE
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented ArchitectureSandeep Ganji
 
Topic5 Web Services
Topic5 Web ServicesTopic5 Web Services
Topic5 Web Servicessanjoysanyal
 
An Empirical Study on Testing of SOA based Services
An Empirical Study on Testing of SOA based ServicesAn Empirical Study on Testing of SOA based Services
An Empirical Study on Testing of SOA based ServicesAbhishek Kumar
 
5 ijitcs v7-n1-7-an empirical study on testing of soa based services
5 ijitcs v7-n1-7-an empirical study on testing of soa based    services5 ijitcs v7-n1-7-an empirical study on testing of soa based    services
5 ijitcs v7-n1-7-an empirical study on testing of soa based servicesAbhishek Srivastava
 
Service Oriented Computing
Service Oriented ComputingService Oriented Computing
Service Oriented ComputingAie Sa
 
Getting started-with-oracle-so a-vi
Getting started-with-oracle-so a-viGetting started-with-oracle-so a-vi
Getting started-with-oracle-so a-viAmit Sharma
 
Can IBM i play with SOA?
Can IBM i play with SOA?Can IBM i play with SOA?
Can IBM i play with SOA?LANSA
 

Ähnlich wie CBSE VS SOA SJSU Presentation (20)

Soa & Bpel With Web Sphere
Soa & Bpel With Web SphereSoa & Bpel With Web Sphere
Soa & Bpel With Web Sphere
 
What is service
What is serviceWhat is service
What is service
 
Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...Contemporary research challenges and applications of service oriented archite...
Contemporary research challenges and applications of service oriented archite...
 
Soa session 1 part 1(2)
Soa session 1 part 1(2)Soa session 1 part 1(2)
Soa session 1 part 1(2)
 
L11 Service Design and REST
L11 Service Design and RESTL11 Service Design and REST
L11 Service Design and REST
 
Bpm soa
Bpm soaBpm soa
Bpm soa
 
Service oriented software engineering
Service oriented software engineeringService oriented software engineering
Service oriented software engineering
 
Introduction to Micro Services
Introduction to Micro ServicesIntroduction to Micro Services
Introduction to Micro Services
 
service orentation documentation
service orentation documentationservice orentation documentation
service orentation documentation
 
Soa & Bpel
Soa & BpelSoa & Bpel
Soa & Bpel
 
Soa & Bpel
Soa & BpelSoa & Bpel
Soa & Bpel
 
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
SOA@MODULE-III.pptSOA@MODULE-III.pptSOA@MODULE-III.ppt
 
Service Oriented Architecture
Service Oriented ArchitectureService Oriented Architecture
Service Oriented Architecture
 
Topic5 Web Services
Topic5 Web ServicesTopic5 Web Services
Topic5 Web Services
 
soa ppt v7.ppt
soa ppt v7.pptsoa ppt v7.ppt
soa ppt v7.ppt
 
An Empirical Study on Testing of SOA based Services
An Empirical Study on Testing of SOA based ServicesAn Empirical Study on Testing of SOA based Services
An Empirical Study on Testing of SOA based Services
 
5 ijitcs v7-n1-7-an empirical study on testing of soa based services
5 ijitcs v7-n1-7-an empirical study on testing of soa based    services5 ijitcs v7-n1-7-an empirical study on testing of soa based    services
5 ijitcs v7-n1-7-an empirical study on testing of soa based services
 
Service Oriented Computing
Service Oriented ComputingService Oriented Computing
Service Oriented Computing
 
Getting started-with-oracle-so a-vi
Getting started-with-oracle-so a-viGetting started-with-oracle-so a-vi
Getting started-with-oracle-so a-vi
 
Can IBM i play with SOA?
Can IBM i play with SOA?Can IBM i play with SOA?
Can IBM i play with SOA?
 

Kürzlich hochgeladen

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

CBSE VS SOA SJSU Presentation

  • 1. Component based Software Engineering v/s SOA Based Software Engineering Proposed by: Maulik Parikh Riddhi Vyas
  • 2. Scenario A Mid tier/ Mid level company which wants to develop a product. Asked software architects for suggesting them a solution methodology. As software architects we are comparing two methodologies: Component Based Software Engineering and SOA based Software Engineering and proposing a solution to the stack holders.
  • 3. What is CBSE? Emphasis on decomposition of the engineered systems Functional or logical components with well-defined interfaces used communication across the components Development methodology that utilizes separate software entities using: Commercially off-the-shelf products (COTS) Internally developed components Promotes software reuse Improved quality software Reduced development costs Reduces time to market for large system implementation
  • 4. Why CBSE? Goal: Represent the system as assembly of parts(Components) The ‘buy, don’t build’ philosophy. The development of parts as reusable entities, and the maintenance and upgrading of systems by customizing and replacing such parts What is Required for that: established methodologies and tool support covering the entire component and system lifecycle including technological, organizational, marketing, legal, and other aspects
  • 5. What is New? OOD v/s CBD
  • 6. What is Needed? CBSE COMPONENT MODELS OMG’s CORBA Component Model (CCM) Microsoft’s COM ,DCOM ,COM+ family UML2.0 PECOS ADLs, Pin, Fractal, KobrA, SOFA 
  • 7. Basic Concepts: i)Components: Components are considered to be a higher level of abstraction than objects ii) Interface: Exported Interface Imported Interface iii)Contract: Specifies two things
  • 8. Benefits with CBSE Reduce or Contain development costs Increasing industry competition for similar products Decreased time to market Improved software quality Demand for more complex software solutions Complex software solutions cost reduced through CBSE Increased availability of COTS components In Short: Maintainability Functionality Usability Efficiency Reliability Portability
  • 9.
  • 10. No commonly accepted criteria/classification/taxonomy
  • 11.
  • 12. SOA Services: Loose coupling Formal contract Abstraction Reusability Principles that service must adhered to Promote software reusability Flexibility and able to respond faster to change Self-describing and self-containing
  • 14. SOA Technologies XML: Specification to create customized markup languages Supports communication of different systems Communication is platform neutral, language neutral and self-describing syntax SOAP: Protocol specification used to exchange information via Web Services Flexible enough to use multiple transport protocols (HTTP or SMTP) Platform & language independent Relies on XML
  • 15. SOA Technologies WSDL(Web Service Definition Language): Defines services as collections of network endpoints or ports Multiple ports define a service Clients read WSDL to determine Services available How to make SOAP calls to the service UDDI(Universal Description Discovery and Integration): Registry where businesses can list available services and discover services Composed of 3 items: White Pages - Stores contact information (address and other identifiers) Yellow Pages - Service categorizations Green Pages - Technical information regarding services
  • 16.
  • 17.
  • 19.
  • 21.
  • 22. Designed to be reused.
  • 23. It must have a name, properties and an implementation.
  • 24. Properties--- Operational constraints, its dependencies (if any) on other components, list of operation that can be reused, list of known relationships etc.
  • 25. Service Components Interface– can be described with a programming language. Service Provider { provide output; pubReq input; spec serviceSpecification; } Interface may be described directly in the specification or indirectly discovered through reflection and introspection. Network addressable interfaces. Communicate via standard protocols and data formats.
  • 26. Service Components Connector: It connects service components. Define the connector type and specify it by declaring its interfaces and the connection protocols. Connector Interface: It’s a set of interaction points between the connector and the service components and the connectors attached to it. Connector PubLink { publisher output; pubRequestor input; spec publishProtocol; } The connector interface“input” defines interconnection protocol between the provider and that connector.
  • 27. Modern Components Modern components are the ones which are manufactured by a vendor using some standardized models and used by a third party who uses it as COTS-components. Modern components are accessed by vendor defined standardized architecture based interfaces. They are tightly coupled inside a container. This puts an extra processing overhead…..How??
  • 29.
  • 30. Only coarse-grained objects should be exposed to the network.
  • 31. Hard to reuse coarse-grained objects.
  • 32. Reusable business logic should remain fine grained.
  • 33. So Component Distribution is a problem!!!......
  • 34.
  • 35. We do not want to change the interface too..
  • 36.
  • 37. IS SOA a miracle cure? SOA is a step forward from component technology but not a miracle-cure. It gives loose coupling, higher reusability, faster development and a complete new style of software development. Two points of differentiation: Services are public not models of development. Can be accessed through registries as done in Yellow Pages. Services have to be largely independent from implementation specific attributes. E.g. Java, .Net or Perl. (Communication –XML and SOAP)
  • 38.
  • 39.
  • 40. There should be a metrics to decide for a fit of service.
  • 42. SOAP is a de-facto wire protocol for web services.
  • 43. SOAP performance is degraded due to the following:SOAP envelop extraction from SOAP packet is very time-expensive. SOAP encoding rules makes it mandatory to include typing information in all the SOAP messages sent and received.
  • 44.
  • 45. SOA uses XML for data exchange and interchange.
  • 46. A coin has two sides….
  • 47. Higher need of data transfer  lower performance and higher usage of network and internet traffic.
  • 48. Parsing the XML information contained in an envelop is time-consuming.
  • 49. Very less time is consumed in serializing and de-serializing sent in a binary format over the network.
  • 50.
  • 51. Future Work Component based paradigm has a long history relatively behind them. Solid methodology for developing component based applications. As SOA paradigm matures, it requires careful consideration of the role of different software artifacts in the system. e.g. clearly distinguish between reusability on different levels, for instance.
  • 52. Conclusion SOA gives a new type of service based architecture to be used in a context free way , it does not differ significantly from existing component based frameworks like EJB. Developers can use foreign external components as Web Services. But one has to take into consideration factors like finding services, providing acceptable performance, security, transactions, maintainability in own services even to handle changeability of integrated external services or components. There are a lot of problems but there are a lot of possibilities too. In our opinion future is about Component based SOA(CSOA).
  • 53. References Hanson, J: Coarse-grained interfaces enable service composition in SOA. URL: http://builder.com/5100-63865064520.html Siddiqui, F: Component based software engineering, a look at reusable software components (August 2003) Stal, M. : Using architectural patterns and blueprints for service-oriented architecture. Software, IEEE 23(2) (2006) 54-61 Enterprise Service Bus. URL: http://en.wikipedia.org/wiki/enterprise service bus Elrad, T., Aksit, M. , Kiczales, G., Lieberherr, K., Ossher, H. : Discussing aspects of Component Communication. ACM 44(10) (2001) 33-38