34,019 research outputs found

    A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet

    Get PDF
    In recent years the World Wide Web has transformed into a dynamic, interactive medium, exposing a proliferation of on-line services that dis-tribute large quantities of multimedia. This has increased awareness of the need to select an appropriate Web programming technology when creating Webbased services. This paper compares three dynamic Web programming technologies from the point of view of performance in multimedia distribution. In particular, this paper examines Sun Microsys-tem’s Java Server Pages (JSP), Microsoft’s Active Server Page’s (ASP) and the more recent ASP .NET. The comparison is based on testing applications that distribute multiple images from an Oracle 9i database to Web-enabled clients. Previous research conducted by Oracle indi-cates that JSP and the underlying Java platform outperform ASP. The results in this paper, however, do not agree with Oracle’s statement as JSP tends to be marginally slower than ASP

    IMPLEMENTASI ASYNCHRONOUS JAVASCRIPT AND XML UNTUK SISTEM REALTIME DENGAN BANDWITH BESAR LATENSI RENDAH

    Get PDF
    Asynchronous java Script and XML(AJAX) is a web-applicalion development tool suitable for developing interactive and responsive web applications. AJAX makes it possible to create a lower refresh postback rate to server and more responsive web application to run functions in a desktop application. The purpose of this research was to make several controls implemented using AJAX to handle realtime problems in order to test AJAX capability in giving high responsitivity The realtime problem discussed here was monitoring data change continuously and so it needed high response from web application XML HTTP Request was used to get a responsive and realtime web page, combined with server-side programming such as C# NET wrrapped in web services to process data and java Script to display the result all with a better security

    A gentle transition from Java programming to Web Services using XML-RPC

    Get PDF
    Exposing students to leading edge vocational areas of relevance such as Web Services can be difficult. We show a lightweight approach by embedding a key component of Web Services within a Level 3 BSc module in Distributed Computing. We present a ready to use collection of lecture slides and student activities based on XML-RPC. In addition we show that this material addresses the central topics in the context of web services as identified by Draganova (2003)

    Orchestrating Tuple-based Languages

    Get PDF
    The World Wide Web can be thought of as a global computing architecture supporting the deployment of distributed networked applications. Currently, such applications can be programmed by resorting mainly to two distinct paradigms: one devised for orchestrating distributed services, and the other designed for coordinating distributed (possibly mobile) agents. In this paper, the issue of designing a pro- gramming language aiming at reconciling orchestration and coordination is investigated. Taking as starting point the orchestration calculus Orc and the tuple-based coordination language Klaim, a new formalism is introduced combining concepts and primitives of the original calculi. To demonstrate feasibility and effectiveness of the proposed approach, a prototype implementation of the new formalism is described and it is then used to tackle a case study dealing with a simplified but realistic electronic marketplace, where a number of on-line stores allow client applications to access information about their goods and to place orders

    A Programming Language for Web Service Development

    Get PDF
    There is now widespread acceptance of Web services and service-oriented architectures. But despite the agreement on key Web services standards there remain many challenges. Programming environments based on WSDL support go some way to facilitating Web service development. However Web services fundamentally rely on XML and Schema, not on contemporary programming language type systems such as those of Java or .NET. Moreover, Web services are based on a messaging paradigm and hence bring forward the traditional problems of messaging systems including concurrency control and message correlation. It is easy to write simple synchronous Web services using traditional programming languages; however more realistic scenarios are surprisingly difficult to implement. To alleviate these issues we propose a programming language which directly supports Web service development. The language leverages XQuery for native XML processing, supports implicit message correlation and has high level join calculus-style concurrency control. We illustrate the features of the language through a motivating example
    • …
    corecore