97 resultados para Composição de serviços
em Universidade Federal do Rio Grande do Norte(UFRN)
Resumo:
With the advance of the Cloud Computing paradigm, a single service offered by a cloud platform may not be enough to meet all the application requirements. To fulfill such requirements, it may be necessary, instead of a single service, a composition of services that aggregates services provided by different cloud platforms. In order to generate aggregated value for the user, this composition of services provided by several Cloud Computing platforms requires a solution in terms of platforms integration, which encompasses the manipulation of a wide number of noninteroperable APIs and protocols from different platform vendors. In this scenario, this work presents Cloud Integrator, a middleware platform for composing services provided by different Cloud Computing platforms. Besides providing an environment that facilitates the development and execution of applications that use such services, Cloud Integrator works as a mediator by providing mechanisms for building applications through composition and selection of semantic Web services that take into account metadata about the services, such as QoS (Quality of Service), prices, etc. Moreover, the proposed middleware platform provides an adaptation mechanism that can be triggered in case of failure or quality degradation of one or more services used by the running application in order to ensure its quality and availability. In this work, through a case study that consists of an application that use services provided by different cloud platforms, Cloud Integrator is evaluated in terms of the efficiency of the performed service composition, selection and adaptation processes, as well as the potential of using this middleware in heterogeneous computational clouds scenarios
Resumo:
Recently the focus given to Web Services and Semantic Web technologies has provided the development of several research projects in different ways to addressing the Web services composition issue. Meanwhile, the challenge of creating an environment that provides the specification of an abstract business process and that it is automatically implemented by a composite service in a dynamic way is considered a currently open problem. WSDL and BPEL provided by industry support only manual service composition because they lack needed semantics so that Web services are discovered, selected and combined by software agents. Services ontology provided by Semantic Web enriches the syntactic descriptions of Web services to facilitate the automation of tasks, such as discovery and composition. This work presents an environment for specifying and ad-hoc executing Web services-based business processes, named WebFlowAH. The WebFlowAH employs common domain ontology to describe both Web services and business processes. It allows processes specification in terms of users goals or desires that are expressed based on the concepts of such common domain ontology. This approach allows processes to be specified in an abstract high level way, unburdening the user from the underline details needed to effectively run the process workflow
Resumo:
This thesis presents a certification method for semantic web services compositions which aims to statically ensure its functional correctness. Certification method encompasses two dimensions of verification, termed base and functional dimensions. Base dimension concerns with the verification of application correctness of the semantic web service in the composition, i.e., to ensure that each service invocation given in the composition comply with its respective service definition. The certification of this dimension exploits the semantic compatibility between the invocation arguments and formal parameters of the semantic web service. Functional dimension aims to ensure that the composition satisfies a given specification expressed in the form of preconditions and postconditions. This dimension is formalized by a Hoare logic based calculus. Partial correctness specifications involving compositions of semantic web services can be derived from the deductive system proposed. Our work is also characterized by exploiting the use of a fragment of description logic, i.e., ALC, to express the partial correctness specifications. In order to operationalize the proposed certification method, we developed a supporting environment for defining the semantic web services compositions as well as to conduct the certification process. The certification method were experimentally evaluated by applying it in three different proof concepts. These proof concepts enabled to broadly evaluate the method certification
Resumo:
High dependability, availability and fault-tolerance are open problems in Service-Oriented Architecture (SOA). The possibility of generating software applications by integrating services from heterogeneous domains, in a reliable way, makes worthwhile to face the challenges inherent to this paradigm. In order to ensure quality in service compositions, some research efforts propose the adoption of verification techniques to identify and correct errors. In this context, exception handling is a powerful mechanism to increase SOA quality. Several research works are concerned with mechanisms for exception propagation on web services, implemented in many languages and frameworks. However, to the extent of our knowledge, no works found evaluates these mechanisms in SOA with regard to the .NET framework. The main contribution of this paper is to evaluate and to propose exception propagation mechanisms in SOA to applications developed within the .NET framework. In this direction, this work: (i)extends a previous study, showing the need to propose a solution to the exception propagation in SOA to applications developed in .NET, and (ii) show a solution, based in model obtained from the results found in (i) and that will be applied in real cases through of faults injections and AOP techniques.
Resumo:
Typically Web services contain only syntactic information that describes their interfaces. Due to the lack of semantic descriptions of the Web services, service composition becomes a difficult task. To solve this problem, Web services can exploit the use of ontologies for the semantic definition of service s interface, thus facilitating the automation of discovering, publication, mediation, invocation, and composition of services. However, ontology languages, such as OWL-S, have constructs that are not easy to understand, even for Web developers, and the existing tools that support their use contains many details that make them difficult to manipulate. This paper presents a MDD tool called AutoWebS (Automatic Generation of Semantic Web Services) to develop OWL-S semantic Web services. AutoWebS uses an approach based on UML profiles and model transformations for automatic generation of Web services and their semantic description. AutoWebS offers an environment that provides many features required to model, implement, compile, and deploy semantic Web services
Resumo:
Web services are loosely coupled applications that use XML documents as a way of integrating distinct systems on the internet. Such documents are used by in standards such as SOAP, WSDL and UDDI which establish, respectively, integrated patterns for the representation of messages, description, and publication of services, thus facilitating the interoperability between heterogeneous systems. Often one single service does not meet the users needs, therefore new systems can be designed from the composition of two or more services. This which is the design goal behind the of the Service Oriented Architecture. Parallel to this scenario, we have the PEWS (Predicate Path-Expressions for Web Services) language, which speci es behavioural speci cations of composite web service interfaces.. The development of the PEWS language is divided into two parts: front-end and back-end. From a PEWS program, the front-end performs the lexical analysis, syntactic and semantic compositions and nally generate XML code. The function of the back-end is to execute the composition PEWS. This master's dissertation work aims to: (i) reformulate the proposed architecture for the runtime system of the language, (ii) Implement the back-end for PEWS by using .NET Framework tools to execute PEWS programs using the Windows Work ow Foundation
Resumo:
Cloud Computing is a paradigm that enables the access, in a simple and pervasive way, through the network, to shared and configurable computing resources. Such resources can be offered on demand to users in a pay-per-use model. With the advance of this paradigm, a single service offered by a cloud platform might not be enough to meet all the requirements of clients. Ergo, it is needed to compose services provided by different cloud platforms. However, current cloud platforms are not implemented using common standards, each one has its own APIs and development tools, which is a barrier for composing different services. In this context, the Cloud Integrator, a service-oriented middleware platform, provides an environment to facilitate the development and execution of multi-cloud applications. The applications are compositions of services, from different cloud platforms and, represented by abstract workflows. However, Cloud Integrator has some limitations, such as: (i) applications are locally executed; (ii) users cannot specify the application in terms of its inputs and outputs, and; (iii) experienced users cannot directly determine the concrete Web services that will perform the workflow. In order to deal with such limitations, this work proposes Cloud Stratus, a middleware platform that extends Cloud Integrator and offers different ways to specify an application: as an abstract workflow or a complete/partial execution flow. The platform enables the application deployment in cloud virtual machines, so that several users can access it through the Internet. It also supports the access and management of virtual machines in different cloud platforms and provides services monitoring mechanisms and assessment of QoS parameters. Cloud Stratus was validated through a case study that consists of an application that uses different services provided by different cloud platforms. Cloud Stratus was also evaluated through computing experiments that analyze the performance of its processes.
Resumo:
Graph Reduction Machines, are a traditional technique for implementing functional programming languages. They allow to run programs by transforming graphs by the successive application of reduction rules. Web service composition enables the creation of new web services from existing ones. BPEL is a workflow-based language for creating web service compositions. It is also the industrial and academic standard for this kind of languages. As it is designed to compose web services, the use of BPEL in a scenario where multiple technologies need to be used is problematic: when operations other than web services need to be performed to implement the business logic of a company, part of the work is done on an ad hoc basis. To allow heterogeneous operations to be part of the same workflow, may help to improve the implementation of business processes in a principled way. This work uses a simple variation of the BPEL language for creating compositions containing not only web service operations but also big data tasks or user-defined operations. We define an extensible graph reduction machine that allows the evaluation of BPEL programs and implement this machine as proof of concept. We present some experimental results.
Resumo:
The aims of this study were to analyze the access of dental services by child population, to determine the prevalence of dental caries, gingivitis and malocclusion in resident children from the municipal district of Sobral Ceará and to evaluate the incidence of the dental decay in adolescents associated with the factors related to socioeconomic condition, access to health services and self-perception. This study had as main factor the multidisciplinary represented by the participation of health professional (doctors, dentists, nurses) in the development of the survey's initial reference; student from Human Sciences area to apply the structured questionnaire in domiciliary visits; statistics professionals in the orientation of the analysis to be held and family health team (community health agents, dentists and dental clinic assistants) in the scheduling of domiciliary visits and the accomplishment of oral exam. The sample was determined from the domicile record that included children born between 1990 and 1994 to develop the research Children health conditions in the municipal district of Sobral Ceará . The first sample comprised 3425 parents of children from 5 to 9 years old, living in the urban area at the municipal district of Sobral Ceará, aiming at identifying the most important factors associated to the access to dental service. From this sample, 1021 children were selected in a systematic way, for the accomplishment to the epidemiological study of decay, gingivitis and malocclusion. In the study's third phase, in order to arrange the group to be followed, 688 adolescents were examined and interviewed, by means of the active search from the 1021 individuals that had been previously examined. It was observed that 50.9% of the children had access to dental service at least once in a lifetime. Of this total, 65.3% accomplished it during the last year, and 85.4% of these did in public services, what allows to identify the importance of this sector in the access to dental services. It was observed that the factors that most affected the access to dental 129 services were related to socioeconomic condition, such as the access to health plan, the possession of toothbrush, garbage collecting, mother s schooling, sewerage treatment and malnutrition. In relation to oral diseases, an increase in the DMF-T index according the age was observed, from 0.10 in five years old to 1.66 in the nine years old, while with the dmf-t index, the inverse happened, since the index decreased from 3.59 in five years old to 2.69 in nine years old. In relation to gingivitis, an average 32.7% of the children presented gum bleeding. In what concerns malocclusion, it was observed that 60.3% of the children didn't present any problem, 30.17% had light malocclusion and 9.5% severe malocclusion. The average incidence of dental caries was 1.86 teeth per youngster. Among the studied variables, tooth pain in the last six months, mother's income and school snack, adjusted by the perception about the need of treatment, the mother's schooling and the dentist's appointment at least once in a lifetime, were the variables that presented positive relationship with the high incidence of dental caries on this population by logistic regression. Variables of socioeconomic nature, related to the access to health services and behavior and biological variables presented a relationship with the high caries incidence. The study point out to the need of developing health actions in a humanized way, by an oral health team effectively bound to the population's interest, with the great objective to provide, with the public health services managers, adequate conditions to improve oral health
Resumo:
This study aims to analyze the income differentials by gender in Brazil, in the years 1976, 1987, 1996 and 2009. Specifically, there are two objectives. First, attempt to analyze the importance of the effects of composition and wage structure in the job market. In the second, to verify which socioeconomic variables explain the effects of composition and wage structure in the job market. The information in this study was obtained from the microdata of Pesquisa Nacional por Amostra de Domicílios (PNAD) regarding the respective years. In the first stage of the methodology we used: the index of income distribution Theil-T; the income gap decompositions proposed by Oaxaca (1973) and Blinder (1973); and Firpo et al. (2007). In the second stage we applied the RIF regression method (Recentered Influence Function) of Firpo et al. (2007). The results show that income inequality is higher among men than among women in the country. It was observed that the component of inequality between people of the same gender represented the largest share in the decomposition of income inequality between genders. It was found, in the decomposition of the average income, a downward trend of income gap, but the differential remains favorable to the men. We noticed that the impact of the composition effect in reducing the gap was offset by the positive effect of wage structure. Regarding the distribution quantis, income differential between genres appeared greater at the bottom, in the years 1976, 1987 and 2009; and at the top of the distribution, in 1996 featuring, respectively, the sticky floor and glass ceiling effects in Brazil. As for the decomposition of the RIF, it turns out that the composition effect assisted in the downfall of the income gap between 1976 and 2009, but was offset by the positive effect of the wage structure in quantis 10th, 50th, and 90th. The main socioeconomic variables influenced the drop in income gap were: the composition effect, the manual labor occupations, service sector and low-grade and high school, and the wage structure effect, schooling low and high experience professional and technical occupations and urban centers
Resumo:
With the trajectory that the problems related to child health are taking in our society, particularly with regard to infant mortality, beyond the process of decentralization of health and the implementation of the Family Health Strategy in the cities, where it has increased considerably performance of nursing staff in Primary Health Care, they can be considered essential factors for reflections on the care of nurse dispenses the health of these children. In order to check how it is organized the working process of the nurse in caring for these children in USFs as well as the difficulties found in the dynamics of this work, this research aimed to analyze the work processes of nurses in care Child Health in USFs, with emphasis on technologies used in producing care. This is a research exploratory and descriptive with qualitative approach, based on the theoretical reference in about Work Process and Composition Technique of Work. The data were collected through semi-structured interviews of 11 nurses who, at the moment, perform their functions for more than 01 year at USF. The guiding questions were based at theoretical reference. To analyze the results, was used the referential of content analysis, and was refer to thematic analysis. In situations that were involved closed questions of the interview, was used the aid of SPSS 15.0 program for Windows. The results indicated that the process of nurse work in health care of children, focuses on the preventive character, whose focus of the actions are healthy children, following the routines and protocols established by the Ministry of Health with a view to maintaining health them. When analyzing the data through theoretical references of Composition Technique of Work found that the core technologies of daily tasks of the nurse are directed for the use of technology soft-hard and hard, and the reason established between the Dead Working and Alive Working, there is prevalence of the first against the second in the production of this care. These situations contribute to the explanation of the emergence problems related to adhesion of mothers / caregivers to monitoring the CD, due to character prescriptive and normalizer of actions. The results also suggested the presence of "vanishing lines" in the make of nurses, confirming the self-governance of health professionals in daily work. These "vanishing lines" express the own execution of the Work Live in action, guided by the use of soft technologies, however, was not characterized as a process of technology transition. So, to get a better resolution to the problems related to child health, the nurse has reorganize your work process by focusing on the execution of work live in action.
Resumo:
Web services are software accessible via the Internet that provide functionality to be used by applications. Today, it is natural to reuse third-party services to compose new services. This process of composition can occur in two styles, called orchestration and choreography. A choreography represents a collaboration between services which know their partners in the composition, to achieve the service s desired functionality. On the other hand, an orchestration have a central process (the orchestrator) that coordinates all application operations. Our work is placed in this latter context, by proposing an abstract model for running service orchestrations. For this purpose, a graph reduction machine will be defined for the implementation of service orchestrations specified in a variant of the PEWS composition language. Moreover, a prototype of this machine (in Java) is built as a proof of concept
Resumo:
This work presents an application of a hybrid Fuzzy-ELECTRE-TOPSIS multicriteria approach for a Cloud Computing Service selection problem. The research was exploratory, using a case of study based on the actual requirements of professionals in the field of Cloud Computing. The results were obtained by conducting an experiment aligned with a Case of Study using the distinct profile of three decision makers, for that, we used the Fuzzy-TOPSIS and Fuzzy-ELECTRE-TOPSIS methods to obtain the results and compare them. The solution includes the Fuzzy sets theory, in a way it could support inaccurate or subjective information, thus facilitating the interpretation of the decision maker judgment in the decision-making process. The results show that both methods were able to rank the alternatives from the problem as expected, but the Fuzzy-ELECTRE-TOPSIS method was able to attenuate the compensatory character existing in the Fuzzy-TOPSIS method, resulting in a different alternative ranking. The attenuation of the compensatory character stood out in a positive way at ranking the alternatives, because it prioritized more balanced alternatives than the Fuzzy-TOPSIS method, a factor that has been proven as important at the validation of the Case of Study, since for the composition of a mix of services, balanced alternatives form a more consistent mix when working with restrictions.
Resumo:
RONCALLI, Angelo Giuseppe. A organização da demanda em serviços públicos de saúde bucal: universalidade, eqüidade e integralidade em Saúde Bucal Coletiva. raçatuba, 2000. 238p. Tese (Doutorado em Odontologia Preventiva e Social). Faculdade de Odontologia, Universidade Estadual Paulista “Júlio de Mesquita Filho”
Resumo:
PEREIRA, C. R. S. et al. Impacto da estratégia saúde da família com equipe de saúde bucal sobre a utilização de serviços odontológicos. Cad. Saúde Pública, v. 25, n. 5, p.985-996. Maio, 2009. ISSN 0102-311X.