National Repository of Grey Literature 53 records found  beginprevious21 - 30nextend  jump to record: Search took 0.00 seconds. 
Conversion of Markdown documents to DocBook format
Šmíd, Martin ; Šlajchrt, Zbyněk (advisor) ; Kosek, Jiří (referee)
Main purpose of this thesis is to design software enabling a conversion of Markdown format into DocBook. This converter is developed in XSLT 2.0 language and serves not only as XSL stylesheet, which can be used by DocBook users, but also as a stand-alone implementation of Markdown in a new environment. Firstly, both formats are analyzed from the perspective of their specification and usage. Requirements are specified based on the analysis and together with the use cases are defining the functionality. Thesis continues with the design of general logic, which serves as a base of actual implementation of converter. Web application, which presents practical usage of converter's functionality, is also part of this work. Own contribution of the work is to create an open-source program that enriches the user community with a new tool and also demonstrates the capabilities of XSLT 2.0 technology.
ServiceNow Development Tools
Paulech, Matej ; Šlajchrt, Zbyněk (advisor) ; Janeček, Jakub (referee)
The topic of this paper is creation of new ServiceNow development tool. ServiceNow is cloud based IT service support management tool. It is widely customizable, mainly by creating scripts. The problem is that scripts are created via web browser, which is not very user friendly. The main goal of this paper is to design better solution for creating scripts in ServiceNow and implement it for selected integrated development environment - Eclipse. Created development tool should support these operations - checking out scripts from ServiceNow to local workspace, editing them in special editor, updating them to newest version and committing them back to ServiceNow with check that work of some other developer is not overwritten. The main contribution of this paper is created ServiceNow development tool that provides better user experience than existing solutions. This paper is only start of development. It will continue in the future.
Comparison of Distributed "No-SQL" Databases with an Emphasis on Performance and Scalability
Petera, Martin ; Šlajchrt, Zbyněk (advisor) ; Pavlíčková, Jarmila (referee)
This thesis deals with NoSQL database performance issue. The aim of the paper is to compare most common prototypes of distributed database systems with emphasis on performance and scalability. Yahoo! Cloud Serving Benchmark (YCSB) is used to accomplish the aforementioned aim. The YCSB tool allows performance testing through performance indicators like throughput or response time. It is followed by a thorough explanation of how to work with this tool, which gives readers an opportunity to test performance or do a performance comparison of other distributed database systems than of those described in this thesis. It also helps readers to be able to create testing environment and apply the testing method which has been listed in this thesis should they need it. This paper can be used as a help when making an arduous choice for a specific system from a wide variety of NoSQL database systems for intended solution.
JSF Framework for Complex Data Visualization
Linha, Martin ; Šlajchrt, Zbyněk (advisor) ; Vitinger, Jiří (referee)
The thesis is focused on the development of JSF framework providing components for complex data visualizations. Its objective consists of the implementation of the API for creating JSF components rendering complex charts based on the JavaScript library C3.js and subsequent implementation of a set of chart components using this API. The contribution of this thesis is a library providing a tool for creating new JSF components based on C3.js together with a set of ready to use components. It begins with research of relevant JSF libraries, following with API analysis and design. Based on that is API implemented, in which a component set is then created. As a part of this work is a user guide, API reference guide and presentation web of implemented components.
Esper web: Web interface for real time event processing
Kravec, Martin ; Šlajchrt, Zbyněk (advisor) ; Pecinovský, Rudolf (referee)
This thesis deals with the complex event processing problem. In theoretical part you can find explanation of basic terms and description of used technologies. Reader also becomes fammiliar with basics of work with esper. Practical part is about building administrative interface, which after connecting to server part of application enables user to use basic functionality of esper engine without previous programming knowledge. Part of this chapter is about system set-up, installation and launching the application as it is not considered to be a trivial task.
A comparison of the web Rapid Application Development frameworks Ruby on Rails and Spring Roo
Jindráček, Petr ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The topic of this master's thesis is a comparison of web Rapid Application Development frameworks Ruby on Rails and Spring Roo. The paper focuses on creating extensive overview of pros and cons of the subjected tools from the web developer's point of view to enhance his awareness about the subject, also to come up with new questions for further analysis or even convince him to use one of the frameworks in the real projects. Firstly, the paper contains a theoretical overview of the common conceptions for better understanding of the following parts and then specific principles for each of the selected frameworks. Secondly, there is a practical part. On one hand it demonstrates the implementation of a reference application using both platforms to illustrate the practical distinctions. On the other hand, it also contains an overall comparison based on the defined methodology. Altogether, it should form a comprehensive comparison of the selected frameworks for web developers interested in Ruby and Java platforms.
Bean Validation pro JAXB
Valový, Marcel ; Pecinovský, Rudolf (advisor) ; Šlajchrt, Zbyněk (referee)
Currently, there is no solution providing automatic validation of objects in the problem of solving Object-to-XML Impedance Mismatch. The author chose Java SE specification JAXB for Object-to-XML mapping and Java EE specification Bean Validation for validation of JavaBean objects. This thesis focuses on the interconnection of the two specifications and creation of a new specification Bean Validation in JAXB providing automatic validation at the object level during the process of marshalling and unmarshalling. This specification also provides means for mapping XML Restrictions and Facets to Bean Validation constraints. In this thesis author presents the design of Bean Validation in JAXB facility specification, its reference implementation, written by author, and users and programmers guide.
Integration of statistic application and gaming system using data warehouse and Java platform
Macoun, Jakub ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
Diploma thesis is about creation of support software integrated into gaming system. Thanks to non-existence of documentation of chosen gaming information system, untraditional method of software creation had to be used. The method is described by this thesis. Main objective of the thesis is creation of supporting application that generates aggregated data, stores it to a data warehouse and presents it to its users. All of this development is done using defined method. Thesis is divided in two main parts. The first one contains analysis of gaming information system. This analysis is used in the second part of the thesis, which describes how was the developed software designed and implemented. All analysis in the thesis are important part of the final product development and the product can be created thanks to them. Created application is unique in its domain and brings view at an untraditional development of this support software. Thanks to its uniqueness, created software can help with inspiration for next development in this domain.
Development and publication of an application on Android platform
Plevka, Ondřej ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
The aim of this bachelor's thesis is to gradually familiarize the reader with the development process and publication of an application on the Android mobile platform. This is the practical part of this thesis. The application deals with the dynamic collections management based on barcodes or QR codes. Among other things, the application can communicate with a remote database on the web server. The gradual process of development as analysis, design and subsequent publication are described in the theoretical part of this thesis. The last part discusses the possibilities of promotion applications on the Internet.
Tool for performance testing of web services
Viterna, David ; Šlajchrt, Zbyněk (advisor) ; Pecinovský, Rudolf (referee)
The work deals with the issue of performance tests of web servers, comparing available, free-to-use tools, design their own solution to the problem, its analysis and subsequent implementation. The resulting program is programmed in Java and uses a simple graphical user interface for easy and quick navigation with the option to display the resulting data in a graph. The application allows the user to test the selected web server using an adjustable number of connections with clients virtual connections and delays including advanced settings from headers to the actual JavaScript tests. The result of the test can be a simple overview of all connected together, including statistical data, or a view of individual tests and their representation in the chart. The work contains user documentation and source code.

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