National Repository of Grey Literature 202 records found  beginprevious193 - 202  jump to record: Search took 0.01 seconds. 
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.
Weakening the role of relaxation in working process. Discrepancies between work and rest of a person at productive age in the Czech society in the context of development of western Europe - a view of Christian ethics.
HROBAŘOVÁ, Petra
The diploma thesis deals with the question of work and rest in the life of a contemporary Czech person. This includes the development of western Europe in past centuries before and after the industrial revolution up to the present situation characterized by the emphasis on speed and profit. The next part deals with the development of the Czech countries in the twentieth century that have undergone significant dramatic changes reflected even in the field of work and rest. The changes that took place with the commencement of capitalism are reflected from the position of the Jewish-Christian tradition and the social encyclicals issued from the late nineteenth century. It also focuses on the risks closely associated with an imbalance of work and rest both on the level of an individual and also his/her surroundings. Finally, current problems and possible solutions from the side of the state, the employer, the society and the individual himself/herself.
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.
Methodology of REST API design
Koudelka, Jakub ; Burkoň, Lukáš (advisor) ; Jansa, Václav (referee)
This work deals with an analysis and design of application programming interface (API) within the architectural style known as REST (Representational State Transfer). Beginning of this thesis covers basic introduction of HTTP protocol and REST fundamentals, followed by analysis and solution proposals of common situations that can occur in API. Sample application was implemented by following these proposals.
Catalogization of RESTful webservices
Koch, Ondřej ; Burkoň, Lukáš (advisor) ; Jansa, Václav (referee)
Currently there is a lot of enterprise middleware platforms based on SOAP-oriented webservices. However common message oriented middleware does not fully satisfy the need of integration small to middle sized services keeping the expenses reasonably low. The main goal of this thesis is to provide the analysis, and achitecture of a catalog for REST based webservices and to provide implementation at least for the purpose of practical examples. This catalog should enable it's users the publication of REST webservices, their categorization, searching, sharing and providing metainformation and therefore providing support for the deployment process, propagation, maintanance and further development and therefore lead to higher standarization of these services. The system should be percieved as a proof of concept of support system of a RESTful MOM.
Windows Phone7 Application with Backend on Windows Azure
Kolín, Tomáš ; Pavlíčková, Jarmila (advisor) ; Řehořík, Filip (referee)
The main objective of this diploma thesis is to design and develop a cloud hosted service that allows developers of games for Windows Phone 7 platform to extend their products with social and competitive aspect using Platform as a Service solution Windows Azure for hosting the backend of this system. The first part of the thesis analyses systems that are available on the market and that are providing similar services for the target platform. Based on this analysis, functional and general requirements for the future application are specified in the second part. Based on these requirements, use case analysis is made. The third part of the thesis is dedicated to description of the most important features, APIs and specifics of the Windows Phone 7 software platform. The fourth part is dedicated to Windows Azure as a Cloud platform both in terms of most important services, their characteristics and APIs used to utilise them and in terms of their business and pricing conditions. The fifth part addresses the architecture and the most important implementation details of the application. The final part contains the user guide for both the Windows Phone 7 application and for developers interested in using the library containing the API during the development of their game. The output of this thesis is the designed and implemented application with client-server architecture ready to have its backend deployed in Windows Azure environment and to have its frontend deployed on Windows Phone 7 devices. The client part of the system is comprised of a library intended for developers of games, which encapsulates the API needed to access the backend on the Internet, and a graphic frontend intended for end users. The server part, which contains most of the application logic, has REST interface. The applications architecture allows future development in terms of new functionality and expansion on more client platforms.
Representational State Transfer a its support in programming language Java
Tran, Dac Ngoc Lam ; Pavlíčková, Jarmila (advisor) ; Šlajchrt, Zbyněk (referee)
This bachelor thesis focuses on explaining the term Representational State Transfer (REST) and its usage in the programming language Java. The first chapter introduces readers with the theoretical basis of REST, its presence in HTTP protocol and its pros and cons in general. The second chapter is dedicated to the application of principles mentioned in the first chapter. On two different programs, a client and a server, I go through the analysis and programming the REST layer. After this chapter, the reader should be able to link the theoretical knowledge with practical usage in Java. The content of the third chapter is mainly based on my experience gained during implemeting the sample applications. I compare two different frameworks for developing REST in Java -- Jersey and Restlet. I evaluate them according to different criterias, and in the end of the chapter I select the winner.
Noise in the vicinity of farms for rearing calves.
ŠÁMAL, Jiří
The work deals with noise in the vicinity of farms for rearing calves. In this work addresses the size of the noise that affects animals and humans around them. Data collection were two sound level meter, which we recorded the noise. Values are summarized in graphs. From graphs is clear, that there is overturned hygiene standards. This is reason, why there is no need to propose changes.
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.

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