National Repository of Grey Literature 74 records found  beginprevious65 - 74  jump to record: Search took 0.01 seconds. 
Information system for music school
SVOBODA, Lukáš
Subject of the BA thesis is development of information system designed specifically for musical schools. The thesis is divided into several parts. First part is focused on analysis of the issue and on designing a solution. Second part describes development of the system. The information system is designed with emphasis on future functional and technological extensibility and maintainability which results in SOA product. User interface is a web application composed of several portlets built on top of Liferay portal stack. Web services provider is a standalone application with SOAP interface. User identities as roles are stored in an LDAP server which is utilized by both applications.
Repository for results of association rules data mining tasks in SEWEBAR project
Marek, Tomáš ; Šimůnek, Milan (advisor) ; Svátek, Vojtěch (referee)
This diploma thesis aims at design and implementation of I:ZI Repository application. I:ZI Repository application provides management of data mining tasks and theirs results repository and functions for search in this repository. I:ZI Repository is a REST API build on top of Java EE technology, Berkeley XML database is used for storing data mining tasks. I:ZI Repository application was created based on XQuery search application. The application has completely new structure compared to XQuery search application, all functionality of XQuery search application is present in I:ZI Repository application. Possibilities of using more general search query was added into I:ZI Repository application as well as fuzzy approaches for searching and possibility of clustering search results. Enhanced logging of application activities aimed at logging incoming search queries and outgoing search results is a part of implementation. Results of application testing are included as well.
Thesis management system
Bouda, Petr ; Pecinovský, Rudolf (advisor) ; Pavlíčková, Jarmila (referee)
This master's thesis deals with finding a solution of shortcomings in the information system ISIS during the processing of the theses. In the first instance the weaknesses of the present system are identified and analyzed. The found weaknesses are the basis for functional requirements of the developed system. Other chapters of the thesis are devoted to the development, monitoring and testing of the system. At the end is created the user's guide for simplification of the control the application.
Web applications creation using JSF PrimeFaces
Macoun, Jakub ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The work is focused on creation of web applications, primary on JSF technology with usage of PrimeFaces framework. Intention of the work is description of both technologies and comparison of them to the most widely used web technology, PHP. The way of creation using JSF and PrimeFaces is described in detail and shown on an example. Thanks to the work a reader is able to understand basics of work with JSF with PrimeFaces if he has basic knowledge of web technologies and object oriented programming. Also the reader is able to notice advantages afforded by these technologies. Information in the work is useful for example in case of choosing between two widely used web technologies, PHP and Java. It is practically shown in functional example application. Its source code is enclosed. At first there are explained today's web technologies with PHP and Java programming languages highlighted. After that web creation using Java EE and frameworks JSF and PrimeFaces is focused on. At the final part the example application is created and its architecture is described.
Framework Spring
Novák, Jiří ; Mészáros, Jan (advisor) ; Buchalcevová, Alena (referee)
The aim of the thesis is to introduce the reader to the Spring framework as a handy helper the enterprise application development. After reading the reader should be able to work with basic modules of this framework. Therefore, the thesis is designed as a manual for this framework. Spring is an application platform built on Java EE technology. For this reason, the Java EE is a theoretical basis for this thesis. The thesis describes the birth of this technology, its components and containers. Next part of the theoretical unit is a description of the Spring framework itself. The Spring concept is introduced to the reader, primarily modules which form the framework. After the concept, spring containers BeanFactory and ApplicationContext are introduced to the reader followed by dependency injection and autowiring techniques. There is also a part dedicated to AOP technice and the last is the MVC architecture. This architecture is the core of most frameworks for developing web applications and so is for Spring. For better understanding there are many examples how to work with introduced parts of the framework. In the practical part of the thesis the attention is given to the sample application, which is an integral part of this thesis. This application serves as a demonstration of informations that were presented to the reader in the theoretical part.
Testing server applications using web extension of framework TestNG.
Effenberger, Petr ; Šlajchrt, Zbyněk (advisor) ; Pecinovský, Rudolf (referee)
This bachelor's thesis focuses on application testing, specifically unit testing. The first part of the thesis introduces a testing TestNG library, which is subsequently used for creating a set of recommendations and guidelines for writing quality application and test codes. The second part of the thesis develops a web tool based on the TestNG library that allows for effective testing of server applications. Attached to the thesis is a user manual for working with the tool that I have developed.
Software quality assurance and Java web applications testing
Nejedlý, David ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The main objective of this work contains descriptions of the attributes that determine the quality of the software, a list of techniques that can ensure the quality of the code, and how to achieve code quality with software testing tools, to introduce available automated testing capabilities, to analyze in detail the testing tools Bromine and Selenium, including practical examples of working with these tools, in the end evaluate the benefits work and opportunities to deploy these tools in practice.
Framework Spring
Bobkov, Pavel ; Mészáros, Jan (advisor) ; Buchalcevová, Alena (referee)
The aim of the thesis is to introduce reader to the Spring framework and describe it as a convenient tool for rapid application development and launching projects. It is necessary to grab the Spring issue in a broader context. That's why thesis is trying to note all the relevant technologies that are closely related to Spring, or which is Spring based on. The first step to understanding Spring is a basic knowledge of Java EE. Thesis presents the architecture of Java EE while arguing its flaws, which caused the emergence of today's very powerful word framework. Next part of the thesis brings reader through characteristic of frameworks for developing Web applications in Java (the largest group of frameworks), and make him familiar with MVC design pattern that forms the architecture of most web frameworks. Thesis leads to the description of the Spring framework accompanied by numerous examples of code that prove the theoretical knowledge of the reader. At the end of the theoretical part the Spring Web MVC framework is presented. The framework combines the key principles of Spring and MVC architecture. The practical part of the thesis makes a complete development cycle of real project. Development is carried out using the Waterfall model methodology. Project implementation is based on the knowledge of Spring / Spring MVC gained in the theoretical part.
Web services and their use
Svoboda, Tomáš ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The Subject of this bachelor thesis is to point out the current trends in the area of the development and deployment of web services including their implementation in the specific programming languages and specific IDE's The most commonly used programming languages for development of web services are Java and .NET. However support for web services is currently present in all programming languages. In this bachelor thesis there are listed examples of web service implementation in Java and PHP. As a development enviroment is used NetBeans IDE. This bachelor thesis is also focused on Web service alternatives such as REST and XML-RPC. Besides Web services, part of this thesis is devoted to XML technology which is the core technology for Web services and without it. Work with Web services would be difficult to manage. The goal of this thesis is to create a comprehensive overview of web services and their most commonly used alternatives, including specific examples of implementation.
Web applications development using the JavaServer Faces framework
Hanel, David ; Pavlíček, Luboš (advisor) ; Šlajchrt, Zbyněk (referee)
This bachelor thesis deals with a JavaServer Faces technology (JSF). It is a server-side framework which should facilitate a development of Java technology-based web applications. Firstly there is a brief introduction of the Java EE platform architecture. Then the possibilities and advantages of JSF are analyzed subsequently. The whole text is adjusted to those who are experienced in JavaServer Pages (JSP) but have never used the JSF framework. In individual chapters are introduced the basic aspects of JSF applications and their functionality, like for example user interface components, page navigation, data conversion and validation, event handling, application life cycle etc. The thesis may be used as an educational material. Therefore there are also some practising tasks at the end of the chapters three till seven. Their possible solutions may be found in the attached files.

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