National Repository of Grey Literature 108 records found  beginprevious89 - 98next  jump to record: Search took 0.01 seconds. 
Automated UML Class Diagrams Generation
Brázdil, Martin ; Bartík, Vladimír (referee) ; Kreslíková, Jitka (advisor)
This master's thesis describes the analysis, design and implementation of an application for automatic generation of UML class diagram. Application is designed as a web service, which provides remote access, especially permanent actuality of generated class diagram. Input of the service is a compiled application written for C# .NET or Java platform. The reader is acquainted with basics of reverse engineering of mentioned platforms and with structure of UML class diagram. Then are these knowledge applied in design and implementation of the service. The main goal is to facilitate and accelerate the activities of software development team members.
Mobile Application Supporting Management of Traffic Constructions
Obořil, Radek ; Španěl, Michal (referee) ; Herout, Adam (advisor)
This thesis deals with development of an application supporting management of traffic constructions. The resulting solution consists of a mobile application and a server application. The mobile application allows users to document progress of a construction using integrated camera, maps and GPS, and send collected data to the server. The server application includes a web service for client-server communication, and a web application for database management and processing of the collected data. Apart from the design and implementation, the features and technologies of mobile devices utilized by the application are discussed. The thesis also reviews current most significant mobile platforms and analyses concepts and technologies of cross-platform development, especially Xamarin and MvvmCross, which were used for development of the above-mentioned application.
Network applications in .NET Framework
Koch, Michal ; Morský, Ondřej (referee) ; Lattenberg, Ivo (advisor)
The thesis deals with the programming of network applications using .NET Framework. C# is a programming language. The thesis consists of four parts. The first part is devoted to web services, their characteristics, practical publications and web service client which is the the most common case of use of this service. The second part deals with client-client communication. As an example a simple messages sending is shown here on which are explained the principles how to create this type of application and what classes are available. The third part deals with the communication clientserver. An server application is created to connect multiple clients and send their requirements and server response them. The last part is devoted to encrypted communication. The model client-client is extended to asymmetric encryption. The thesis contains also tutorial videos which show a simple ASP.NET application development and its connection to the web service or ASP.NET application that supports HTTPS protocol and the necessary IIS configuration.
Web application HelpDesk and data synchronization
Balogh, Pavel ; Heriban, Pavel (referee) ; Šťastný, Jiří (advisor)
The thesis deals with the development of the web-based Helpdesk application which ensures and supports the communication with Internet users. The first section of the thesis contains a brief description of the individual means and tools used by the developer. The practical part describes the design and development of the individual layers of the web-based application concerned. The latter section also mentions the development and usage of the required synchronization and code generation tools.
Computer application for support to business activity of firm
Skoták, Leo ; Marada, Tomáš (referee) ; Krček, Petr (advisor)
he goal of this thesis is to analyze current situation in the area of internet commerce and design and implement own application to solve administration of customers and productcs of the firm, which deals with selling musical pieces in electronic form. The main component will be an internet shop based on subscribed custom accounts and enabled prompt offtake of the musical pieces. Designed system will be implemented as a WWW application in PHP language with using database MySQL.
Silverlight technology
Kouba, Petr ; Morský, Ondřej (referee) ; Uchytil, Stanislav (advisor)
The diploma thesis is focused on Silverlight technology, possibilities of running and application developments. Next Windows Presentation Foundation is introduced, which Silverlight technology results from, and the principal of creation user interface in XAML. Data bindings are used for the information presentation gained from web services. Concept called Windows Communication Foundation enables relatively easy application development gaining data from different resources through web services. Principals of communication with web services based on SOAP and REST architecture are described. An application for observing current stock exchanges information was developed on the base of previous studies. The application consists of server and client side. The server side obtains data from resources which are free available. These data are published through web services. Silverlight client gets data from web services and presents them to users. User settings are stored on server in database. ADO.NET Entity Framework and Domain Service are used for the access to the database.
Integration of programs into WCF web service
Chladík, Jan ; Gála, Libor (advisor) ; Horník, Jan (referee)
This thesis deals with integration of separate .NET programs of photovoltaic power plant monitoring system. The main goal is integration of functions provided by programs into a single communication interface in the form of SOAP and REST compatible web service while minimizing cost. The integration is performed using a newly developed integration application that dynamically generates a web service using WCF technology. The thesis is divided into three main parts. The first part describes the current state of the photovoltaic power plant monitoring system, its problems and solution conditions. According to these problems and conditions is designed the target state of the system. The second part is divided into phases of the project according to the OpenUP methodology. Inception phase contains a selection of technologies and approaches that are used to achieve the target state of the system in compliance with solution conditions. Elaboration phase describes how to design and define the necessary tasks of development and implementation. In construction phase is described development and implementation of tasks of designed solution within integration application including object type serialization. Transition phase describes the individual tasks of editing existing programs to achieve integration. The last part of this thesis describes some possible directions for further development of the solution. The contribution of this thesis consists in the comprehensive elaboration of all main tasks of integration of programs.
Web services testing with SoapUI
Sobotka, Petr ; Buchalcevová, Alena (advisor) ; Holoubek, Jan (referee)
The subject of this diploma thesis is web services testing with SoapUI. The main objective is to create a methodology for web services testing. The next objective (which is a part of the methodology) is to create a guidance for web services testing using SoapUI. The guidance serves as a manual to web services testing with SoapUI. The theoretical part of the thesis explains basic terms: testing, web service and methodology. This part is also devoted to the introduction of the SoapUI and Eclipse Process Framework Composer. The practical part of the thesis is focused on the methodology for web services testing itself. The methodology is created in Eclipse Process Framework Composer and each element of the methodology is described here. Some of the methodology elements (the guidance, concepts, tools and some templates) are listed as an appendix.
Preference Learning Methods
Pichl, Ota ; Kliegr, Tomáš (advisor) ; Berka, Petr (referee)
The diploma thesis is focused on preference learning. Preferences can be analyzed in many areas starting from economics, over the statistics to informatics. This thesis is focused on informatics point of view on preferences. At the beginning it is focusing on preferences in general and analyzing its origin in economical science. Then this knowledge base is used for analysis of informatics methods employed in preference learning which also includes machine learning and describes how these sciences are connected with each other. Practical part of work is focused on employing informatics preferences in practice. The basic tasks and methods are described at the beginning and followed by more detailed analysis of one the methods (UTA NM). The result consists of description and implementation of a REST web service that can be used for one of the preference learning tasks.
Mobile personal assistants
Techl, Jan ; Sigmund, Tomáš (advisor) ; Labský, Martin (referee)
This thesis focuses on analysis, definition and description of mobile personal assistants as a phenomenon emerging in past few years. Mobile personal assistants are first mentioned in the context of computational linguistics and information needs, which is one of the motivations to use them. Main interest of this thesis is an introduction of the core technologies for the natural language communication between the assistant and its user, followed by an introduction of host environments and possible usage. The thesis also presents the limitations and risks resulting from using them, which are in some ways affecting their usability. Beside the analysis the main focus is on the design and implementation of the natural language understanding (NLU) system, which can be used in particular personal assistant application. This system is implemented as a web service and consists of an annotation scheme with a set of components. The results show that the system architecture and tools used are suitable solution for the construction of a basic NLU system, which has been created and which is in the compliance with the requested parameters. It is still difficult task to achieve high precision, which depends on many factors including the amount of training data, which was very small in this case. However, the resulting application is a solid starting point for its further development and extensions.

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