978 resultados para software framework
Resumo:
Dissertação para obtenção do Grau de Mestre em Engenharia Informática
Resumo:
This research aims to provide a better understanding on how firms stimulate knowledge sharing through the utilization of collaboration tools, in particular Emergent Social Software Platforms (ESSPs). It focuses on the distinctive applications of ESSPs and on the initiatives contributing to maximize its advantages. In the first part of the research, I have itemized all types of existing collaboration tools and classify them in different categories according to their capabilities, objectives and according to their faculty for promoting knowledge sharing. In the second part, and based on an exploratory case study at Cisco Systems, I have identified the main applications of an existing enterprise social software platform named Webex Social. By combining a qualitative and quantitative approach, as well as combining data collected from survey’s results and from the analysis of the company’s documents, I am expecting to maximize the outcome of this investigation and reduce the risk of bias. Although effects cannot be universalized based on one single case study, some utilization patterns have been underlined from the data collected and potential trends in managing knowledge have been observed. The results of the research have also enabled identifying most of the constraints experienced by the users of the firm’s social software platform. Utterly, this research should provide a primary framework for firms planning to create or implement a social software platform and for firms willing to increase adoption levels and to promote the overall participation of users. It highlights the common traps that should be avoided by developers when designing a social software platform and the capabilities that it should inherently carry to support an effective knowledge management strategy.
Resumo:
Dissertação de mestrado integrado em Engenharia e Gestão de Sistemas de Informação
Resumo:
Dissertação de mestrado integrado em Engenharia e Gestão de Sistemas de Informação
Resumo:
Software product lines (SPL) are diverse systems that are developed using a dual engineering process: (a)family engineering defines the commonality and variability among all members of the SPL, and (b) application engineering derives specific products based on the common foundation combined with a variable selection of features. The number of derivable products in an SPL can thus be exponential in the number of features. This inherent complexity poses two main challenges when it comes to modelling: Firstly, the formalism used for modelling SPLs needs to be modular and scalable. Secondly, it should ensure that all products behave correctly by providing the ability to analyse and verify complex models efficiently. In this paper we propose to integrate an established modelling formalism (Petri nets) with the domain of software product line engineering. To this end we extend Petri nets to Feature Nets. While Petri nets provide a framework for formally modelling and verifying single software systems, Feature Nets offer the same sort of benefits for software product lines. We show how SPLs can be modelled in an incremental, modular fashion using Feature Nets, provide a Feature Nets variant that supports modelling dynamic SPLs, and propose an analysis method for SPL modelled as Feature Nets. By facilitating the construction of a single model that includes the various behaviours exhibited by the products in an SPL, we make a significant step towards efficient and practical quality assurance methods for software product lines.
Resumo:
The Smart Drug Search is publicly accessible at http://sing.ei.uvigo.es/sds/. The BIOMedical Search Engine Framework is freely available for non-commercial use at https://github.com/agjacome/biomsef
Resumo:
El present projecte tracta sobre el desenvolupament d'un marc de treball o framework per la capa de presentació d'aplicacions J2EE.En un primer bloc, s'analitzen els frameworks més utilitzats al món empresarial a dia d'avui: Struts 2, Spring MVC i JavaServer Faces. S'estudia com funcionen i les característiques principals de cada un, comparant-les per veure quines són comuns a tots i es consideren imprescindibles per un framework d'aquest tipus. A més, es fa un anàlisi exhaustiu dels patrons J2EE i les bones pràctiques que poden aportar al projecte.El segon bloc del projecte és el desenvolupament de Jewel Framework, el marc de treball que s'ha creat. Primer, s'analitza quines són les funcionalitats que ha de complir el framework i es fa un disseny de l'arquitectura i estructura que segueix. Després, s'implementa seguint el disseny i tenint cura que es compleixin tots els requisits, tant funcionals com de qualitat del producte. Finalment, es dissenya i desenvolupa una aplicació d'exemple que demostra la usabilitat i bon funcionament de Jewel.
Resumo:
El Virtual Camarero es un proyecto de final de carrera realizado con .NET. Consiste en una aplicación para terminal táctil para poder realizar pedidos en un bar o restaurante desde la mesa de un local. Sin la necesidad de que el camarero venga a pedir lo que se quiere tomar.
Resumo:
L'objectiu principal d'aquest projecte és la separació total dels rols de programador i de dissenyador de vistes en el disseny d'aplicacions distribuïdes fetes mitjançant tecnologia J2EE, i també el suport d'una sola aplicació a diferents tipus de client i idiomes alhora, sense la necessitat de codi extra o específic per a aconseguir-ho.
Resumo:
En aquest projecte s'utilitzarà el framework AndroMDA per construir un programari que permeti generar automàticament a partir d'un model UML simple una aplicació JEE.
Resumo:
El framework dissenyat, denominat magis, ajuda als desenvolupadors organitzant la presentació de continguts, l'accés a les funcions i serveis de negoci, el flux de pàgines, el processament de formularis, el maneig d'errors i la gestió d'estat.
Resumo:
El present projecte se centra en la creació d'un framework1 per a la capa de presentació de java J2EE2, així com un generador de codi de suport a aquest.
Resumo:
El projecte de fi de carrera proposat consisteix en l'anàlisi, disseny i implementació d'un conjunt de components que simplifiquen la construcció de la capa de presentació per a aplicacions web, servint de base per al desenvolupament d'altres productes.
Resumo:
Aquest treball consta de 2 parts, la primera consisteix en desenvolupar el framework JEE amb arquitectura MVC que he denominat GWT RAD Base (qualsevol altre nom haguésvalgut també), i la segona és una aplicació pràctica de registre de entrada i sortida de la policialocal implementada mitjançant aquest framework.
Resumo:
En aquest projecte he dissenyat i implementat un marc de treball (framework) de presentació per aplicacions J2EE. Avui en dia, per desenvolupar aplicacions web, estem obligats a que segueixin una sèrie de qualitats per tal de fer-les útils. Aquestes són eficiència, extensibilitat, reutilització i portabilitat. De no ser així, el nostre programari no tindrà lloc al mercat. Per tal d' aconseguir aquestes qualitats, cal seguir les regles establertes i utilitzar frameworks.