scispace - formally typeset
Journal ArticleDOI

Comparison of performance of Web services, WS-Security, RMI, and RMI-SSL

Reads0
Chats0
TLDR
The paper contributes to the understanding of functional and performance related differences between Web services and RMI and their secure variants, WS-Security and R MI-SSL.
About
This article is published in Journal of Systems and Software.The article was published on 2006-05-01. It has received 116 citations till now. The article focuses on the topics: Java Cryptography Extension & WS-Security.

read more

Citations
More filters
Journal ArticleDOI

An Analysis of Public REST Web Service APIs

TL;DR: This paper goes through the Alexa.com top 4000 most popular sites to identify precisely 500 websites claiming to provide a REST web service API, and analyzes these 500 APIs for key technical features, degree of compliance with REST architectural principles, and for adherence to best practices.
Journal ArticleDOI

SOAP Processing Performance and Enhancement

TL;DR: A unified view of the research efforts aimed at SOAP performance enhancement is provided, covering almost every phase of SOAP processing, ranging over message parsing, serialization, deserialization, compression, multicasting, security evaluation, and data/instruction-level processing.
Proceedings ArticleDOI

Industry: using dynamic WSNs in smart logistics for fruits and pharmacy

TL;DR: A smart way to apply dynamic wireless sensor networks (WSN) in logistics, where perishable goods like fruits and pharmaceuticals greatly benefit from real-time quality monitoring during storage and transport in order to avoid quality degradation and spoilage is described.
Proceedings ArticleDOI

SOAP-based Secure Conversation and Collaboration

TL;DR: This paper shows how the proposed SOAP Account solution could be applied for early detection of XML rewriting attacks, specifically regarding secure SOAP-based conversations, with respect to WS* policy based scenarios.
Proceedings ArticleDOI

Large-Scale Data Challenges in Future Power Grids

TL;DR: The special characteristics of power grid data are explored to meet both scalability and quality of service requirements and the initial prototype can improve performance by orders of magnitude over existing general-purpose systems.
References
More filters
Book

Design Patterns: Elements of Reusable Object-Oriented Software

TL;DR: The book is an introduction to the idea of design patterns in software engineering, and a catalog of twenty-three common patterns, which most experienced OOP designers will find out they've known about patterns all along.
Book

Web Services Security

Mark O'Neill
TL;DR: Explains how to implement secure Web services and includes coverage of trust, confidentiality, cryptography, authentication, authorization, and Kerberos.
Proceedings ArticleDOI

Performance of route caching strategies in Dynamic Source Routing

TL;DR: This work presents and evaluates three techniques to improve cache correctness in DSR namely wider error notification, route expiry mechanism with adaptive timeout selection and the use of negative caches.
Proceedings ArticleDOI

A more efficient RMI for Java

TL;DR: It is demonstrated that a much faster drop-in RMI and an efficient serialization can be designed and implemented completely in Java without any native code, and the re-designed RMI supports non-TCP/IP communication networks, even with heterogeneous transport protocols.
Proceedings ArticleDOI

An efficient implementation of Java's remote method invocation

TL;DR: This paper builds a Java system based on a native compiler, which supports both compile time and run time generation of marshallers, and finds that almost all of the run time overhead of RMI can be pushed to compile time.