SlideShare a Scribd company logo
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 05, Issue 05 (May. 2015), ||V2|| PP 52-56
International organization of Scientific Research 52 | P a g e
Modeling for the Sensor based Open System Application
Sang Young Lee1
1
Department of Health Administration Namseoul University, 21 Maeju-ri, Seongwan-eup, Cheonan, South
Korea
Abstract: - Over a decade, Service-oriented architectures have seen an increasing interest of both academia and
industry communities. This interest is associated with an enthusiasm of companies in different sectors and sizes
for the adoption of this new paradigm due to its economic and technological benefits. SOA is a very effective
response to the problems faced by companies in terms of reusability, interoperability and reduce coupling
between systems that implement their information systems. This paper proposes a Modeling for Sensor Based
Business Process Generation and Testing, and introduces its implementation in the BPEL. and we analyzes
business process between enterprises, modeling the service-oriented business process with BPEL to realization
level. Also, In this paper suggests that UML is used from high-level business problems to the process of low-
level problem for Visual and effectively.
Keywords: - Business, Process, Sensor, Service-oriented architectures, System
I. INTRODUCTION
Business process has become a core element that is indispensable in transactions within an enterprise
and between enterprises. Along with the business process, there has been increasing interest in the integration of
processes and the interface between enterprises, as transactions between e-marketplaces across industries
become increasingly substantial. This process integration between enterprises requires that related enterprises
exchange the information necessary to carry out business activities according to the given business process and
that they implement a B2B interface and process. The objective of such integration is to connect the enterprise
to the related transaction parties through the exchange of organized business events, including business data, in
order to conduct business between enterprises[1].
In this paper, we solve the problem more visually and efficiently by providing services after analyzing
and modeling them from the high-level enterprise problem to the low-level detailed process by using UML, a
visual modeling language based on SOA.
II. RELATED WORKS
XML and Web Service standards are helping system architects to improve the definition of services
and provide a consistent framework for realizing the promise of the service-oriented architecture(SOA)[2]. The
evolution of Web services is at a point where designers can now start to see how to implement a true SOA. They
can abstract a service enough to enable its dynamic and automatic selection and Web services are finally
offering a technology that is rich and flexible enough to make SOA’s Reality[3]. Also, recently, the peer to peer
approach(P2P) has been much used as a related technique for collaboration and business modeling. The P2P
approach is a method that allows for efficient peer-to-peer communication without a centralized hub or server
environment.
III. MODELING AND IMPLEMENTATION
The overall process modeling sequence is described in Table 1.
Table I Business process modeling sequence
Process Task
Domain Selection Business Modeling Domain Selection and Overall Architecture
Description
Business Process
Requirement
Analysis
Requirement Elicitation
Business Use Case Modeling
Narrative specification
Activity Diagram
Business Process
Definition
UML Stereo Type Definition about Business process
- Class
- Operation
- Attribute
Modeling for the Sensor based Open System Application
International organization of Scientific Research 53 | P a g e
Business Process
Modeling
Business Use Case Diagram
Business Class Diagram
Sequence Diagram
Collaboration Diagram
SOA based on P2P
business process
modeling
Conceptual Service-Oriented Architecture
Implementation SOA based P2P business process modeling
When business processes are classified into similar ones, they can be classified into 5 main processes with 8
subprocesses, as shown in Fig 1[4].
finalcial process
knowledge process
transform process
exchange process
parent proess
business process
program
project
purchase
contract
sell
invest
assembledesign specification
Fig. 1 Business process classification
The domain can be defined by the UML business class diagram shown in Fig 2 . Requirements analysis
allows various levels of efficiency to be obtained by integrating processes between enterprises in different ways.
In requirements analysis, The requirements which were extracted through a common domain analysis between
CompanyA and CompanyB. The actor and use case are extracted based on the requirements obtained from the
common domain requirements analysis of the business process. Fig 2 shows the business use case diagram
which represents the interaction between the use cases provided by the actors and systems of the companies.
Modeling for the Sensor based Open System Application
International organization of Scientific Research 54 | P a g e
creating
contents
receiving a request
proposal
making out
a proposal
sending a
proposal
preparing a
contract
contract
offering
contents
decision for
contract
choosing
contents
sending a
request proposal
making a
criterian
receiving a
proposal
decision
contents
preparing a
contract
contract
supplying
contents
CampanyBCampanyA
Fig. 2 Activity diagram for use case ‘contract process’
Business processes can be divided into three main types. In other words, similar behavior in different
processes can be used to group these process together into packages. First, the generic process package
represents the standard business process previously defined by the process administrator. The packages of
CompanyA and CompanyB are the processes that these companies actually implement based on the inherited
generic process. And making contractA is the process which belongs to ContractA, representing the contract
execution. The UML stereotype definition for modeling is shown in Fig 3.
Modeling for the Sensor based Open System Application
International organization of Scientific Research 55 | P a g e
classname
<<business process>> stereo typed business
process
Stereotyped business class
model view control
Business class definition by role
Stereotyped operation and attribute
definition
Fig. 3 Definition of stereotype
In order to model the working business processes, 2 models are developed separately: one for
stereotyped negotiation and the other designed to make P2P possible by adding the stereotyped process ID and
reference ID in order to insert the identifiable ID into the pre-defined process ID. In this paper, we apply the
attributes and operations defined above that can add a value to the transactions between companies. By
modeling each business process between enterprises in serviceable units, the common parts between processes
are applied to the interface and the P2P service centering on the interfaces is implemented. The architecture
comprises XML based interfaces using WSDL and sends messages using SOAP and, by using a modeling
language called UML, those units related to services are composed and modeled. In order to solve the
integration issues, SOA advocates a general approach to integrating diverse systems. We give an outline of that
approach here, highlighting those details pertinent to our UML modeling.
Discovering, matching, planning, Composing
Discovering, matching, planning, Composing
WebService1 WebService2 WebServiceN…
Goal
SubGoal SubGoal SubGoal
creating
contents
receiving a request
proposal
making out
a proposal
sending a
proposal
preparing a
contract
contract
offering
contents
decision for
contract
choosing
contents
sending a
request proposal
making a
criterian
receiving a
proposal
decision
contents
preparing a
contract
contract
supplying
contents
CampanyBCampanyA
Company1
CompanyN
Discovering, matching, planning, Composing
Discovering, matching, planning, Composing
WebService1 WebService2 WebServiceN…
Goal
SubGoal SubGoal SubGoal
creating
contents
receiving a request
proposal
making out
a proposal
sending a
proposal
preparing a
contract
contract
offering
contents
decision for
contract
choosing
contents
sending a
request proposal
making a
criterian
receiving a
proposal
decision
contents
preparing a
contract
contract
supplying
contents
CampanyBCampanyA
Company1
CompanyN
Fig. 4 Conceptual SOA based on P2P Business Process Model
Modeling for the Sensor based Open System Application
International organization of Scientific Research 56 | P a g e
IV. CONCLUSION
In this study, we perform UML integration modeling after analyzing the service oriented business
process based on SOA. Each process is defined in the form of a peer in order to allow the process derived from
the modeling of the business process to interact with other processes in the P2P mode. This paper proposes an
efficient method of modeling business processes in a P2P manner based on the use of SOA throughout the
modeling steps, in order to enhance the efficiency of the services. This results in the accurate modeling of an
enterprise and allows for the more efficient and visual integration of processes between enterprises.
A formal specification is required for the design and implementation of the interface for the sake of the
future process interoperability, and the testing of the interface focusing on the interoperability between peers
should be considered for the interoperability of web services.
V. ACKNOWLEDGEMENTS
This research was supported by Basic Science Research Program through the National Research Foundation of
Korea (NRF) funded by the Ministry of Education(2013R1A1A2007598).
REFERENCES
[1] Baoan Li, Construction of Application Software for Enterprise Based on Semantic SOA and Component
Oriented Technology, The 2009 IEEE International Conference on Intelligent Computation Technology
and Automation, Zhangjiajie, China, Vol. 4, 2009. 120-129.
[2] Maryam Razavian, Patricia Lago, A Survey of SOA Migration in Industry, ICSOC 2011, LNCS 7084,
2011, 618-626.
[3] A. Bucchiarone, C. Cappiello, E. Di Nitto, S. Gorlatch, D. Mailänder, and A. Metzger,. Design for self-
adaptation in service-oriented systems in the cloud, in European Research Activities in Cloud Computing,
Cambridge Scholars Publishing, 2012.
[4] M. Sonntag and D. Karastoyanova, Compensation of Adapted Service Orchestration Logic in
BPEL'n'Aspects, BPM 2011, 2011, 413-428.
[5] A. Metzger and C. Cassales Marquezan, Future Internet Apps: The next wave of adaptive service-
oriented systems?, in Service Wave 2011, Springer, 2011.

More Related Content

What's hot

Ontology based dynamic business process customization
Ontology   based dynamic business process customizationOntology   based dynamic business process customization
Ontology based dynamic business process customization
ieijjournal
 
Lectura 2.3 soa-overview-directions-benatallah
Lectura 2.3   soa-overview-directions-benatallahLectura 2.3   soa-overview-directions-benatallah
Lectura 2.3 soa-overview-directions-benatallah
Matias Menendez
 
Business Process Modeling
Business Process ModelingBusiness Process Modeling
Business Process Modeling
Carlos J. Costa
 
Archimate Meta Model
Archimate   Meta ModelArchimate   Meta Model
Archimate Meta Model
Maganathin Veeraragaloo
 
Service Oriented Enterprise Architecture and Service Oriented Enterprise
Service Oriented Enterprise Architecture and Service Oriented EnterpriseService Oriented Enterprise Architecture and Service Oriented Enterprise
Service Oriented Enterprise Architecture and Service Oriented Enterprise
Yan Zhao
 
Dynamic modelling best practice recommendation for the SID
Dynamic modelling best practice recommendation for the SIDDynamic modelling best practice recommendation for the SID
Dynamic modelling best practice recommendation for the SID
gtilton
 
Ijmet 10 01_082
Ijmet 10 01_082Ijmet 10 01_082
Ijmet 10 01_082
IAEME Publication
 
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
gtilton
 
Systems dynamics study of integration in information technology
Systems dynamics study of  integration in information technologySystems dynamics study of  integration in information technology
Systems dynamics study of integration in information technology
Maloy Halder
 
Software architectural patterns for
Software architectural patterns forSoftware architectural patterns for
Software architectural patterns for
ijcsit
 
A process view framework for artifact centric business processes
A process view framework  for artifact centric business processesA process view framework  for artifact centric business processes
A process view framework for artifact centric business processes
Dr. Sira Yongchareon
 
Delportvervestvanheck Emj April 2004
Delportvervestvanheck   Emj April 2004Delportvervestvanheck   Emj April 2004
Delportvervestvanheck Emj April 2004
Eric van Heck
 
SOA in practice. The sibling rivalry between ESB and BPE.
SOA in practice. The sibling rivalry between ESB and BPE.SOA in practice. The sibling rivalry between ESB and BPE.
SOA in practice. The sibling rivalry between ESB and BPE.
Greenbird Integration Technology
 
Extending Feature Models to Express Variability in Business Process Models
Extending Feature Models to Express Variability in Business Process ModelsExtending Feature Models to Express Variability in Business Process Models
Extending Feature Models to Express Variability in Business Process Models
University of Camerino
 
BPM And SOA Alignment Maturity Model
BPM And SOA Alignment Maturity ModelBPM And SOA Alignment Maturity Model
BPM And SOA Alignment Maturity Model
Anne Hiemstra
 
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSESTOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
IJCSEA Journal
 
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
ITIIIndustries
 
BPM-X Pattern-based model transformations (v2)
BPM-X Pattern-based model transformations (v2)BPM-X Pattern-based model transformations (v2)
BPM-X Pattern-based model transformations (v2)
BPM-Xchange
 
Decision support-systems
Decision support-systemsDecision support-systems
Decision support-systems
Nguyen Phuc
 
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
ijmpict
 

What's hot (20)

Ontology based dynamic business process customization
Ontology   based dynamic business process customizationOntology   based dynamic business process customization
Ontology based dynamic business process customization
 
Lectura 2.3 soa-overview-directions-benatallah
Lectura 2.3   soa-overview-directions-benatallahLectura 2.3   soa-overview-directions-benatallah
Lectura 2.3 soa-overview-directions-benatallah
 
Business Process Modeling
Business Process ModelingBusiness Process Modeling
Business Process Modeling
 
Archimate Meta Model
Archimate   Meta ModelArchimate   Meta Model
Archimate Meta Model
 
Service Oriented Enterprise Architecture and Service Oriented Enterprise
Service Oriented Enterprise Architecture and Service Oriented EnterpriseService Oriented Enterprise Architecture and Service Oriented Enterprise
Service Oriented Enterprise Architecture and Service Oriented Enterprise
 
Dynamic modelling best practice recommendation for the SID
Dynamic modelling best practice recommendation for the SIDDynamic modelling best practice recommendation for the SID
Dynamic modelling best practice recommendation for the SID
 
Ijmet 10 01_082
Ijmet 10 01_082Ijmet 10 01_082
Ijmet 10 01_082
 
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
 
Systems dynamics study of integration in information technology
Systems dynamics study of  integration in information technologySystems dynamics study of  integration in information technology
Systems dynamics study of integration in information technology
 
Software architectural patterns for
Software architectural patterns forSoftware architectural patterns for
Software architectural patterns for
 
A process view framework for artifact centric business processes
A process view framework  for artifact centric business processesA process view framework  for artifact centric business processes
A process view framework for artifact centric business processes
 
Delportvervestvanheck Emj April 2004
Delportvervestvanheck   Emj April 2004Delportvervestvanheck   Emj April 2004
Delportvervestvanheck Emj April 2004
 
SOA in practice. The sibling rivalry between ESB and BPE.
SOA in practice. The sibling rivalry between ESB and BPE.SOA in practice. The sibling rivalry between ESB and BPE.
SOA in practice. The sibling rivalry between ESB and BPE.
 
Extending Feature Models to Express Variability in Business Process Models
Extending Feature Models to Express Variability in Business Process ModelsExtending Feature Models to Express Variability in Business Process Models
Extending Feature Models to Express Variability in Business Process Models
 
BPM And SOA Alignment Maturity Model
BPM And SOA Alignment Maturity ModelBPM And SOA Alignment Maturity Model
BPM And SOA Alignment Maturity Model
 
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSESTOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
TOWARDS AUTOMATION OF SOA-BASED BUSINESS PROCESSES
 
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
Mapping the Cybernetic Principles of Viable System Model to Enterprise Servic...
 
BPM-X Pattern-based model transformations (v2)
BPM-X Pattern-based model transformations (v2)BPM-X Pattern-based model transformations (v2)
BPM-X Pattern-based model transformations (v2)
 
Decision support-systems
Decision support-systemsDecision support-systems
Decision support-systems
 
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
AN APPROACH FOR A BUSINESS-DRIVEN CLOUDCOMPLIANCE ANALYSIS COVERING PUBLIC SE...
 

Viewers also liked

Translation
TranslationTranslation
Translation
mjkay
 
Ch8
Ch8Ch8
ICEIS 2013 Presentation
ICEIS 2013 PresentationICEIS 2013 Presentation
ICEIS 2013 Presentation
Jadson Santos
 
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTSMANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
ijseajournal
 
A05740104
A05740104A05740104
A05740104
IOSR-JEN
 
Event semantics and model - multimedia events workshop
Event semantics and model -  multimedia events workshopEvent semantics and model -  multimedia events workshop
Event semantics and model - multimedia events workshop
Opher Etzion
 
Proyecto web
Proyecto webProyecto web
Proyecto web
HenrizhiTo Luisiño
 
Semantic Search – Do you know what I mean?
Semantic Search – Do you know what I mean?Semantic Search – Do you know what I mean?
Semantic Search – Do you know what I mean?
Jorn Bettin
 
Presentation1
Presentation1Presentation1
Presentation1
Paul Winghart
 
Automating Feedback & Assessment in WebLab
Automating Feedback & Assessment in WebLabAutomating Feedback & Assessment in WebLab
Automating Feedback & Assessment in WebLab
Eelco Visser
 
Domain specific modelling (DSM)
Domain specific modelling (DSM)Domain specific modelling (DSM)
Domain specific modelling (DSM)
PG Scholar
 
La actividad económica2
La actividad económica2La actividad económica2
La actividad económica2
Hmc Buruaga
 
Acher PhD thesis defense
Acher PhD thesis defense Acher PhD thesis defense
3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Systems variability modeling a textual model mixing class and feature concepts
Systems variability modeling a textual model mixing class and feature conceptsSystems variability modeling a textual model mixing class and feature concepts
Systems variability modeling a textual model mixing class and feature concepts
ijcsit
 
Model-Driven Development in the context of Software Product Lines
Model-Driven Development in the context of Software Product LinesModel-Driven Development in the context of Software Product Lines
Model-Driven Development in the context of Software Product Lines
Markus Voelter
 
Spl Not A Bridge Too Far phpNW09
Spl Not A Bridge Too Far phpNW09Spl Not A Bridge Too Far phpNW09
Spl Not A Bridge Too Far phpNW09
Michelangelo van Dam
 
ASE'11 (short paper)
ASE'11 (short paper)ASE'11 (short paper)
Comparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model CompositionComparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model Composition
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
The process of software engineering
The process of software engineeringThe process of software engineering
The process of software engineering
John Lynch
 

Viewers also liked (20)

Translation
TranslationTranslation
Translation
 
Ch8
Ch8Ch8
Ch8
 
ICEIS 2013 Presentation
ICEIS 2013 PresentationICEIS 2013 Presentation
ICEIS 2013 Presentation
 
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTSMANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
MANAGING AND ANALYSING SOFTWARE PRODUCT LINE REQUIREMENTS
 
A05740104
A05740104A05740104
A05740104
 
Event semantics and model - multimedia events workshop
Event semantics and model -  multimedia events workshopEvent semantics and model -  multimedia events workshop
Event semantics and model - multimedia events workshop
 
Proyecto web
Proyecto webProyecto web
Proyecto web
 
Semantic Search – Do you know what I mean?
Semantic Search – Do you know what I mean?Semantic Search – Do you know what I mean?
Semantic Search – Do you know what I mean?
 
Presentation1
Presentation1Presentation1
Presentation1
 
Automating Feedback & Assessment in WebLab
Automating Feedback & Assessment in WebLabAutomating Feedback & Assessment in WebLab
Automating Feedback & Assessment in WebLab
 
Domain specific modelling (DSM)
Domain specific modelling (DSM)Domain specific modelling (DSM)
Domain specific modelling (DSM)
 
La actividad económica2
La actividad económica2La actividad económica2
La actividad económica2
 
Acher PhD thesis defense
Acher PhD thesis defense Acher PhD thesis defense
Acher PhD thesis defense
 
3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines
 
Systems variability modeling a textual model mixing class and feature concepts
Systems variability modeling a textual model mixing class and feature conceptsSystems variability modeling a textual model mixing class and feature concepts
Systems variability modeling a textual model mixing class and feature concepts
 
Model-Driven Development in the context of Software Product Lines
Model-Driven Development in the context of Software Product LinesModel-Driven Development in the context of Software Product Lines
Model-Driven Development in the context of Software Product Lines
 
Spl Not A Bridge Too Far phpNW09
Spl Not A Bridge Too Far phpNW09Spl Not A Bridge Too Far phpNW09
Spl Not A Bridge Too Far phpNW09
 
ASE'11 (short paper)
ASE'11 (short paper)ASE'11 (short paper)
ASE'11 (short paper)
 
Comparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model CompositionComparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model Composition
 
The process of software engineering
The process of software engineeringThe process of software engineering
The process of software engineering
 

Similar to H05525256

EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATIONEVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
ijwscjournal
 
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATIONEVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
ijwscjournal
 
Designing and implementing the
Designing and implementing theDesigning and implementing the
Designing and implementing the
ijait
 
Web Services-Enhanced Agile Modeling and Integrating Business Processes
Web Services-Enhanced Agile Modeling and Integrating Business ProcessesWeb Services-Enhanced Agile Modeling and Integrating Business Processes
Web Services-Enhanced Agile Modeling and Integrating Business Processes
Mustafa Salam
 
Cloud Computing Model with Service Oriented Architecture
Cloud Computing Model with Service Oriented ArchitectureCloud Computing Model with Service Oriented Architecture
Cloud Computing Model with Service Oriented Architecture
Yan Zhao
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Unit 2 -SOA design
Unit 2 -SOA designUnit 2 -SOA design
Unit 2 -SOA design
ssuser3a47cb
 
Visualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri netsVisualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri nets
Mithileysh Sathiyanarayanan
 
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHESWEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
ijwscjournal
 
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHESWEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
ijwscjournal
 
Evaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web ServicesEvaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web Services
IRJET Journal
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
ijwscjournal
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
ijwscjournal
 
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
IJDKP
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
ijwscjournal
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
ijwscjournal
 
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
inventionjournals
 
Automatic generation of business process models from user stories
Automatic generation of business process models from user  storiesAutomatic generation of business process models from user  stories
Automatic generation of business process models from user stories
IJECEIAES
 
Process architecture vs modeling
Process architecture vs modelingProcess architecture vs modeling
Process architecture vs modeling
Graham McLeod
 
Architecting Your Enterprise
Architecting Your EnterpriseArchitecting Your Enterprise
Architecting Your Enterprise
Ed Seidewitz
 

Similar to H05525256 (20)

EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATIONEVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
 
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATIONEVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
EVALUATION OF COMPUTABILITY CRITERIONS FOR RUNTIME WEB SERVICE INTEGRATION
 
Designing and implementing the
Designing and implementing theDesigning and implementing the
Designing and implementing the
 
Web Services-Enhanced Agile Modeling and Integrating Business Processes
Web Services-Enhanced Agile Modeling and Integrating Business ProcessesWeb Services-Enhanced Agile Modeling and Integrating Business Processes
Web Services-Enhanced Agile Modeling and Integrating Business Processes
 
Cloud Computing Model with Service Oriented Architecture
Cloud Computing Model with Service Oriented ArchitectureCloud Computing Model with Service Oriented Architecture
Cloud Computing Model with Service Oriented Architecture
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Unit 2 -SOA design
Unit 2 -SOA designUnit 2 -SOA design
Unit 2 -SOA design
 
Visualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri netsVisualising and Analysing Dynamic Business Processes using Petri nets
Visualising and Analysing Dynamic Business Processes using Petri nets
 
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHESWEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
 
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHESWEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
WEB PORTAL INTEGRATION ARCHITECTURE APPROACHES
 
Evaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web ServicesEvaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web Services
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
The Comparison of the Workflow Management Systems Bizagi, Arabdox, Bonita and...
 
Automatic generation of business process models from user stories
Automatic generation of business process models from user  storiesAutomatic generation of business process models from user  stories
Automatic generation of business process models from user stories
 
Process architecture vs modeling
Process architecture vs modelingProcess architecture vs modeling
Process architecture vs modeling
 
Architecting Your Enterprise
Architecting Your EnterpriseArchitecting Your Enterprise
Architecting Your Enterprise
 

More from IOSR-JEN

C05921721
C05921721C05921721
C05921721
IOSR-JEN
 
B05921016
B05921016B05921016
B05921016
IOSR-JEN
 
A05920109
A05920109A05920109
A05920109
IOSR-JEN
 
J05915457
J05915457J05915457
J05915457
IOSR-JEN
 
I05914153
I05914153I05914153
I05914153
IOSR-JEN
 
H05913540
H05913540H05913540
H05913540
IOSR-JEN
 
G05913234
G05913234G05913234
G05913234
IOSR-JEN
 
F05912731
F05912731F05912731
F05912731
IOSR-JEN
 
E05912226
E05912226E05912226
E05912226
IOSR-JEN
 
D05911621
D05911621D05911621
D05911621
IOSR-JEN
 
C05911315
C05911315C05911315
C05911315
IOSR-JEN
 
B05910712
B05910712B05910712
B05910712
IOSR-JEN
 
A05910106
A05910106A05910106
A05910106
IOSR-JEN
 
B05840510
B05840510B05840510
B05840510
IOSR-JEN
 
I05844759
I05844759I05844759
I05844759
IOSR-JEN
 
H05844346
H05844346H05844346
H05844346
IOSR-JEN
 
G05843942
G05843942G05843942
G05843942
IOSR-JEN
 
F05843238
F05843238F05843238
F05843238
IOSR-JEN
 
E05842831
E05842831E05842831
E05842831
IOSR-JEN
 
D05842227
D05842227D05842227
D05842227
IOSR-JEN
 

More from IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
B05840510
B05840510B05840510
B05840510
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
E05842831
E05842831E05842831
E05842831
 
D05842227
D05842227D05842227
D05842227
 

Recently uploaded

Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
TIPNGVN2
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 

Recently uploaded (20)

Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
Data structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdfData structures and Algorithms in Python.pdf
Data structures and Algorithms in Python.pdf
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 

H05525256

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 05 (May. 2015), ||V2|| PP 52-56 International organization of Scientific Research 52 | P a g e Modeling for the Sensor based Open System Application Sang Young Lee1 1 Department of Health Administration Namseoul University, 21 Maeju-ri, Seongwan-eup, Cheonan, South Korea Abstract: - Over a decade, Service-oriented architectures have seen an increasing interest of both academia and industry communities. This interest is associated with an enthusiasm of companies in different sectors and sizes for the adoption of this new paradigm due to its economic and technological benefits. SOA is a very effective response to the problems faced by companies in terms of reusability, interoperability and reduce coupling between systems that implement their information systems. This paper proposes a Modeling for Sensor Based Business Process Generation and Testing, and introduces its implementation in the BPEL. and we analyzes business process between enterprises, modeling the service-oriented business process with BPEL to realization level. Also, In this paper suggests that UML is used from high-level business problems to the process of low- level problem for Visual and effectively. Keywords: - Business, Process, Sensor, Service-oriented architectures, System I. INTRODUCTION Business process has become a core element that is indispensable in transactions within an enterprise and between enterprises. Along with the business process, there has been increasing interest in the integration of processes and the interface between enterprises, as transactions between e-marketplaces across industries become increasingly substantial. This process integration between enterprises requires that related enterprises exchange the information necessary to carry out business activities according to the given business process and that they implement a B2B interface and process. The objective of such integration is to connect the enterprise to the related transaction parties through the exchange of organized business events, including business data, in order to conduct business between enterprises[1]. In this paper, we solve the problem more visually and efficiently by providing services after analyzing and modeling them from the high-level enterprise problem to the low-level detailed process by using UML, a visual modeling language based on SOA. II. RELATED WORKS XML and Web Service standards are helping system architects to improve the definition of services and provide a consistent framework for realizing the promise of the service-oriented architecture(SOA)[2]. The evolution of Web services is at a point where designers can now start to see how to implement a true SOA. They can abstract a service enough to enable its dynamic and automatic selection and Web services are finally offering a technology that is rich and flexible enough to make SOA’s Reality[3]. Also, recently, the peer to peer approach(P2P) has been much used as a related technique for collaboration and business modeling. The P2P approach is a method that allows for efficient peer-to-peer communication without a centralized hub or server environment. III. MODELING AND IMPLEMENTATION The overall process modeling sequence is described in Table 1. Table I Business process modeling sequence Process Task Domain Selection Business Modeling Domain Selection and Overall Architecture Description Business Process Requirement Analysis Requirement Elicitation Business Use Case Modeling Narrative specification Activity Diagram Business Process Definition UML Stereo Type Definition about Business process - Class - Operation - Attribute
  • 2. Modeling for the Sensor based Open System Application International organization of Scientific Research 53 | P a g e Business Process Modeling Business Use Case Diagram Business Class Diagram Sequence Diagram Collaboration Diagram SOA based on P2P business process modeling Conceptual Service-Oriented Architecture Implementation SOA based P2P business process modeling When business processes are classified into similar ones, they can be classified into 5 main processes with 8 subprocesses, as shown in Fig 1[4]. finalcial process knowledge process transform process exchange process parent proess business process program project purchase contract sell invest assembledesign specification Fig. 1 Business process classification The domain can be defined by the UML business class diagram shown in Fig 2 . Requirements analysis allows various levels of efficiency to be obtained by integrating processes between enterprises in different ways. In requirements analysis, The requirements which were extracted through a common domain analysis between CompanyA and CompanyB. The actor and use case are extracted based on the requirements obtained from the common domain requirements analysis of the business process. Fig 2 shows the business use case diagram which represents the interaction between the use cases provided by the actors and systems of the companies.
  • 3. Modeling for the Sensor based Open System Application International organization of Scientific Research 54 | P a g e creating contents receiving a request proposal making out a proposal sending a proposal preparing a contract contract offering contents decision for contract choosing contents sending a request proposal making a criterian receiving a proposal decision contents preparing a contract contract supplying contents CampanyBCampanyA Fig. 2 Activity diagram for use case ‘contract process’ Business processes can be divided into three main types. In other words, similar behavior in different processes can be used to group these process together into packages. First, the generic process package represents the standard business process previously defined by the process administrator. The packages of CompanyA and CompanyB are the processes that these companies actually implement based on the inherited generic process. And making contractA is the process which belongs to ContractA, representing the contract execution. The UML stereotype definition for modeling is shown in Fig 3.
  • 4. Modeling for the Sensor based Open System Application International organization of Scientific Research 55 | P a g e classname <<business process>> stereo typed business process Stereotyped business class model view control Business class definition by role Stereotyped operation and attribute definition Fig. 3 Definition of stereotype In order to model the working business processes, 2 models are developed separately: one for stereotyped negotiation and the other designed to make P2P possible by adding the stereotyped process ID and reference ID in order to insert the identifiable ID into the pre-defined process ID. In this paper, we apply the attributes and operations defined above that can add a value to the transactions between companies. By modeling each business process between enterprises in serviceable units, the common parts between processes are applied to the interface and the P2P service centering on the interfaces is implemented. The architecture comprises XML based interfaces using WSDL and sends messages using SOAP and, by using a modeling language called UML, those units related to services are composed and modeled. In order to solve the integration issues, SOA advocates a general approach to integrating diverse systems. We give an outline of that approach here, highlighting those details pertinent to our UML modeling. Discovering, matching, planning, Composing Discovering, matching, planning, Composing WebService1 WebService2 WebServiceN… Goal SubGoal SubGoal SubGoal creating contents receiving a request proposal making out a proposal sending a proposal preparing a contract contract offering contents decision for contract choosing contents sending a request proposal making a criterian receiving a proposal decision contents preparing a contract contract supplying contents CampanyBCampanyA Company1 CompanyN Discovering, matching, planning, Composing Discovering, matching, planning, Composing WebService1 WebService2 WebServiceN… Goal SubGoal SubGoal SubGoal creating contents receiving a request proposal making out a proposal sending a proposal preparing a contract contract offering contents decision for contract choosing contents sending a request proposal making a criterian receiving a proposal decision contents preparing a contract contract supplying contents CampanyBCampanyA Company1 CompanyN Fig. 4 Conceptual SOA based on P2P Business Process Model
  • 5. Modeling for the Sensor based Open System Application International organization of Scientific Research 56 | P a g e IV. CONCLUSION In this study, we perform UML integration modeling after analyzing the service oriented business process based on SOA. Each process is defined in the form of a peer in order to allow the process derived from the modeling of the business process to interact with other processes in the P2P mode. This paper proposes an efficient method of modeling business processes in a P2P manner based on the use of SOA throughout the modeling steps, in order to enhance the efficiency of the services. This results in the accurate modeling of an enterprise and allows for the more efficient and visual integration of processes between enterprises. A formal specification is required for the design and implementation of the interface for the sake of the future process interoperability, and the testing of the interface focusing on the interoperability between peers should be considered for the interoperability of web services. V. ACKNOWLEDGEMENTS This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education(2013R1A1A2007598). REFERENCES [1] Baoan Li, Construction of Application Software for Enterprise Based on Semantic SOA and Component Oriented Technology, The 2009 IEEE International Conference on Intelligent Computation Technology and Automation, Zhangjiajie, China, Vol. 4, 2009. 120-129. [2] Maryam Razavian, Patricia Lago, A Survey of SOA Migration in Industry, ICSOC 2011, LNCS 7084, 2011, 618-626. [3] A. Bucchiarone, C. Cappiello, E. Di Nitto, S. Gorlatch, D. Mailänder, and A. Metzger,. Design for self- adaptation in service-oriented systems in the cloud, in European Research Activities in Cloud Computing, Cambridge Scholars Publishing, 2012. [4] M. Sonntag and D. Karastoyanova, Compensation of Adapted Service Orchestration Logic in BPEL'n'Aspects, BPM 2011, 2011, 413-428. [5] A. Metzger and C. Cassales Marquezan, Future Internet Apps: The next wave of adaptive service- oriented systems?, in Service Wave 2011, Springer, 2011.