38 resultados para Enterprise Java Beans


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Our research project develops an intranet search engine with concept- browsing functionality, where the user is able to navigate the conceptual level in an interactive, automatically generated knowledge map. This knowledge map visualizes tacit, implicit knowledge, extracted from the intranet, as a network of semantic concepts. Inductive and deductive methods are combined; a text ana- lytics engine extracts knowledge structures from data inductively, and the en- terprise ontology provides a backbone structure to the process deductively. In addition to performing conventional keyword search, the user can browse the semantic network of concepts and associations to find documents and data rec- ords. Also, the user can expand and edit the knowledge network directly. As a vision, we propose a knowledge-management system that provides concept- browsing, based on a knowledge warehouse layer on top of a heterogeneous knowledge base with various systems interfaces. Such a concept browser will empower knowledge workers to interact with knowledge structures.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This article analyses the impacts of four different bio-enterprise initiatives on agro-pastoral livelihoods and on improved natural resources management (NRM) in the drylands of Kenya. In this way it contributes to an area of rural development that is gaining increasing interest, but still has little empirical evidence. Data were collected through interviews, focus group discussions, informal discussions and the study of reports. One of the key findings of this article is that diversification into enterprises requires cooperation among the stakeholders with their varying experiences in development, NRM and business development. In addition to initial investments, such enterprises need sustained financial, as well as other support like capacity development to survive the market introduction phase. For such enterprises to defend their market niches, the quantity and quality of the product are critical. In addition to support in human, financial, social, physical and natural capital, mentoring is another crucial factor for success.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The overarching objective of this dissertation is to uncover why and how individually experienced fits and misfits translate into different outcomes of user behavior and satisfaction and whether these individual fit/misfit outcomes are in line with organizational intent. In search of patterns and possible archetype users in the context of ES PIPs, this dissertation is the first study that specifically links the theoretical concepts of the aggregated individual fit experiences with the individual and organizational outcome of these experiences (i.e. behavioral reaction, user satisfaction, and alignment with organizational intent). The case study’s findings provide preliminary support for four archetype users characterized by specific fit/misfit experience-outcome patterns.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Subtype polymorphism is a cornerstone of object-oriented programming. By hiding variability in behavior behind a uniform interface, polymorphism decouples clients from providers and thus enables genericity, modularity and extensi- bility. At the same time, however, it scatters the implementation of the behavior over multiple classes thus potentially hampering program comprehension. The extent to which polymorphism is used in real programs and the impact of polymorphism on program comprehension are not very well understood. We report on a preliminary study of the prevalence of polymorphism in several hundred open source software systems written in Smalltalk, one of the oldest object-oriented programming languages, and in Java, one of the most widespread ones. Although a large portion of the call sites in these systems are polymorphic, a majority have a small number of potential candidates. Smalltalk uses polymorphism to a much greater extent than Java. We discuss how these findings can be used as input for more detailed studies in program comprehension and for better developer support in the IDE.