A Comparison of Software Architectures for E-business Applications
نویسندگان
چکیده
As dynamic content has become more prevalent on the Web, a number of standard mechanisms have evolved to generate such dynamic content. We study three specific mechanisms in common use: PHP, Java servlets, and Enterprise Java Beans (EJB). PHP and Java servlets require a direct encoding of the database queries in the application logic. EJB provides a level of indirection, allowing the application logic to call bean methods that then perform database queries. Unlike PHP, which typically executes on the same machine as the Web server, Java servlets and EJB allow the application logic to execute on different machines, including the machine on which the database executes or a completely separate (set of) machine(s). We present a comparison of the performance of these three systems in different configurations for two application benchmarks: an auction site and an online bookstore. We choose these two applications because they impose vastly different loads on the sub-systems: the auction site stresses the Web server front-end while the online bookstore stresses the database. We use opensource software in common use in all of our experiments (the Apache Web server, Tomcat servlet server, Jonas EJB server, and MySQL relational database). The computational demands of Java servlets are modestly higher than those of PHP. The ability, however, of locating the servlets on a machine different from the Web server results in better performance for Java servlets than for PHP in the case that the application imposes a significant load on the front-end Web server. The computational demands of EJB are much higher than those of PHP and Java servlets. As with Java servlets, we can alleviate EJB’s performance problems by putting them on a separate machine, but the resulting overall performance remains inferior to that of the other two systems.
منابع مشابه
The Extent of Utilization of E-Marketing Application by Small and Medium Enterprises in South Eastern States of Nigeria
The need for small and medium scale enterprises to utilize information and communication technology (ICT) applications to boost their business necessitated this study which bordered on assessing the extent of utilization of e-marketing applications by small and medium enterprises in South Eastern States of Nigeria. Two research questions guided the study. Two null hypotheses were tested at 0.05...
متن کاملService Architecture Design for E-Businesses: A Pattern-Based Approach
E-business involves the implementation of business processes over the Web. At a technical level, this imposes an application integration problem. In a wider sense, the integration of software and business levels across organisations becomes a significant challenge. Service architectures are an increasingly adopted architectural approach for solving Enterprise Applications Integration (EAI). The...
متن کاملOn the Interplay of Organizational Architecture and Software Architecture
Enterprise architecture frameworks sometimes provide an additional architectural layer between businessoriented artefact types (e. g., business processes, organizational units) and technical artefact types (e. g., software components, data structures). This "integration" or "alignment" layer is intended to bridge the gap, which results from different life cycles, different ownerships, and other...
متن کاملSoftware Engineering Experiences While Implementing Internet-based Business Processes
This paper presents a Software Engineering tool set for developing process-oriented Internet applications. This paper also presents experiences using this tool set to implement two industry quality business processes. These experiences provide practical Software Engineering principles for implementing Internetbased business processes: adaptable e-business connections, interconnected business-pr...
متن کاملHow Business Models Influence the Development of E-Business Applications
Currently, we are in the midst of the digital equivalent of the Industrial Revolution. Internet technologies fundamentally change the way business is done. Besides offering new possibilities for existing business models, they also enable totally new ones. This paper presents a methodology for the development of e-business applications which considers in particular the (strategic) business model...
متن کاملA Novel Multiply-Accumulator Unit Bus Encoding Architecture for Image Processing Applications
In the CMOS circuit power dissipation is a major concern for VLSI functional units. With shrinking feature size, increased frequency and power dissipation on the data bus have become the most important factor compared to other parts of the functional units. One of the most important functional units in any processor is the Multiply-Accumulator unit (MAC). The current work focuses on the develop...
متن کامل