National Repository of Grey Literature 17 records found  1 - 10next  jump to record: Search took 0.00 seconds. 
IMS based multimedia services
Novotný, Roman ; Nagy, Ľuboš (referee) ; Mácha, Tomáš (advisor)
Submitted work describes IMS (IP Multimedia Subsystem) and focuses on services offered by this technology. In the theoretical part of the thesis is a detailed description of the IMS architecture, in the terms of its components and interfaces. Also a SIP protocol is described as the main signalling protocol, which represents the basis of the IMS architecture and RTP protocol that allows the transmission of multimedia data in real-time. Further, there are provided services that the IMS system brings. The practical part of the work describes the design and implementation of services within the IMS. It is a client-server service. Server part of the system is implemented as a SIP Servlet application. It has access to the MySQL database, which stores records of multimedia files. Client registered in the IMS network can communicate with the SIP servlet sending a request for information on such files. Following this communication, the client can play the file in his online ICP application, or download it into his PC and then play. To play and view multimedia fines is used JMF. The service is implemented in a development environment SDS Ericsson 4.1, which allows simulation of the IMS network.
Language Comparision for Content Management System
Kleban, Martin ; Vrážel, Dušan (referee) ; Chmelař, Petr (advisor)
This bachelor thesis deals with comparison of Java technologies (JSP/Servlet) and .NET (ASP.NET and C# ) for the purpose of the formation of the content management systerm. It describes technologies used in theory, defines demands for the formation of the system and analyses its concept. The depiction of implementation of the system is realised in the form of comparison of implementation of individual parts of particular language. Gained pieces of knowledge are to be found in the enclosure.
Automatic Evaluation of e-Learning Tests
Hort, Jan ; Fapšo, Michal (referee) ; Smrž, Pavel (advisor)
The thesis is dealing with research of automatic evaluation of e-learning tests. That technology is useful for domain of computer aided learning and e-learning and intelligent tutoring systems. This is extending possibility of online testing the student's knowledge. This thesis is also dealing with norms for learning and intelligent tutoring systems. Briefly introduce some project of domain of intelligent tutoring systems.
Application for displaying cartographic data in web environment
Duchovič, Adam ; Janovič, Filip (referee) ; Koutný, Martin (advisor)
This thesis deals with designing application for displaying cartographic data and its implementation to the web environment. The goal was to design an application which will be independent on platform. Introduction provides basic information about the Java programming language, next chapter introduces to the applied developing environment. Then the thesis deals with an option of dividing the solution on two possibilities and the concept of displaying cartographic data. Further is described design procedure of programming application with its implementation to the web environment. Modularity of this application was ensured during its realization. In the conclusion the process of developing application is resumed and both of the solutions are compared.
Development of IMS platform applications
Martinek, Pavel ; Nagy, Ľuboš (referee) ; Mácha, Tomáš (advisor)
This master’s thesis is focused on the network architecture of IMS (Internet Protocol Multimedia Subsystem) and development an application for IMS. IMS architecture is the convergence of fixed and mobile networks. IMS enables rapid deployment of new multimedia services. In the first chapter is showed and described architecture IMS in four layers and block model of architecture IMS. Next chapter is focused to protocols, which are used in IMS. One of the most important protocols in network IMS is SIP. This protocol is analyzed in details. For development IMS platform application was used Ericsson SDS (Service Development Studio) in version 4.1. In SDS were created applications type of client and servlet. In this master’s thesis is also used development environment NetBeans. In NetBeans was created application for management of captured images. In the same development environment was developed application that shows the contents of a database. Last chapter is devoted to analyze individual parts of communication between client and servlet, and when client uses http to download image file.
Integration of JMS Providers to Third Parties
Žiaková, Nikoleta ; Letko, Zdeněk (referee) ; Dudka, Vendula (advisor)
This thesis deals with messaging and integration of third-party JMS providers into JBoss application server. The aim of the thesis was to design and implement a general-purpose testsuite to verify the proposed integration. First requirement was to get familiar with key technologies for integration including Java Message Service, Java EE Connector Architecture, selected JMS providers and JBoss AS. Specific procedures of integration were designed and described for JMS providers Apache ActiveMQ, IBM WebSphere MQ and Red Hat MRG Messaging. The testsuite implemented to verify the functionlity of the integration focuses on four areas - transactions, clustering, high availibility and performance. The process of testing was automated using continuous integration tool Jenkins. Finally the test application was used to evaluate functionality of the integration and compare different JMS providers and various versions of JBoss AS.
GPS Location based Information Provision in IMS subsystem
Šišák, Vladimír ; Müller, Jakub (referee) ; Číka, Petr (advisor)
This thesis deals with an introduction of new functionalities in communication via IP Multimedia Subsystem (IMS) at the beginning. There are described functions of each part and introduced protocols which are used by this system. Thesis presents the method of positioning with Global Positioning System (GPS) together with methods for the distance measuring of two points on the Earth. Services provided by IMS are developed in Service Development Studio which is shortly mentioned too. The developed service is divided into two parts: a client side part and a server side part, which is formed like a servlet. This program component, which is running on server is mentioned at the end of teoretical part. The procedure of service creating, setup and functions are in description of the created service, which provides informations based on geographical coordinates to user, is described after the teoretical part.
Application for the reservation of tickets in the IMS
Otoupalík, Pavel ; Mácha, Tomáš (referee) ; Nagy, Ľuboš (advisor)
This master’s thesis deals description of the IMS (Internet Protocol Multimedia Subsystem) and shows the possibility for design applications that using services this system. The theoretical part of the thesis is focused on a detailed description of the IMS architecture, its key components and the SIP protocol that is main signaling protocol in the IMS. The practical part of the work describes the design, implementation and test of the system for reservation of tickets to cinema in the IMS. The project was created as client-server application in the development studio SDS Ericsson 4.1 FD1 with built-in IMS simulator. The client application is designed for mobile devices with support of the J2ME platform. The server part of the system is realized as SIP Servlet with access to the MySQL database. In the database are saves records about registered users, offered tickets and successful reservation. For easy work over MySQL database of the system for reservation of tickets was created the application for its administration in the Java programming language (Java SE 6). With the assistance of this application, the operators of system can add and erase the records about films, time projection and disburse tickets on the basis of knowledge of reservation ID. In the end of the work is realized SIP signaling analysis of the client registration to IMS and communication between the client application and the SIP Servlet.
Accounting System
Dostal, Jakub ; Kreslíková, Jitka (referee) ; Burget, Radek (advisor)
The aim of the work is to design and implement a basic interface of a web information system for the accounting management that corresponds to the Czech legislation. The project contains a brief introduction to the subject of accounting and the terms of proper evidence of receipts and expenditures, which are significant for basic income-tax computing. The results of the work are the requirements analysis, the system design considering the user options and needs and the description of the system implementation process with reference to used technology. In addition, the work includes a description and comparison of four commercial products from the user point of view, which became an initial point for requirements determination.
Integration of JMS Providers to Third Parties
Žiaková, Nikoleta ; Letko, Zdeněk (referee) ; Dudka, Vendula (advisor)
This thesis deals with messaging and integration of third-party JMS providers into JBoss application server. The aim of the thesis was to design and implement a general-purpose testsuite to verify the proposed integration. First requirement was to get familiar with key technologies for integration including Java Message Service, Java EE Connector Architecture, selected JMS providers and JBoss AS. Specific procedures of integration were designed and described for JMS providers Apache ActiveMQ, IBM WebSphere MQ and Red Hat MRG Messaging. The testsuite implemented to verify the functionlity of the integration focuses on four areas - transactions, clustering, high availibility and performance. The process of testing was automated using continuous integration tool Jenkins. Finally the test application was used to evaluate functionality of the integration and compare different JMS providers and various versions of JBoss AS.

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