Dr. Paul King ASERT Consulting PO Box 1243, Milton BC Brisbane, QLD

Size: px
Start display at page:

Download "Dr. Paul King ASERT Consulting PO Box 1243, Milton BC Brisbane, QLD 4064 www.asert.com.au enquiries@asert.com.au"

Transcription

1 OR CONFESSIONS OF AN APPLICATION ARCHITECT Dr. Paul King ASERT Consulting PO Box 1243, Milton BC Brisbane, QLD ASERT Education XML & Enterprise Integration - 1

2 TOPICS About ASERT History of Application Development & Integration Best Practice Technology for B2C/B2B ASERT Education XML & Enterprise Integration - 2

3 ABOUT ASERT Specialists in Advanced Software Engineering, Research & Training Small but dynamic consulting and training company based in Brisbane Clients include AT&T, Telstra, Optus, Convergys, Compaq, RSA, Oracle, BEA, Qld SMEs, Qld Govt & others Technologies: Java, EJB, CORBA, XML, Ecommerce, Internet Security, Linux/NT Products: Oracle, RSA, BEA Weblogic, Sun, Inprise/Borland, Netscape, IBM ASERT Education XML & Enterprise Integration - 3

4 Business Climate To remain competitive, companies must: reduce time to market reduce response times eliminate supply-chain inefficiencies improve customer acquisition, retention and satisfaction Requires direct real-time linkage with major trading partners Traditional approaches such as EDI are not wellsuited: lack flexibility, error prone, not real time costly and time-consuming to implement and run ASERT Education XML & Enterprise Integration - 4

5 XML and ecommerce XML is rapidly becoming the lingua franca of e-commerce According to IBM: In the business domain there will soon be specific XML languages to describe orders, transaction, inventory and billing. These open XML languages will allow manufacturers, retailers, and consumers, even banking and accounting systems to share the same data. ASERT Education XML & Enterprise Integration - 5

6 XML & e-commerce (cont d) BizTalk An industry initiative started by Microsoft and supported by a wide range of organizations, from technology vendors like webmethods, SAP and CommerceOne to technology users like Boeing and BP/Amoco Has the goal of driving the rapid, consistent adoption of XML to enable electronic commerce and application integration Defining the BizTalk Framework, a set of guidelines for how to publish schemas in XML and how to use XML messages to easily integrate software programs together in order to build rich new solutions ASERT Education XML & Enterprise Integration - 6

7 History of Application Development and Integration Platform Independent GUI Platform Independent Programs Software Independent Data Adapted from Simon Phipps, IBM Platform Independent Networking ASERT Education XML & Enterprise Integration - 7

8 Confession #1 10 years ago I believed them when they told me they had found the best technology for building distributed systems: Messaging This involved Hand-crafted messages Multiple transports C-based No management No transactions No security ASERT Education XML & Enterprise Integration - 8

9 Confession #2 8 years ago I believed them when they told me they had found the best technology for building distributed systems: DCE This involved Stub-marshaled strongly-typed messages from IDL Transparencies C-based No management Limited transactions Some security ASERT Education XML & Enterprise Integration - 9

10 Confession #3 6 years ago I believed them when they told me they had found the best technology for building distributed systems: CORBA This involved Stub-marshaled messages from IDL Transparencies Object-based (C++) No management Limited transactions Limited security interface StockMarket { float get_price (in string symbol); }; ASERT Education XML & Enterprise Integration - 10

11 Confession #4 5 years ago I believed them when they told me they had found the best technology for linking enterprise systems: EDI This involved Specially-formatted messages Typically leased lines Myriad of standards Burden on partners Limited tools Limited security ASERT Education XML & Enterprise Integration - 11

12 Confession #5 4 years ago I believed them when they told me they had found the best technology for building distributed systems: Multi-tier CORBA This involved Marshalling, IDL Additional transparencies: GUI, Business logic, Data integration logic C++-based Limited management Some transactions Some security GUI Business Logic Data ASERT Education XML & Enterprise Integration - 12

13 Confession #6 3 years ago I believed them when they told me they had found the best technology for building distributed systems: Web-based thin client This involved Web servers Limited transparencies CGI programs hacked together HTML, Java Applets Limited management No transactions Limited security GUI Business Logic Data ASERT Education XML & Enterprise Integration - 13

14 Confession #7 2 years ago I believed them when they told me they had found the best technology for building distributed systems: Application Servers This involved Combining best of web server technology and multi-tier CORBA Rich transparencies HTML, Java Applets, Servlets, SSL Usable management Usable transactions Usable security GUI Business Logic Data ASERT Education XML & Enterprise Integration - 14

15 Confession #8 1 year ago I believed them when they told me they had found the best technology for building distributed systems: EJB Application Servers This involved Best of application server technology Rich transparencies Real advancement towards distributed components Declarative specification of management, security, pooling and transactions GUI Business Logic Data ASERT Education XML & Enterprise Integration - 15

16 Now the answer is XML This involves Hand marshalling Simple messaging transports No strong typing VB/Scripting support No management No transactions No security GUI Business Logic Data What???? Confession Time Again or Confusion Time? ASERT Education XML & Enterprise Integration - 16

17 Is it just me? CORBA Gurus HUH??? Homer Simpson DUH!!! Richard Soley Disclaimer: all quotes except the first two are paraphrased biggest thing going on within OMG over the next 12 months is XML Chris Horn biggest thing for IONA to tackle over the next 12 months is XML Sun sorry we nearly missed the boat with XML but we will rapidly catch up now ASERT Education XML & Enterprise Integration - 17

18 Vertical Facilities OMG Task Force Groups Financial Objects Manufacturing Objects Telecom Objects Healthcare Objects E-Commerce Objects Transportation Objects Horizontal CORBA Facilities CORBA Object Services CORBA ORB ASERT Education XML & Enterprise Integration - 18 Banking Insurance Accounting PDM ERP Shop Floor Auto Tele Netwk Mgmt Stream Control Tele Services MPI Medical Dental E-Payment Offer Loc/Trade EC Services Rail Marine Intermodal

19 Application Servers Application Development Application Integration Adapted from Chris Horn, Iona ASERT Education XML & Enterprise Integration - 19

20 Integration Servers Application Development Application Integration ASERT Education XML & Enterprise Integration - 20

21 Typical Medium to Large Customers Application Development Application Integration ASERT Education XML & Enterprise Integration - 21

22 Best Practice Technology for B2C/B2B Application Development Application Integration B2C B2B ASERT Education XML & Enterprise Integration - 22

23 B2C - Traditional HTML Web Environment SQL Query Client <FONT ><B> Headline</FONT> </B><BR>This is CGI Program SQL Dataset Database the result of your query:<table> <TR><TD>1.885 </TD></TR> Web Server </TD>4.454</TD> <TD> ASERT Education XML & Enterprise Integration - 23

24 Refresher: XSL XML Document Stylesheet Processor transformation New XML format formatting Formatted output XSL Stylesheet ASERT Education XML & Enterprise Integration - 24

25 B2C with XML Client Side Browser Transformation & Rendering HTTP Query Servlet + JDBC Servlet + SAX/DOM Data Store HTTP (+ SSL) Query Client (Performs transformations and formatting: XSL & CSS) <?xmlstylesheet?> <HEAD>Headline </HEAD> <SUMMARY> This is the result of your query: </SUMMARY> <TABLE> <TR><TD>1.885 </TD></TR> <TD>4.454</TD> <TD> XSL Processor Client <Value1>1.885 </Value1> <Value2>0.953 </Value2> <Value3>4.454 </Value3> XML Fragment Web Server Server EJB COM+ CORBA App Server ASERT Education XML & Enterprise Integration - 25

26 B2C Client Side Applet Multi Tier Environment HTTP Query Servlet + JDBC Servlet + SAX/DOM SQL Query Data Store Java Client (Performs transformations and formatting: XSL) <?xmlstylesheet?> <HEAD>Headline </HEAD> <SUMMARY> This is the result of your query: </SUMMARY> <TABLE> <TR><TD>1.885 </TD></TR> <TD>4.454</TD> <TD> IIOP/RMI (+ SSL) XSL Processor Client <Value1>1.885 </Value1> <Value2>0.953 </Value2> <Value3>4.454 </Value3> XML Fragment Web Server Server EJB COM+ CORBA App Server ASERT Education XML & Enterprise Integration - 26

27 B2C with XML Server Side Transformation & Rendering HTTP Query Query Client (Viewer only applies formating, but no transform <?xmlstylesheet?> <HEAD>Headline </HEAD> <SUJMMARY> <TABLE> <TR><TD>1.885 </TD></TR> <TD>4.454</TD> <TD> Web Server XSL Processor XML Fragment <Value1>1.885 </Value1> <Value2>0.953 </Value2> <Value3>4.454 </Value3> Data Store ASERT Education XML & Enterprise Integration - 27

28 B2C Support for Multiple Clients Client Client Application XSLT Processor Client Client Application XML Parser XML Document XML Parser Database Client Application Client XML Parser Multiple views of the data created from the delivered XML data Middleware Business Logic Data integration Server Data can be served up as XML regardless of native format ASERT Education XML & Enterprise Integration - 28

29 B2C Application Development Issues Architecting Reusable Components Change Management: UML design across EJB, JSP, HTML still needs further investigation Application Management All-in-one Ecommerce solutions are great provided they have APIs for evolution Cross platform GUI: Win32, DHTML subset? Java? Technologies: HTML, XML, Servlets, JSP, UML, Java, Java Beans, C++, EJB, CORBA, COM+, Application Servers Products: early days for Ecommerce applications with XML support: Oracle s istore and IBM s net.commerce have open Java APIs and are beginning to support XML ASERT Education XML & Enterprise Integration - 29

30 B2C Application Integration Issues Consistent Interfaces Workflow/Long-term Transactions Integrated Application Management Technologies: HTML, XML, Servlets, JSP, Java, JDBC, C++, EJBs for wrappering, CORBA, COM+, Application Servers Products: Forte conductor ASERT Education XML & Enterprise Integration - 30

31 B2B Typical Scenario Source: webmethods ASERT Education XML & Enterprise Integration - 31

32 B2B Integration Server Architecture SQL Query Data Store Multiple Communication Formats Long-term Transactions & Security XML or XSL processing XSL Processor <Value1>1.885 </Value1> <Value2>0.953 </Value2> <Value3>4.454 </Value3> XML or XSL processing Data Store Multiple Data/App Access Mechanisms SAP XML Document Multiple XML Vocabularies And custom tools Server Integration Server Java Client ASERT Education XML & Enterprise Integration - 32

33 B2B Application Development Issues Similar to B2C issues but should design with Enterprise Portals & Marketplaces in mind Security APIs Internal and External integration Technologies: Public Key Solutions, XML, Servlets, JSP, Java, EJB, CORBA, COM+, Application Servers ASERT Education XML & Enterprise Integration - 33

34 B2B Application Integration Issues Workflow/Long-term Transactions Integrated Application Management Communications Services Document Handlers/Processors Vocabulary handlers Database Access Application Access: SAP, Peoplesoft, customised Interorganisational Security ASERT Education XML & Enterprise Integration - 34

35 B2B Appl n Integration Issues (cont d) To DTD or not to DTD? XML/EDI area is still fluid, need support for multiple protocols XML: cxml, BizTalk, OAG, FpML, RosettaNet EDI OBI (Open Buying on the Internet) Technologies: XML, SSL, XSL, Java, JDBC, Application Servers Products: webmethods B2B, excelon ASERT Education XML & Enterprise Integration - 35

Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007

Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007 Internet Engineering: Web Application Architecture Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007 Centralized Architecture mainframe terminals terminals 2 Two Tier Application

More information

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer How to Build an E-Commerce Application using J2EE Carol McDonald Code Camp Engineer Code Camp Agenda J2EE & Blueprints Application Architecture and J2EE Blueprints E-Commerce Application Design Enterprise

More information

3-Tier Architecture. 3-Tier Architecture. Prepared By. Channu Kambalyal. Page 1 of 19

3-Tier Architecture. 3-Tier Architecture. Prepared By. Channu Kambalyal. Page 1 of 19 3-Tier Architecture Prepared By Channu Kambalyal Page 1 of 19 Table of Contents 1.0 Traditional Host Systems... 3 2.0 Distributed Systems... 4 3.0 Client/Server Model... 5 4.0 Distributed Client/Server

More information

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin. Oracle WebLogic Foundation of Oracle Fusion Middleware Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.com/in/lawrence143 History of WebLogic WebLogic Inc started in 1995 was a company

More information

Detailed Table of Contents

Detailed Table of Contents Detailed Table of Contents Foreword Preface 1. Networking Protocols and OSI Model 1 1.1 Protocols in Computer Communications 3 1.2 The OSI Model 7 1.3 OSI Layer Functions 11 Summary 19 Key Terms and Concepts

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

More information

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems SOFT 437 Software Performance Analysis Ch 5:Web Applications and Other Distributed Systems Outline Overview of Web applications, distributed object technologies, and the important considerations for SPE

More information

XML- New meta language in e-business

XML- New meta language in e-business 1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility

More information

Escaping Entropy Death!

Escaping Entropy Death! Escaping Entropy Death! Simon Phipps & Java Evangelist, IBM Corporation Agenda What's the problem? Strategy Will it catch on? What's The Problem P.1-3 Entropy Death... Solutions Convergence Enterprise

More information

JAVA Technologies QUARTER 1 DESKTOP APPLICATIONS - ESSENTIALS QUARTER 2 NETWORKING AND OPERATING SYSTEMS ESSENTIALS. Module 1 - Office Applications

JAVA Technologies QUARTER 1 DESKTOP APPLICATIONS - ESSENTIALS QUARTER 2 NETWORKING AND OPERATING SYSTEMS ESSENTIALS. Module 1 - Office Applications SOFTWARE ENGINEERING TRACK JAVA Technologies QUARTER 1 DESKTOP APPLICATIONS - ESSENTIALS Module 1 - Office Applications This subject enables users to acquire the necessary knowledge and skills to use Office

More information

White paper. IBM WebSphere Application Server architecture

White paper. IBM WebSphere Application Server architecture White paper IBM WebSphere Application Server architecture WebSphere Application Server architecture This IBM WebSphere Application Server white paper was written by: Jeff Reser, WebSphere Product Manager

More information

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Page 1 of 14 Roadmap Client-Server Architecture Introduction Two-tier Architecture Three-tier Architecture The MVC Architecture

More information

Enterprise Integration Architectures for the Financial Services and Insurance Industries

Enterprise Integration Architectures for the Financial Services and Insurance Industries George Kosmides Dennis Pagano Noospherics Technologies, Inc. gkosmides@noospherics.com Enterprise Integration Architectures for the Financial Services and Insurance Industries Overview Financial Services

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

What is Middleware? Software that functions as a conversion or translation layer. It is also a consolidator and integrator.

What is Middleware? Software that functions as a conversion or translation layer. It is also a consolidator and integrator. What is Middleware? Application Application Middleware Middleware Operating System Operating System Software that functions as a conversion or translation layer. It is also a consolidator and integrator.

More information

Enterprise Application Integration

Enterprise Application Integration Enterprise Integration By William Tse MSc Computer Science Enterprise Integration By the end of this lecturer you will learn What is Enterprise Integration (EAI)? Benefits of Enterprise Integration Barrier

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

B. WEB APPLICATION ARCHITECTURE MODELS

B. WEB APPLICATION ARCHITECTURE MODELS B. WEB APPLICATION ARCHITECTURE MODELS 1. Web application, what, why and how? 2. N-Tier architecture 3. Historical review of architecture models 4. How does this relate to MVC? 83 B.1 Web application,

More information

The Enterprise Java Internet Provider

The Enterprise Java Internet Provider The Enterprise Java Internet Provider JavaCon Java Hosting Presentation Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.

More information

Long haul product development

Long haul product development Long haul Long haul product development Xoriant helps one of the largest Enterprise Asset Management software companies consolidate offshore processes and rearchitects entire product suite. 1 2011 Xoriant

More information

Web and e-business Technologies

Web and e-business Technologies ActivePotato Corporation www.activepotato.com Web and e-business Technologies By Rohit Chugh rohit.chugh@activepotato.com For the IEEE Ottawa Chapter June 2, 2003 2003 by Rohit Chugh 1 Agenda Web Technologies

More information

Virtual Credit Card Processing System

Virtual Credit Card Processing System The ITB Journal Volume 3 Issue 2 Article 2 2002 Virtual Credit Card Processing System Geraldine Gray Karen Church Tony Ayres Follow this and additional works at: http://arrow.dit.ie/itbj Part of the E-Commerce

More information

Service Oriented Architectures

Service Oriented Architectures 8 Service Oriented Architectures Gustavo Alonso Computer Science Department Swiss Federal Institute of Technology (ETHZ) alonso@inf.ethz.ch http://www.iks.inf.ethz.ch/ The context for SOA A bit of history

More information

B2B Integration: Approach Paper. Abhijit Talukdar Solution Consultant & Architect

B2B Integration: Approach Paper. Abhijit Talukdar Solution Consultant & Architect B2B Integration: Approach Paper Abhijit Talukdar Solution Consultant & Architect Contents INTRODUCTION... 3 BACKGROUND... 3 B2B FOCUS AREAS... 4 WHAT IS B2BI... 5 CHALLENGES... 6 COMMUNICATION SECURITY

More information

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 1 The Web, revisited WEB 2.0 marco.ronchetti@unitn.it Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)

More information

webmethods B2B v3.1 White Paper

webmethods B2B v3.1 White Paper webmethods B2B v3.1 White Paper June 2000 webmethods, Inc. 3930 Pender Dr Fairfax, VA 22030 sales@webmethods.com www.webmethods.com Table of Contents EXECUTIVE SUMMARY...2 THE BUSINESS INTEGRATION LANDSCAPE...3

More information

The Application of BizTalk in Public Sector

The Application of BizTalk in Public Sector The Application of BizTalk in Public Sector with BizTalk Server 2006 Chris Axton Application Platform Specialist NSW Public Sector Rahul Garg National BizTalk Specialist Microsoft Australia Public Sector

More information

Implementation of an Enterprise-level Groupware System Based on J2EE Platform and WebDAV Protocol

Implementation of an Enterprise-level Groupware System Based on J2EE Platform and WebDAV Protocol Changtao Qu, Thomas Engel, Christoph Meinel: Implementation of an Enterprise-level Groupware System Based on J2EE Platform and WebDAV Protocol in Proceedings of the 4th InternationalEnterprise Distributed

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6)

XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6) 51-40-05 DATA COMMUNICATIONS MANAGEMENT XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6) Judith Myerson INSIDE Breaking the Barrier; Product Integration; Translation for All Browsers; Dynamic XML Servers;

More information

Introducing Oracle BI / XML Publisher

Introducing Oracle BI / XML Publisher Introducing Oracle BI / XML Publisher John Jay King King Training Resources john@kingtraining.com Download this paper and code examples from: http://www.kingtraining.com Copyright @ 2007, John Jay King

More information

OFFSHORE SOFTWARE DEVELOPMENT

OFFSHORE SOFTWARE DEVELOPMENT OFFSHORE SOFTWARE DEVELOPMENT Software Labs in India Professionals in IT business & Data-processing for more than 20 years. Applications & system software development in a multitude of industries State-of-the-Art

More information

Architecture Design For Web-based Application Systems. Instructor: Dr. Jerry Gao Class: CMPE296U

Architecture Design For Web-based Application Systems. Instructor: Dr. Jerry Gao Class: CMPE296U Architecture Design For Web-based Application Systems Instructor: Dr. Jerry Gao Class: CMPE296U Architecture Design For Web-Based Application Systems - (1994-1995) Hypertext Web Systems: Graphic Web Browsers

More information

Portals, Portlets & Liferay Platform

Portals, Portlets & Liferay Platform Portals, Portlets & Liferay Platform Repetition: Web Applications and Model View Controller (MVC) Design Pattern Web Applications Frameworks in J2EE world Struts Spring Hibernate Data Service Java Server

More information

Chapter 6. 1. A computer is a collection of computers that communicate with one another over transmission lines.

Chapter 6. 1. A computer is a collection of computers that communicate with one another over transmission lines. Chapter 6 1. A computer is a collection of computers that communicate with one another over transmission lines. a. database b. application c. system d. network e. server Answer: d Difficulty: Easy Page

More information

Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc.

Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc. Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc. J1-680, Hapner/Shannon 1 Contents The Java 2 Platform, Enterprise Edition (J2EE) J2EE Environment APM and

More information

E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones.

E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones. E-Commerce Supply Chain Management Domain Research and Standard Architectures Kunal Chopra, Jeff Elrod, Bill Glenn, Barry Jones Introduction E-Commerce Supply Chain Management involves the co-ordination

More information

Glassfish, JAVA EE, Servlets, JSP, EJB

Glassfish, JAVA EE, Servlets, JSP, EJB Glassfish, JAVA EE, Servlets, JSP, EJB Java platform A Java platform comprises the JVM together with supporting class libraries. Java 2 Standard Edition (J2SE) (1999) provides core libraries for data structures,

More information

Development of Distributed Systems with Java and CORBA Issues and Solutions

Development of Distributed Systems with Java and CORBA Issues and Solutions Development of Distributed Systems with Java and CORBA Issues and Solutions Abstract Adomas Svirskas Computer Network Research Center, St. Cloud State University St. Cloud, Minnesota, USA E-mail: svirskas@stcloudstate.edu,

More information

MVC pattern in java web programming

MVC pattern in java web programming MVC pattern in java web programming Aleksandar Kartelj, Faculty of Mathematics Belgrade DAAD workshop Ivanjica 6. -11.9.2010 Serbia September 2010 Outline 1 2 3 4 5 6 History Simple information portals

More information

GRAD Analytics Advanced price and promotional analysis interface. Reactive UI providing dimensional visibility to marketing analysis.

GRAD Analytics Advanced price and promotional analysis interface. Reactive UI providing dimensional visibility to marketing analysis. SUMMARY I am a developer with 21 years of experience in designing and building object-oriented software beginning with C++ and Smalltalk in 1991. I ve been an independent Java/EE consultant since 1996.

More information

BI Publisher. Presented to: SCOUG. June 7, 2010

BI Publisher. Presented to: SCOUG. June 7, 2010 Features and Functionality of BI Publisher Presented to: SCOUG June 7, 2010 Kirby Corporation 2 Kirby Corporation 3 Kirby Corporation 4 Kirby Corporation Currently on Oracle 11.5.10+ Two Instances Financials(Accounts

More information

International Journal of Advanced Networking Applications (IJANA) ISSN No. : 0975-0290 48

International Journal of Advanced Networking Applications (IJANA) ISSN No. : 0975-0290 48 International Journal of Advanced Networking Applications (IJANA) ISSN No. : 0975-0290 47 Comparison and Implementation Challenges in E-Commerce and M-Commerce (B2B) Web Sites Nilesh Advani Asst. Prof.

More information

4. Concepts and Technologies for B2C, B2E, and B2B Transaction

4. Concepts and Technologies for B2C, B2E, and B2B Transaction 4. Concepts and Technologies for B2C, B2E, and B2B Transaction 4.4 Exchanging Information within Open Business Communities 4.4.1 Pre-Internet B2B standards: EDI, Interactive EDI, Universal EDI, OpenEDI

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

Web Services. Mark Volkmann Partner Object Computing, Inc. What Are Web Services?

Web Services. Mark Volkmann Partner Object Computing, Inc. What Are Web Services? Mark Volkmann Partner Object Computing, Inc. 1 What Are? Software services available over the internet Web-accessible components used to create distributed applications can call each other can provide

More information

CHAPTER 9: E-COMMERCE SOFTWARE

CHAPTER 9: E-COMMERCE SOFTWARE MIS 300 FUNDAMENTALS OF E- COMMERCE CHAPTER 9: E-COMMERCE SOFTWARE Electronic Commerce Objectives 2 In this chapter, you will learn about: Finding and evaluating Web hosting services Basic functions of

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

CONSUMER DEMAND MONITORING AND SALES FORECASTING (CDMFS) SYSTEM

CONSUMER DEMAND MONITORING AND SALES FORECASTING (CDMFS) SYSTEM CONSUMER DEMAND MONITORING AND SALES FORECASTING (CDMFS) SYSTEM Rahul Goela School of Electrical and Electronics Engineering (3 rd Year) Nanyang Technological University (NTU) Matriculation Number: 001105a03

More information

Internet and Web-Based Database Technology

Internet and Web-Based Database Technology Internet and Web-Based Database Technology Amjad A. Abdullat Computer Information Systems Department West Texas A&M University Canyon, Texas 79016 Abstract The demand for data-intensive Web sites is driving

More information

Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform

Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform Rafiul Ahad, Ph.D. Vice President, Mobile Products and Services Oracle Corporation copyright 2004 by OSGi Alliance All

More information

Annex 10 Standard Profile Specification and Request Form for Services

Annex 10 Standard Profile Specification and Request Form for Services Annex 10 Standard Profile Specification and Request Form for Services London, Request number: Framework Contract No.: To: Company : Contact: Telephone: e-mail address: Description of the required service:

More information

Using XML to Test Web Software Services. Modern Web Sites

Using XML to Test Web Software Services. Modern Web Sites Using XML to Test Web Software Services Jeff Offutt Information & Software Engineering George Mason University Fairfax, VA USA www.ise.gmu.edu/faculty/ofut/ Joint research with Suet Chun Lee, GMU PhD student

More information

Contents. Client-server and multi-tier architectures. The Java 2 Enterprise Edition (J2EE) platform

Contents. Client-server and multi-tier architectures. The Java 2 Enterprise Edition (J2EE) platform Part III: Component Architectures Natividad Martínez Madrid y Simon Pickin Departamento de Ingeniería Telemática Universidad Carlos III de Madrid {nati, spickin}@it.uc3m.es Introduction Contents Client-server

More information

XML WEB TECHNOLOGIES

XML WEB TECHNOLOGIES XML WEB TECHNOLOGIES Chakib Chraibi, Barry University, cchraibi@mail.barry.edu ABSTRACT The Extensible Markup Language (XML) provides a simple, extendable, well-structured, platform independent and easily

More information

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support General principles and architecture of Adlib and Adlib API Petra Otten Manager Customer Support Adlib Database management program, mainly for libraries, museums and archives 1600 customers in app. 30 countries

More information

Resume. Project Summary Project Name Client Duration Role Environment

Resume. Project Summary Project Name Client Duration Role Environment Resume Experience Summary Personal Details Saptarshi has over 2 years 8 months of experience in E-Business and Web Development. His experience includes Website Designing, Database driven Internet applications

More information

Java-technology based projects

Java-technology based projects Java-technology based projects TietoEnator Corporation Oyj Simo Vuorinen simo.vuorinen@tietoenator.com 1 TietoEnator 2000 Agenda Java: language, architecture, platform? Javan promises and problems Enterprise-APIs

More information

Enabling the Information Age

Enabling the Information Age Enabling the Information Age Web Application Server 4.0 Agenda Architecture Overview Features 2 1 (OAS) 4.0 Strategy Provide High Enterprise Quality of Service Scalable: Multithreaded, Distributed Server

More information

JAVA/J2EE DEVELOPER RESUME

JAVA/J2EE DEVELOPER RESUME 1 of 5 05/01/2015 13:22 JAVA/J2EE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract

More information

Service Oriented Architecture (SOA) An Introduction

Service Oriented Architecture (SOA) An Introduction Oriented Architecture (SOA) An Introduction Application Evolution Time Oriented Applications Monolithic Applications Mainframe Client / Server Distributed Applications DCE/RPC CORBA DCOM EJB s Messages

More information

Securely Managing and Exposing Web Services & Applications

Securely Managing and Exposing Web Services & Applications Securely Managing and Exposing Web Services & Applications Philip M Walston VP Product Management Layer 7 Technologies Layer 7 SecureSpan Products Suite of security and networking products to address the

More information

E-commerce. business. technology. society. Kenneth C. Laudon Carol Guercio Traver. Third Edition. Copyright 2007 Pearson Education, Inc.

E-commerce. business. technology. society. Kenneth C. Laudon Carol Guercio Traver. Third Edition. Copyright 2007 Pearson Education, Inc. Copyright 2007 Pearson Education, Inc. Slide 4-1 E-commerce business. technology. society. Third Edition Kenneth C. Laudon Carol Guercio Traver Copyright 2007 Pearson Education, Inc. Slide 4-2 Chapter

More information

J2EE Promises and Customer Experiences

J2EE Promises and Customer Experiences J2EE Promises and Customer Experiences Adding a Productivity Layer to J2EE Speeds J2EE Benefits By Susan E. Aldrich, Senior Vice President January 2003 Prepared for Macromedia, Inc. Patricia Seybold Group

More information

WebSphere Suite Overview

WebSphere Suite Overview Private (On-Site) Classes and Related Technical Books To discuss your training needs or request an on-site class call us at: 800.356.9093 or visit our web site at MVS Training, Inc. Own our helpful series

More information

Developing XML Solutions with JavaServer Pages Technology

Developing XML Solutions with JavaServer Pages Technology Developing XML Solutions with JavaServer Pages Technology XML (extensible Markup Language) is a set of syntax rules and guidelines for defining text-based markup languages. XML languages have a number

More information

Understanding Application Servers

Understanding Application Servers Understanding Application Servers Author: Ajay Srivastava & Anant Bhargava TCS, Jan 03 Background Application servers, whatever their function, occupies a large chunk of computing territory between database

More information

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Designs In Relation to ERP and SOA Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...

More information

Techniques for Scaling Components of Web Application

Techniques for Scaling Components of Web Application , March 12-14, 2014, Hong Kong Techniques for Scaling Components of Web Application Ademola Adenubi, Olanrewaju Lewis, Bolanle Abimbola Abstract Every organisation is exploring the enormous benefits of

More information

New Methods for Performance Monitoring of J2EE Application Servers

New Methods for Performance Monitoring of J2EE Application Servers New Methods for Performance Monitoring of J2EE Application Servers Adrian Mos (Researcher) & John Murphy (Lecturer) Performance Engineering Laboratory, School of Electronic Engineering, Dublin City University,

More information

E-Commerce Systems Technology Infrastructure

E-Commerce Systems Technology Infrastructure 6 E-Commerce Systems Technology Infrastructure Earlier chapters discussed vital components of e-commerce systems. This chapter introduces the readers to ancillary technology elements that an organization

More information

A framework for web-based product data management using J2EE

A framework for web-based product data management using J2EE Int J Adv Manuf Technol (2004) 24: 847 852 DOI 10.1007/s00170-003-1697-8 ORIGINAL ARTICLE M.Y. Huang Y.J. Lin Hu Xu A framework for web-based product data management using J2EE Received: 8 October 2002

More information

The Enterprise Service Bus

The Enterprise Service Bus 1 ESBs: Essential Infrastructure for a Successful SOA March 2005 2 at a glance Customers include world s largest firms! 80% of Global Telecom! 70% of Financial Services in Global 100! Blue Chip System

More information

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems Name : Z A B Phone : 1-847-530-7013 Email : consultants@webspherehatsguru.com SUMMARY One & half year experience of technical experience in complete software development life cycle process which includes

More information

SCF-16, III Floor, Phase 3B2, Mohali, 1600 55 India 91 (172) 465 3339, USA +1 (646) 736 7919, AUS +61 (88) 121 7811, E-mail : sales@indiwork.

SCF-16, III Floor, Phase 3B2, Mohali, 1600 55 India 91 (172) 465 3339, USA +1 (646) 736 7919, AUS +61 (88) 121 7811, E-mail : sales@indiwork. SCF-16, III Floor, Phase 3B2, Mohali, 1600 55 India 91 (172) 465 3339, USA +1 (646) 736 7919, AUS +61 (88) 121 7811, E-mail : sales@indiwork.com Website : www.indiwork.com Company Overview IndiWork Global

More information

Enterprise Application Integration (Middleware)

Enterprise Application Integration (Middleware) Enterprise Application Integration (Middleware) Cesare Pautasso Computer Science Department Swiss Federal Institute of Technology (ETHZ) pautasso@inf.ethz.ch http://www.iks.inf.ethz.ch/ EAI Course Administration

More information

ON-LINE BOOKING APPLICATION NEIL TAIT

ON-LINE BOOKING APPLICATION NEIL TAIT ON-LINE BOOKING APPLICATION NEIL TAIT Submitted in partial fulfilment of the requirements of Napier University for the degree of Bachelor of Engineering with Honours in Software Engineering School of Computing

More information

Introduction to CORBA. 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture

Introduction to CORBA. 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture Introduction to CORBA 1. Introduction 2. Distributed Systems: Notions 3. Middleware 4. CORBA Architecture 1. Introduction CORBA is defined by the OMG The OMG: -Founded in 1989 by eight companies as a non-profit

More information

Tri-Force Consulting Services, Inc. Case Studies

Tri-Force Consulting Services, Inc. Case Studies Tri-Force Consulting Services, Inc. Case Studies Tri-Force s Model Addresses Application Outsourcing and System Integration Application Development Application Management Maintenance, Enhancements, Re-engineering

More information

Electronic Commerce Engineering

Electronic Commerce Engineering 219322 Electronic Commerce Engineering Lecture 4 Laudon & Traver: Chapter 4 Building an E-commerce Web Site Copyright 2007 Pearson Education, Inc. Slide 4-1 Building an E-commerce Site: A Systematic Approach

More information

WebSphere Application Server - Introduction, Monitoring Tools, & Administration

WebSphere Application Server - Introduction, Monitoring Tools, & Administration WebSphere Application Server - Introduction, Monitoring Tools, & Administration presented by: Michael S. Pallos, MBA Senior Solution Architect IBM Certified Systems Expert: WebSphere MQ 5.2 e-business

More information

<Insert Picture Here> Betting Big on JavaServer Faces: Components, Tools, and Tricks

<Insert Picture Here> Betting Big on JavaServer Faces: Components, Tools, and Tricks Betting Big on JavaServer Faces: Components, Tools, and Tricks Steve Muench Consulting Product Manager, JDeveloper/ADF Development Team Oracle Corporation Oracle's Betting Big on

More information

Web Application Servers

Web Application Servers Web Application Servers Quan Lin HUT, Telecommunications Software and Multimedia Laboratory qlin@cc.hut.fi Abstract This paper is the assignment for the course "Tik-111.590, Research Seminar on Digital

More information

MONSTER.COM TRAINING FOR CTG. Presented by: Marla Hawk, Senior Client Trainer September 13 th, 2012

MONSTER.COM TRAINING FOR CTG. Presented by: Marla Hawk, Senior Client Trainer September 13 th, 2012 MONSTER.COM TRAINING FOR CTG Presented by: Marla Hawk, Senior Client Trainer September 13 th, 2012 Important Monster Contact Information Marla Hawk Senior Client Trainer > marla.hawk@monster.com Brendan

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

Deploying Scalable and Secure ecommerce Solutions for MultiValue Applications Tuesday, March 7, 2006

Deploying Scalable and Secure ecommerce Solutions for MultiValue Applications Tuesday, March 7, 2006 2006 Kore Technologies 1 Deploying Scalable and Secure ecommerce Solutions for MultiValue Applications Tuesday, March 7, 2006 Ken Dickinson Managing Partner, Kore Technologies Prerequisites for Session

More information

Web application specialist with a broad range of front-end technology expertise.

Web application specialist with a broad range of front-end technology expertise. Kris Karras Experienced Front-End Engineering for UI/UX developer.kris.karras@gmail.com Summary Web application specialist with a broad range of front-end technology expertise. Loves working with creative

More information

Client-Server Applications

Client-Server Applications Client-Server Applications Prof. Sanjeev Setia Distributed Software Systems CS 707 Distributed Software Systems 1 Client Server Systems Distributed Software Systems 2 1 Client/Server Application Distributed

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

Application of MVC Platform in Bank E-CRM

Application of MVC Platform in Bank E-CRM Application of MVC Platform in Bank E-CRM Liancai Hao (School of Management, Harbin Institute of Technology, Harbin P. R. China 150001) Haolc@hit.edu.cn Abstract Customer relationship management (CRM)

More information

-8*6-DYD6HPLQDU 6HUYOHW$UFKLWHFWXUHV 5DLQHU+LVV$QGUHDV.DSS 6<6725$*

-8*6-DYD6HPLQDU 6HUYOHW$UFKLWHFWXUHV 5DLQHU+LVV$QGUHDV.DSS 6<6725$* -8*6-DYD6HPLQDU 6HUYOHW$UFKLWHFWXUHV 5DLQHU+LVV$QGUHDV.DSS 6

More information

JD Edwards EnterpriseOne Mobile Solutions

JD Edwards EnterpriseOne Mobile Solutions Specialists ORACLE / JD Edwards JD Edwards EnterpriseOne Mobile Solutions 1 Agenda Mobile Computing Smart Phones Oracle ADF Overview Tablets Industrial Mobile Applications Summary 2 Mobile Computing 3

More information

Alexander Nikov. 4. Building an ecommerce Presence: Web Sites, Mobile Sites, and Apps. Outline. Teaching Objectives

Alexander Nikov. 4. Building an ecommerce Presence: Web Sites, Mobile Sites, and Apps. Outline. Teaching Objectives INFO 3435 ecommerce 4. Building an ecommerce Presence: Web Sites, Mobile Sites, and Apps Alexander Nikov Teaching Objectives Explain the process that should be followed in building an e- commerce Web site.

More information

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

A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet A Performance Comparison of Web Development Technologies to Distribute Multimedia across an Intranet D. Swales, D. Sewry, A. Terzoli Computer Science Department Rhodes University Grahamstown, 6140 Email:

More information

Web Services and Application Frameworks (.NET and J2EE)

Web Services and Application Frameworks (.NET and J2EE) Tect Web and Application Frameworks (.NET and J2EE) Gunjan Samtani Dimple Sadhwani Tect. All rights reserved. The author and publisher have made every effort in the preparation of this document to ensure

More information

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT Dr. Alexander Pons, University of Miami, apons@miami.edu ABSTRACT The deployment of Web applications consisting of dynamic content requires the selection

More information

ProgLogix R & D Pvt. Ltd.

ProgLogix R & D Pvt. Ltd. ProgLogix R & D Pvt. Ltd. ProgLogix is a one stop software development company for implementing your business idea as a software solution. You can rely on us to give your company a cutting edge, as we

More information

Enterprise Federation through Web Services based Contracts Architecture

Enterprise Federation through Web Services based Contracts Architecture Enterprise Federation through Web Services based Contracts Architecture S. Kulkarni, Z. Milosevic, {sachink, zoran}@dstc.edu.au 2002 DSTC Pty Ltd Overview Contracts in e-commerce Support for automated

More information

System types. Distributed systems

System types. Distributed systems System types 1 Personal systems that are designed to run on a personal computer or workstation Distributed systems where the system software runs on a loosely integrated group of cooperating processors

More information

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS

PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS Adrian Mos, John Murphy Performance Engineering Lab, Dublin City University Glasnevin, Dublin 9, Ireland Tel: +353 1 700-8762,

More information