National Repository of Grey Literature 322 records found  beginprevious303 - 312next  jump to record: Search took 0.01 seconds. 
Technologies, design and graphic user interface of web applications
Vávra, Ondřej ; Krsek, Libor (advisor) ; Horný, Stanislav (referee)
This bachelor thesis is focused on development of modern web applications and their graphic user interface. First part defines basic terms, introduces contemporary technologies of web applications and their specifications for GUI design and also presents the overview of design process. Practicing part analyzes frameworks usage and their GUI components for web applications. Contribution of this thesis is in framework analysis, evaluation and demonstration usage for GUI design. Document also contains own survey of framework usage in Czech e-shops and answers to questions about better GUI solutions, where frameworks are used.
Comparison of selected frameworks for web applications development in PHP
Křižan, Ondřej ; Pavlíček, Luboš (advisor) ; Burkoň, Lukáš (referee)
This work presents a comparison of several selected frameworks for developing Web applications in PHP. It includes analysis of key features and approaches of modern development frameworks which is important for understanding their functions. Brief description of each framework (CodeIgniter, Zend, Prado, Yii) precedes a thorough comparison. The comparison is based on defined criteria and examination whether and how a particular framework meets that criterion. Included commentary of implementation details of chosen properties introduces readers to the technical details of the solution. Work touches on questions of choice of an appropriate framework and presents its own evaluation of each selected framework.
Analysis of components for creating WUI and its application in the framework Wicket
Hybler, Michal ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The aim of the theoretical part is a summary of commonly used graphics components for developing web applications in Java. In the introduction, theoretical part contains basic principles and terms related to the topic of work. Below is an overview of components, which is based mostly on documentation most widely used frameworks for building web applications. Individual components are divided into groups and there are descriptions and alternative names for each of them. Description of each component is aimed at its appearance as well as at routine use in practice. The practical part results from the list of components and categories created in the theoretical part. The first part is a description of the framework and its fundamental principles, especially creation of components. Each category and the components identified in the theoretical part are analyzed from the perspective of their applications in the Wicket framework. In the case of non-existing components in the framework are given options and mechanisms that replace the functionality of missing components.
Support of software quality management in a small company
Vávra, Pavel ; Novotný, Ota (advisor) ; Jonáš, Zdeněk (referee)
The goal of this thesis is to create a proposal of framework which can be used to support software quality management in a small development company. Framework is composed of processes, methodologies and tools which together should improve the quality of software products of a company. Concrete implementation of the framework is shown as a case study. Data for the case study were collected in the company Cleverbee, where the author worked during the case study's creation. Personal contribution of the author of the thesis is firstly the creation of the framework concept based on author's experiences and commented list of concrete results of framework's implementation. The detailed goal setting for this thesis and the definition of the target reader can be found in the chapter 1. Introduction. The definition of main terms, which will appear in the rest of the thesis, is contained in the chapter 2. Terms. Chapter 3. Software quality and its definition is explains the term "software quality" and the nature of the small companies. Chapter 4. Software quality management forms the theoretical foundation of the thesis. In this chapter you find how the methodologies RUP and CMMI view the software quality. Chapter 5. Framework concept contains the concept of the software quality management framework. Framework is based upon relevant sources and also author's personal experience. The chapter 6. Case study describes the concrete example of the implementation of the proposed framework. The case study also contains descriptions of the used software tools. The chapter 7. Conclusion contains the brief resume of the findings of the thesis.
Modern Java web application frameworks and their comparison
Koščejev, Anton ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The goal of this work is to propose a method of comparison and subsequently compare several of the most used Java web application frameworks in the design pattern context. The work describes fundamental design patterns and the compared frameworks, including the patterns implemented by them. Next there is offered a form of evaluation that splits into several criteria and subcriteria, and several sets of weighs representing different scenarios of decision. Frameworks are evaluated and the evaluation is substantiated. Besides the creation of the set of criteria and analysis of individual frameworks, there was an application developed using each of the frameworks, which allowed for a better evaluation by the author. This evaluation is therefore contributive also due to the actual test of the individual frameworks.
Analysis of Various Service Provisioning Practices
Šebesta, Michal ; Voříšek, Jiří (advisor) ; Klíma, František (referee)
The topic of the thesis focuses on the analysis of various service provisioning practices from the view point of a prospect customer organization. Introductory part of the thesis summarizes the actual challenges of IS/ICT for an appropriate business alignment, defines the theoretical foundations of sourcing and ICT services, considering the contemporary state of these fields. Moreover, it identifies the related areas of these fields, like enterprise architecture, IS/ICT management, and systems integration. The central part deals with the identification and analysis of the areas that influence the decision making of ICT service sourcing. Results of this analysis are summarized and further developed by creating a framework to assist companies in deciding the most suited ICT sourcing solution. Within this framework the thesis summarizes important criteria to be considered for a much suited ICT service provisioning practice. It details the prerequisites for the use of this approach and its limitations. Subsequently, it presents an evaluation of certain ICT services within the SaaS market, that could be applicable in the enterprise environment. Finally, the thesis provides a simplified case study, demonstrating a required mindset for exercising the framework in practice.
Trends in web application development
Jasný, Vojtěch ; Brabec, Tomáš (advisor) ; Špánek, Roman (referee)
The thesis is divided between two main topics: the first are trends in web application development on the client-side. Described are AJAX and COMET techniques, JSON format for data interchange, tools usable to debug Javascript applications and three Javascript libraries. Important part of client-side development are forms, which are far from ideal in their current state. Hence description of XForms and Web Forms 2.0 and their comparison is included. The second topic is server-side development. First the most used technologies used today are evaluated. Further, several frameworks are described and compared on a set of criteria. Python, Ruby and Java languages are represented.
Framework Cappuccino
Malina, Jiří ; Pavlíčková, Jarmila (advisor) ; Tichý, Vladimír (referee)
In this bachelor thesis Framework Cappuccino I'm trying to test the framework of the same name. This study is divided into two parts, theoretical one and the practical one. In theoretical part I focus on the differences between this framework and that of Google Web Toolkit. Following with the questioning whether Cappuccino framework is able to implement such patterns which are necessary for creation enterprise applications. In practical part I tried to create several of my own applications while using the Cappuccino framework and to evaluate if the framework helps the work or if it makes it more difficult to write.
Framework Wicket
Kvapil, Hynek ; Pavlíčková, Jarmila (advisor) ; Pecinovský, Rudolf (referee)
The subject of this bachelor thesis is Java framework Apache Wicket that is instrumental for easier way of web application presentation layer development. Primarily it tries introducing readers to its fundamental features, architecture and component based approach to web application development. This bachelor thesis does not aim to become tutorial for this framework, but it can be helpful in selection among similar specialized frameworks. Whereas, it aims to help readers to make more detailed imagination of Apache Wicket offers.
Access to databases in the PHP framework Zend and Nette
Moravec, Petr ; Pavlíček, Luboš (advisor) ; Burkoň, Lukáš (referee)
The main asset of the essay is a very detailed documentation of PHP frameworks and more detailed view on database layer. The essay pays attention to a database layer in Zend and Nette Frameworks. Both Frameworks are described separately. The essay also analyses Data Source Architectural Patterns of Martin Fowler. These patterns are explained in details and shown in practical examples in each separate Frameworks. They are mainly patterns of Table Data Gateway, Row Data Gateway , Active Record and Data Mapper. The last part of the essay is focused on an access to a Database in selected Frameworks, describes the main libraries and demostrates practical examples. Finally there are presented empirical tests which can help to analyse advantages and disadvantages of each Database layer.

National Repository of Grey Literature : 322 records found   beginprevious303 - 312next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.