21 resultados para Asian-African Conference (1955 : Bandung, Java)

em BORIS: Bern Open Repository and Information System - Berna - Suiça


Relevância:

100.00% 100.00%

Publicador:

Resumo:

Despite the important role that pastoralism plays in supporting rural livelihoods, national economy and diverse ecological services, its capacity to adapt to change is facing many challenges including adverse policy, pastoral-farmer conflicts and recently, adverse climate change. The recurring conflicts between the two groupings are rather a result of a reaction by a community which has been marginalized over the years. A survey to analyze conflicts, institutional frameworks, policies, laws and regulations governing NRs utilization by pastoral and farmers was conducted in the Lake Rukwa Basin in 2008. The study noted violent conflicts and their causes, including the scarcity of NRs, poor local institutional frameworks and deeper socio-cultural aspects among pastoralists and farmers. The conflicts have become major impediments to the developmental activities in the study areas, to a degree that requires intervention. This, therefore, calls for reorganization of local institutional framework, policies, laws and regulations and participatory planning and co-management of NRs as part of conflicts management and sustainable utilization of them. Key words: Policies, Natural Resources, Conflicts, Pastoralism, Institutional frameworks

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are large systems that integrate multiple technologies and programming languages. Transactions in JEAs simplify the development of code that deals with failure recovery and multi-user coordination by guaranteeing atomicity of sets of operations. The heterogeneous nature of JEAs, however, can obfuscate conceptual errors in the application code, and in particular can hide incorrect declarations of transaction scope. In this paper we present a technique to expose and analyze the application transaction scope in JEAs by merging and analyzing information from multiple sources. We also present several novel visualizations that aid in the analysis of transaction scope by highlighting anomalies in the specification of transactions and violations of architectural constraints. We have validated our approach on two versions of a large commercial case study.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Java Enterprise Applications (JEAs) are complex systems composed using various technologies that in turn rely on languages other than Java, such as XML or SQL. Given the complexity of these applications, the need to reverse engineer them in order to support further development becomes critical. In this paper we show how it is possible to split a system into layers and how is possible to interpret the distance between application elements in order to support the refactoring of JEAs. The purpose of this paper is to explore ways to provide suggestions about the refactoring operations to perform on the code by evaluating the distance between layers and elements belonging those layers. We split JEAs into layers by considering the kinds and the purposes of the elements composing the application. We measure distance between elements by using the notion of the shortest path in a graph. Also we present how to enrich the interpretation of the distance value with enterprise pattern detection in order to refine the suggestion about modifications to perform on the code.