National Repository of Grey Literature 10 records found  Search took 0.00 seconds. 
Transparent Client-Server HTTP Communication
Chmela, Ondřej ; Zelený, Jan (referee) ; Burget, Radek (advisor)
Today's web applications are becoming more interactive and user comfort. This places greater emphasis on technology for communicating with the server in the background, without user molested constant renewal of the page or waiting to for processing the request. For this purpose is the development of new technologies that make it possible. One of that is WebSocket. This paper describes the technology and its application to a WebSocket server and libraries for two-way remote procedure calls between the client and the server. The operation is verified in the demo application.
Methods of Remote Access to Information Systems
Oujeský, Miroslav ; Lukáš, Roman (referee) ; Honzík, Jan M. (advisor)
This work describes currently available methods for remote access to information systems. This knowledge was used to design and implement remote access interface to Webnode information system.
Secured data transfer between client and server using hessian protocol
Hořejš, Jan ; Uher, Václav (referee) ; Burget, Radim (advisor)
The objective of this work was the choice and creating of a secure communication protocols between server and a client in order to transmit sensitive medical data through an unsecured network. The first part is focused on a theoretical description and the properties of both client and server applications, metaprotocols, their purpose and thein appropriate use. The second part describes creation of secure communication and creation of demonstration application for secure data transmission. It is demonstrated by setting the server, creation of client applications and compilation of the certificate, including its installation.
Supporting multiplatform applications with YA-RPC
Kovařík, František ; Hnětynka, Petr (advisor) ; Yaghob, Jakub (referee)
Title: Supporting multiplatform applications with YA-RPC Author: František Kovařík Department: Department of Software Engineering Supervisor: RNDr. Petr Hnětynka, Ph.D. Supervisor's e-mail address: hnetynka@d3s.mff.cuni.cz Abstract: Over the last three decades, Remote Procedure Call (RPC) has become a popular inter-computer and inter-process communication paradigm widely used by a variety of interconnected computer systems. Even though a number of RPC protocols and implementations evolved over those years, no single system offers a significant set of features, while providing an easy-to-use application programming interface. In this thesis, we present Yet Another Remote Procedure Call - YaRpc, a specification of a flexible and programmer friendly middleware that offers advanced features such as pluggable transports and protocols, callbacks, and configurable method dispatch. Additionally, we define YaRpc Native Protocol (YNP), a new light-weight high-performance RPC protocol with a rich set of features. We provide a native implementation of both YaRpc middleware and YNP protocol for Java and .NET Framework, and compare its usability with Java RMI, .NET Remoting and SOAP web services. Keywords: YaRpc, remote procedure call, distributed system
Supporting multiplatform applications with YA-RPC
Kovařík, František ; Hnětynka, Petr (advisor) ; Yaghob, Jakub (referee)
Title: Supporting multiplatform applications with YA-RPC Author: František Kovařík Department: Department of Software Engineering Supervisor: RNDr. Petr Hnětynka, Ph.D. Supervisor's e-mail address: hnetynka@d3s.mff.cuni.cz Abstract: Over the last three decades, Remote Procedure Call (RPC) has become a popular inter-computer and inter-process communication paradigm widely used by a variety of interconnected computer systems. Even though a number of RPC protocols and implementations evolved over those years, no single system offers a significant set of features, while providing an easy-to-use application programming interface. In this thesis, we present Yet Another Remote Procedure Call - YaRpc, a specification of a flexible and programmer friendly middleware that offers advanced features such as pluggable transports and protocols, callbacks, and configurable method dispatch. Additionally, we define YaRpc Native Protocol (YNP), a new light-weight high-performance RPC protocol with a rich set of features. We provide a native implementation of both YaRpc middleware and YNP protocol for Java and .NET Framework, and compare its usability with Java RMI, .NET Remoting and SOAP web services. Keywords: YaRpc, remote procedure call, distributed system
Supporting multiplatform applications with YA-RPC
Kovařík, František ; Hnětynka, Petr (advisor) ; Yaghob, Jakub (referee)
Title: Supporting multiplatform applications with YA-RPC Author: František Kovařík Department: Department of Software Engineering Supervisor: RNDr. Petr Hnětynka, Ph.D. Supervisor's e-mail address: hnetynka@d3s.mff.cuni.cz Abstract: Over the last three decades, Remote Procedure Call (RPC) has become a popular inter-computer and inter-process communication paradigm widely used by a variety of interconnected computer systems. Even though a number of RPC protocols and implementations evolved over those years, no single system offers a significant set of features, while providing an easy-to-use application programming interface. In this thesis, we present Yet Another Remote Procedure Call - YaRpc, a specification of a flexible and programmer friendly middleware that offers advanced features such as pluggable transports and protocols, callbacks, and configurable method dispatch. Additionally, we define YaRpc Native Protocol (YNP), a new light-weight high-performance RPC protocol with a rich set of features. We provide a native implementation of both YaRpc middleware and YNP protocol for Java and .NET Framework, and compare its usability with Java RMI, .NET Remoting and SOAP web services. Keywords: YaRpc, remote procedure call, distributed system
Supporting multiplatform applications with YA-RPC
Kovařík, František ; Hnětynka, Petr (advisor) ; Yaghob, Jakub (referee)
Title: Supporting multiplatform applications with YA-RPC Author: František Kovařík Department: Department of Software Engineering Supervisor: RNDr. Petr Hnětynka, Ph.D. Supervisor's e-mail address: hnetynka@d3s.mff.cuni.cz Abstract: Over the last three decades, Remote Procedure Call (RPC) has become a popular inter-computer and inter-process communication paradigm widely used by a variety of interconnected computer systems. Even though a number of RPC protocols and implementations evolved over those years, no single system offers a significant set of features, while providing an easy-to-use application programming interface. In this thesis, we present Yet Another Remote Procedure Call - YaRpc, a specification of a flexible and programmer friendly middleware that offers advanced features such as pluggable transports and protocols, callbacks, and configurable method dispatch. Additionally, we define YaRpc Native Protocol (YNP), a new light-weight high-performance RPC protocol with a rich set of features. We provide a native implementation of both YaRpc middleware and YNP protocol for Java and .NET Framework, and compare its usability with Java RMI, .NET Remoting and SOAP web services. Keywords: YaRpc, remote procedure call, distributed system
Secured data transfer between client and server using hessian protocol
Hořejš, Jan ; Uher, Václav (referee) ; Burget, Radim (advisor)
The objective of this work was the choice and creating of a secure communication protocols between server and a client in order to transmit sensitive medical data through an unsecured network. The first part is focused on a theoretical description and the properties of both client and server applications, metaprotocols, their purpose and thein appropriate use. The second part describes creation of secure communication and creation of demonstration application for secure data transmission. It is demonstrated by setting the server, creation of client applications and compilation of the certificate, including its installation.
Transparent Client-Server HTTP Communication
Chmela, Ondřej ; Zelený, Jan (referee) ; Burget, Radek (advisor)
Today's web applications are becoming more interactive and user comfort. This places greater emphasis on technology for communicating with the server in the background, without user molested constant renewal of the page or waiting to for processing the request. For this purpose is the development of new technologies that make it possible. One of that is WebSocket. This paper describes the technology and its application to a WebSocket server and libraries for two-way remote procedure calls between the client and the server. The operation is verified in the demo application.
Methods of Remote Access to Information Systems
Oujeský, Miroslav ; Lukáš, Roman (referee) ; Honzík, Jan M. (advisor)
This work describes currently available methods for remote access to information systems. This knowledge was used to design and implement remote access interface to Webnode information system.

Interested in being notified about new results for this query?
Subscribe to the RSS feed.