ObjectWeb. An Introduction

Size: px
Start display at page:

Download "ObjectWeb. An Introduction"

Transcription

1 ObjectWeb An Introduction Jean-Bernard STEFANI INRIA

2 Outline What is it? History Motivations Objectives Organization Current Status Technical Perspectives Conclusion (Nom du fichier) - D2-22/09/2001

3 What is it? Open Source initiative Origin FT R&D, Bull/Evidian, INRIA Initial code base: Jonathan, JOnAS, Joram Developing Open Source middleware Apache or Linux of distributed middleware Software available under LGPL-like licences Since Jan International Consortium, hosted by INRIA In the works ITEA Osmose FP6 Integrated Project (Nom du fichier) - D3-22/09/2001

4 History Created end 1999 Partners : France Télécom R&D, INRIA, Evidian (then BullSoft) Initial code base: Jonathan, JOnAS Extension in 2000 New partners: Libelis, Lutris (Enhydra), Experlog New code: Joram, RMIJdbc Consolidation and development in 2001 New partners: Schlumberger, Kelua, Scalagent, other start-ups, academic partners, New code: JORM, OpenCCM (Nom du fichier) - D4-22/09/2001

5 Motivations Interests of Open Source software Infrastructure and commodity software Means for distribution and experimentation, adaptation to various requirements Development of new business models around Open Source software Limitations of existing Open Source platforms Architecture Functional coverage Industrial quality (Nom du fichier) - D5-22/09/2001

6 Objectives Technical objectives To develop a distributed component-based middleware technology In the line of the CORBA and Java standards Community objectives To develop a community of developers and users around ObjectWeb components and platforms In the Free Software / Open Source tradition (FSF, Apache, etc.) (Nom du fichier) - D6-22/09/2001

7 Technical objectives Integration, manageability, composability Architecture and frameworks Components Management and re-configuration Compatibility with standards CORBA: CORBA 3.0, CCM Java: EJB 2.0, JDO Interoperability: HTTP, SOAP, JDBC, LDAP (Nom du fichier) - D7-22/09/2001

8 Technical objectives Functional coverage Naming, trading Communication: remote operations, events, messages, multicast Availability and safety: transactions, persistence, replication, fault tolerance Load balancing Security Robustness, optimisation and code quality Benchmarks, tests, evaluations, demonstrators Development tools (Nom du fichier) - D8-22/09/2001

9 Community objectives Education and teaching Support for courses, on-line documentation Projects Leveraging National and European universities Contributors and users Web infrastructure Seminars and conferences Leveraging National and European middleware R&D (Nom du fichier) - D9-22/09/2001

10 Community objectives Industrial relations Standardization Distribution, integration, services Network of industrial and start-up companies Communication and promotion Web site Free Software / Open Source lobbying Lobbying (Nom du fichier) - D10-22/09/2001

11 Organization Projects Members (legal entities or individuals) Board College of architects Executive committee (Nom du fichier) - D11-22/09/2001

12 Organization ObjectWeb Project Development activity within ObjectWeb Project code base Project leader Oversees the evolution of the project code base Decides on new releases Manages the development of the project code base (Nom du fichier) - D12-22/09/2001

13 Organization Board Elected by all members Meets every 3 months Approves new projects Defines the Consortium s strategy Coordinates communication and promotion actions for the Consortium Appoints the Executive Committee (Nom du fichier) - D13-22/09/2001

14 Organization Executive Committee Daily management of the Consortium Permanent representation of the Consortium Current composition S. Krakowiak (INRIA teaching and education) A. Lefebvre (FT R&D - communication) Mathieu Peltier (INRIA - infrastructure) G. Vandôme (INRIA) (Nom du fichier) - D14-22/09/2001

15 Organization College of architects Project leaders and co-opted individuals Defines the architecture and overall evolution of the ObjectWeb code base Decides the creation of new projects (in agreement with the Board) Resolves difficulties or technical conflicts that may occur between projects of the Consortium Approves major versions of ObjectWeb code base (Nom du fichier) - D15-22/09/2001

16 Organization College of architects Current composition Joram : A. Freyssinet (Scalagent) JOnAS : F. Exertier (Evidian) Jonathan : B. Dumant (Kelua) RmiJdbc : P.-Y. Gibello (Experlog) JORM: P. Déchamboux (FT R&D) OpenCCM: P. Merle (LIFL) Proactive : D. Caromel (U. Nice) J.B. Stefani (Inria) S. Krakowiak (UJF) G. Vandome (Inria) (Nom du fichier) - D16-22/09/2001

17 Current Status Infrastructure Notoriety Industrial use of ObjectWeb Usage Current members Projects (Nom du fichier) - D17-22/09/2001

18 Infrastructure Web site General information Information on each project documentation, downloads, history, etc. Common services Source code management: CVS archived mailing lists FAQ search engine (Nom du fichier) - D18-22/09/2001

19 Industrial use Bull Evidian: uses JOnAS and JORAM in the Orchidee project (embedded in new Telco OEM products and platforms), commercial JOnAS support offer ISD: Open Source Linux + JOnAS offer Schlumberger JOnAS application for Smart Card management France Télécom R&D ObjectWeb components as experimentation platform Lutris Integration of JOnAS in Enhydra Enterprise Libelis Integration of JOnAS in Orcas (Nom du fichier) - D19-22/09/2001

20 Industrial use Experlog Expershop product and services Kelua Mosaïk tools and associated services Scalagent Framework for gathering and analysing distributed data ObjectWeb technologies used by numerous start-up companies such as: Kovair E2fb2 Venetica High Sierra Technologies (Nom du fichier) - D20-22/09/2001

21 Usage Wide community of users and developers Leading product: JOnAS Hundreds of developers and thousands of users Used in at least 50% cases in operational applications (Kovair, DeutschPost, etc.) ObjectWeb inside Enhydra Enterprise = Enhydra + JOnAS (Lutris) Orcas Libelis Server = JOnAS + Versant (Libelis) (Nom du fichier) - D21-22/09/2001

22 Projects Jonathan JOnAS JORAM JORM OpenCCM Proactive RmiJdbc (Nom du fichier) - D22-22/09/2001

23 Architecture Functional coverage Standards Steps (architecture) Conclusion Technical perspectives (Nom du fichier) - D23-22/09/2001

24 Architecture Vision component-based middleware code base objects + dynamic configurability (needs introspection) bringing together work on configurable distributed systems, software architecture and software configuration management e.g. insights from architecture description languages, reflective systems, workflow management, etc. with common software frameworks and shared code base used for building different distributed platforms (e.g. telecoms, transport, e-commerce, enterprise intranets, community nets,...) common frameworks applied to consistently solve recurring problems (e.g. multiprotocol support, resource multiplexing,...) (Nom du fichier) - D24-22/09/2001

25 Architecture Evolve code base into fine-grained middleware components Core component model (subsuming EJB, CCM,.Net) Common frameworks Re-engineering OW code base Improve code base properties Protection & Isolation Scalability Manageability Consistent flexibility (Nom du fichier) - D25-22/09/2001

26 Architecture Towards a recursive component model Controlled introspection Behavioral & structural reflection Component = {membrane, plasm} Membranes Filter, locate, control, abstract, compose {interfaces, behavior} Plasms Interacting Components May overlap (Nom du fichier) - D26-22/09/2001

27 Architecture Towards a recursive component model no pre-defined membrane behavior ; membranes generalize containers membranes can be programmed membranes implement composition and containment operations no pre-defined component life-cycle membranes can support different semantics for deployment, installation, initialization, activation, suspension, passivation, etc. distributed components with no pre-defined granularity from objects to sites and networks (Nom du fichier) - D27-22/09/2001

28 Architecture Common frameworks Naming Binding Component including configuration, containment and life-cycle Resources Protocols (Nom du fichier) - D28-22/09/2001

29 Functional coverage Distributed system management Monitoring Configuration management (software, components, resources) Fault & Performance management Availability Clustering & Load balancing Caches & Replication Recovery Extended transactions (Nom du fichier) - D29-22/09/2001

30 Functional coverage Security PKI Secure Network Overlays Distributed persistence Heterogeneous data sources Requests Ad-hoc federation (Nom du fichier) - D30-22/09/2001

31 Functional coverage Small systems Lightweight versions of main OW macro-components Embedded systems Real-time systems Workflow Extended transactions Distributed control and superimposition (Nom du fichier) - D31-22/09/2001

32 Standards Sun EJB, JDO,JCA, etc. OMG CORBA 3.0, Components, etc. W3C UDDI, SOAP, WSDL, WSFL, etc. Pragmatism & Agnosticism (Nom du fichier) - D32-22/09/2001

33 First architecture steps Component model OW specification with abstract model and concrete component framework instantiation leverage : EJB and CCM models, Jonas & OpenCCM tools, Jonathan component framework Leverage existing frameworks Jonathan : naming & binding, protocols Document and exploit (e.g. Jonas & Joram multiprotocol support, support for SOAP and WSDL) (Nom du fichier) - D33-22/09/2001

34 First architecture steps Populate shared code base Monolog framework (tracing) Component, naming, binding & protocols frameworks Meta-programming tools Transaction management engine (Nom du fichier) - D34-22/09/2001

35 Later architecture steps Resources JVM technology Isolation & protection Real-time & embedded Java Connection to OS Isolation & protection Resource containers Real-time, embedded (Nom du fichier) - D35-22/09/2001

36 Conclusion Establish ObjectWeb as open source reference for middleware standards (Java, CORBA, Web services) Architectural innovation & integrity Standards agnosticism Architecture and code base requires naturing and nurturing (Nom du fichier) - D36-22/09/2001

37 Conclusion Ambitious initiative Technology Community Coverage Opportunistic initiative Resources Themes Current offering Open Source notoriety Difficult initiative (Nom du fichier) - D37-22/09/2001

OpenCCM: The Open CORBA Components Platform

OpenCCM: The Open CORBA Components Platform OpenCCM: The Open CORBA Components Platform 3rd ObjectWeb Conference 20th November 2003, INRIA Rocquencourt, France Philippe Merle INRIA Futurs Lille Jacquard Project OpenCCM Project Leader www.objectweb.org

More information

A Generic Deployment Framework for Grid Computing and Distributed Applications

A Generic Deployment Framework for Grid Computing and Distributed Applications A Generic Deployment Framework for Grid Computing and Distributed Applications Areski Flissi 1, Philippe Merle 2 1 LIFL / CNRS Université des Sciences et Technologies de Lille 59655 Villeneuve d Ascq,

More information

Fractal: A Component Model for Adaptive Software Systems. Philippe Merle - INRIA Adapt@Lille 03/13/2008

Fractal: A Component Model for Adaptive Software Systems. Philippe Merle - INRIA Adapt@Lille 03/13/2008 Fractal: A Component Model for Adaptive Software Systems Philippe Merle - INRIA Adapt@Lille 03/13/2008 1 Overview 1. Adaptive software systems 2. Fractal component model What is Fractal? Concepts and API

More information

Dynamic Adaptability of Services in Enterprise JavaBeans Architecture

Dynamic Adaptability of Services in Enterprise JavaBeans Architecture 1. Introduction Dynamic Adaptability of Services in Enterprise JavaBeans Architecture Zahi Jarir *, Pierre-Charles David **, Thomas Ledoux ** zahijarir@ucam.ac.ma, {pcdavid, ledoux}@emn.fr (*) Faculté

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

Component Middleware. Sophie Chabridon. INT - INF Department - Distributed Systems team 2006

Component Middleware. Sophie Chabridon. INT - INF Department - Distributed Systems team 2006 Sophie Chabridon INT - INF Department - Distributed Systems team 2006 Outline 1. Introduction................................................................... 3 2. Overview of EJB Technology.................................................

More information

OpenCCM : une infrastructure à composants pour le déploiement d'applications à base de composants CORBA

OpenCCM : une infrastructure à composants pour le déploiement d'applications à base de composants CORBA 1 OpenCCM : une infrastructure à composants pour le déploiement d'applications à base de composants CORBA Frédéric BRICLET Christophe CONTRERAS Philippe MERLE openccm@objectweb.org Project INRIA Jacquard

More information

J2EE packaging, deployment and reconfiguration using a general component model

J2EE packaging, deployment and reconfiguration using a general component model J2EE packaging, deployment and reconfiguration using a general component model Takoua Abdellatif 1,2, Jakub Kornaś 2, and Jean-Bernard Stefani 2 1 Bull SA 2 LSR-IMAG laboratory (CNRS, INPG, UJF) - INRIA

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

Classic Grid Architecture

Classic Grid Architecture Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes

More information

How To Create A C++ Web Service

How To Create A C++ Web Service A Guide to Creating C++ Web Services WHITE PAPER Abstract This whitepaper provides an introduction to creating C++ Web services and focuses on:» Challenges involved in integrating C++ applications with

More information

Service-Oriented Architecture and Software Engineering

Service-Oriented Architecture and Software Engineering -Oriented Architecture and Software Engineering T-86.5165 Seminar on Enterprise Information Systems (2008) 1.4.2008 Characteristics of SOA The software resources in a SOA are represented as services based

More information

E-Business Technologies for the Future

E-Business Technologies for the Future E-Business Technologies for the Future Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu/~spring Overview

More information

LinuxWorld Conference & Expo Server Farms and XML Web Services

LinuxWorld Conference & Expo Server Farms and XML Web Services LinuxWorld Conference & Expo Server Farms and XML Web Services Jorgen Thelin, CapeConnect Chief Architect PJ Murray, Product Manager Cape Clear Software Objectives What aspects must a developer be aware

More information

How To Develop A Web Service In A Microsoft J2Ee (Java) 2.5 (Oracle) 2-Year Old (Orcient) 2Dj (Oracles) 2E (Orca) 2Gj (J

How To Develop A Web Service In A Microsoft J2Ee (Java) 2.5 (Oracle) 2-Year Old (Orcient) 2Dj (Oracles) 2E (Orca) 2Gj (J Tool Support for Developing Scalable J2EE Web Service Architectures Guus Ramackers Application Development Tools Oracle Corporation guus.ramackers@oracle.com www.oracle.com Using All This in Real Life

More information

Service Oriented Architecture (SOA) Implementation Framework for Satellite Mission Control System Software Design

Service Oriented Architecture (SOA) Implementation Framework for Satellite Mission Control System Software Design Service Oriented Architecture (SOA) Implementation Framework for Satellite Mission Control System Software Design GSAW2006 28 th March 2006 Soon Hie Tan K I Thimothy Nanyang Technological University Singapore

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Internet has revolutionized the world. There seems to be no limit to the imagination of how computers can be used to help mankind. Enterprises are typically comprised of hundreds

More information

Architecture-Based Autonomous Repair Management: An Application to J2EE Clusters

Architecture-Based Autonomous Repair Management: An Application to J2EE Clusters Architecture-Based Autonomous Repair Management: An Application to J2EE Clusters Sara Bouchenak 1, Fabienne Boyer 1, Daniel Hagimont 2, Sacha Krakowiak 1, Adrian Mos 2, Noel de Palma 3, Vivien Quema 3,

More information

Software Engineering. Software Engineering. Component-Based. Based on Software Engineering, 7 th Edition by Ian Sommerville

Software Engineering. Software Engineering. Component-Based. Based on Software Engineering, 7 th Edition by Ian Sommerville Software Engineering Component-Based Software Engineering Based on Software Engineering, 7 th Edition by Ian Sommerville Objectives To explain that CBSE is concerned with developing standardised components

More information

SOA Fundamentals For Java Developers. Alexander Ulanov, System Architect Odessa, 30 September 2008

SOA Fundamentals For Java Developers. Alexander Ulanov, System Architect Odessa, 30 September 2008 SOA Fundamentals For Java Developers Alexander Ulanov, System Architect Odessa, 30 September 2008 What is SOA? Software Architecture style aimed on Reuse Growth Interoperability Maturing technology framework

More information

Research on the Model of Enterprise Application Integration with Web Services

Research on the Model of Enterprise Application Integration with Web Services Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business

More information

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures

Motivation Definitions EAI Architectures Elements Integration Technologies. Part I. EAI: Foundations, Concepts, and Architectures Part I EAI: Foundations, Concepts, and Architectures 5 Example: Mail-order Company Mail order Company IS Invoicing Windows, standard software IS Order Processing Linux, C++, Oracle IS Accounts Receivable

More information

Towards a Flexible Middleware for Autonomous Integrated Management Applications

Towards a Flexible Middleware for Autonomous Integrated Management Applications Towards a Flexible Middleware for Autonomous Integrated Management Applications Mehdi Kessis*, Pascal Déchamboux*, Claudia Roncancio**, Thierry Coupaye*, Alexandre Lefebvre* *France Telecom, Research &

More information

An Oracle White Paper May 2010. Ready for Business: Oracle GlassFish Server

An Oracle White Paper May 2010. Ready for Business: Oracle GlassFish Server An Oracle White Paper May 2010 Ready for Business: Oracle GlassFish Server Introduction GlassFish Server Open Source Edition, with its compelling advantages, has quickly become the open source platform

More information

ScienceLogic vs. Open Source IT Monitoring

ScienceLogic vs. Open Source IT Monitoring ScienceLogic vs. Open Source IT Monitoring Next Generation Monitoring or Open Source Software? The table below compares ScienceLogic with currently available open source network management solutions across

More information

Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus

Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Introduction to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives

More information

Towards automated software component configuration and deployment

Towards automated software component configuration and deployment Towards automated software component configuration and deployment Vincent Lestideau, Noureddine Belkhatir, Pierre-Yves Cunin Adele Team Bat C LSR-IMAG, 220 rue de la chimie Domaine Universitaire, BP 53

More information

Distributed Systems. Outline. What is a Distributed System?

Distributed Systems. Outline. What is a Distributed System? Distributed Systems 1-1 Outline What is a Distributed System? Examples of Distributed Systems Distributed System Requirements in Distributed System 1-2 What is a Distributed System? 1-3 1 What is a Distributed

More information

SOA management challenges. After completing this topic, you should be able to: Explain the challenges of managing an SOA environment

SOA management challenges. After completing this topic, you should be able to: Explain the challenges of managing an SOA environment Managing SOA Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this unit, you should be able to: Explain

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: 1.800.529.0165 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials training

More information

Oracle WebLogic Server 11g Administration

Oracle WebLogic Server 11g Administration Oracle WebLogic Server 11g Administration This course is designed to provide instruction and hands-on practice in installing and configuring Oracle WebLogic Server 11g. These tasks include starting and

More information

Ikasan ESB Reference Architecture Review

Ikasan ESB Reference Architecture Review Ikasan ESB Reference Architecture Review EXECUTIVE SUMMARY This paper reviews the Ikasan Enterprise Integration Platform within the construct of a typical ESB Reference Architecture model showing Ikasan

More information

The OpenCloudware collaborative project

The OpenCloudware collaborative project The OpenCloudware collaborative project An Infrastructure platform for Building, Maintaining and Operating Enterprise Distributed Applications in the Cloud Towards a PaaS management stack over multiple

More information

Introduction into Web Services (WS)

Introduction into Web Services (WS) (WS) Adomas Svirskas Agenda Background and the need for WS SOAP the first Internet-ready RPC Basic Web Services Advanced Web Services Case Studies The ebxml framework How do I use/develop Web Services?

More information

Autonomic administration of clustered J2EE applications

Autonomic administration of clustered J2EE applications Autonomic administration of clustered J2EE applications 1 University of Grenoble I Sara Bouchenak 1, Noel De Palma 2, Daniel Hagimont 3 2 INPG {Sara.Bouchenak, Noel.Depalma, Daniel.Hagimont}@inria.fr 3

More information

Service-Oriented Architecture and its Implications for Software Life Cycle Activities

Service-Oriented Architecture and its Implications for Software Life Cycle Activities Service-Oriented Architecture and its Implications for Software Life Cycle Activities Grace A. Lewis Software Engineering Institute Integration of Software-Intensive Systems (ISIS) Initiative Agenda SOA:

More information

OW2 migration to Xsalto

OW2 migration to Xsalto OW2 migration to Xsalto 10 th july 2007 Armel Lannois Table of Content ObjectWeb architecture overview Actual OW2 Servers overview Problems Opportunities OW2 architecture Migration plan Tasks 2 ObjectWeb

More information

JBoss enterprise soa platform

JBoss enterprise soa platform JBoss enterprise soa platform What is it? The JBoss Enterprise SOA Platform includes serviceoriented architecture (SOA) open source middleware such as JBoss Enterprise Service Bus (ESB), JBoss jbpm, JBoss

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

JoramMQ, a distributed MQTT broker for the Internet of Things

JoramMQ, a distributed MQTT broker for the Internet of Things JoramMQ, a distributed broker for the Internet of Things White paper and performance evaluation v1.2 September 214 mqtt.jorammq.com www.scalagent.com 1 1 Overview Message Queue Telemetry Transport () is

More information

A Generic Database Web Service

A Generic Database Web Service A Generic Database Web Service Erdogan Dogdu TOBB Economics and Technology University Computer Engineering Department Ankara, Turkey edogdu@etu.edu.tr Yanchao Wang and Swetha Desetty Georgia State University

More information

Glassfish Architecture.

Glassfish Architecture. Glassfish Architecture. First part Introduction. Over time, GlassFish has evolved into a server platform that is much more than the reference implementation of the Java EE specifcations. It is now a highly

More information

A Service-Oriented approach dedicated to Internet based Business Process Networks: Building a MDA based collaborative platform with opensource

A Service-Oriented approach dedicated to Internet based Business Process Networks: Building a MDA based collaborative platform with opensource A Service-Oriented approach dedicated to Internet based Business Process Networks: Building a MDA based collaborative platform with opensource solutions EBM WebSourcing Jean-Pierre LORRE R&D Manager ObjectWeb

More information

Converting Java EE Applications into OSGi Applications

Converting Java EE Applications into OSGi Applications Converting Java EE Applications into OSGi Applications Author: Nichole Stewart Date: Jan 27, 2011 2010 IBM Corporation THE INFORMATION CONTAINED IN THIS REPORT IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY.

More information

Distributed Objects and Components

Distributed Objects and Components Distributed Objects and Components Introduction This essay will identify the differences between objects and components and what it means for a component to be distributed. It will also examine the Java

More information

Single Sign On In A CORBA-Based

Single Sign On In A CORBA-Based Single Sign On In A CORBA-Based Based Distributed System Igor Balabine IONA Security Architect Outline A standards-based framework approach to the Enterprise application security Security framework example:

More information

OSCi Workshop Beijing, China A Cloud Platform for Service Oriented Software Development & Running

OSCi Workshop Beijing, China A Cloud Platform for Service Oriented Software Development & Running OSCi Workshop Beijing, China A Cloud Platform for Service Oriented Software Development & Running Hailong Sun sunhl@act.buaa.edu.cn Beihang University (BUAA), Beijing, China March 23, 2011 Agenda Service

More information

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS Java EE Components Java EE Vendor Specifications Containers Java EE Blueprint Services JDBC Data Sources Java Naming and Directory Interface Java Message

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

OpenNebula Open Souce Solution for DC Virtualization

OpenNebula Open Souce Solution for DC Virtualization 13 th LSM 2012 7 th -12 th July, Geneva OpenNebula Open Souce Solution for DC Virtualization Constantino Vázquez Blanco OpenNebula.org What is OpenNebula? Multi-tenancy, Elasticity and Automatic Provision

More information

Reporting component for templates, reports and documents. Formerly XML Publisher.

Reporting component for templates, reports and documents. Formerly XML Publisher. Fusion Middleware Product TLA Description Comments Access Manager OAM Offers single-sign on, access policy creation and enforcement, self-service, delegated administration, password management, reporting

More information

Middleware Lou Somers

Middleware Lou Somers Middleware Lou Somers April 18, 2002 1 Contents Overview Definition, goals, requirements Four categories of middleware Transactional, message oriented, procedural, object Middleware examples XML-RPC, SOAP,

More information

Web Services and Service Oriented Architectures. Thomas Soddemann, RZG

Web Services and Service Oriented Architectures. Thomas Soddemann, RZG Web Services and Service Oriented Architectures, RZG Delaman Workshop 2004 Overview The Garching Supercomputing Center - RZG Diving into the world of Web Services Service Oriented Architectures And beyond

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

Partitioning and Clustering Demonstration

Partitioning and Clustering Demonstration Partitioning and Clustering Demonstration Improve performance for Web and application deployment with Borland Enterprise Server by Joe Overton, U.S. Systems Engineer, Borland Software Corporation May 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

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information

Implementing Probes for J2EE Cluster Monitoring

Implementing Probes for J2EE Cluster Monitoring Implementing s for J2EE Cluster Monitoring Emmanuel Cecchet, Hazem Elmeleegy, Oussama Layaida, Vivien Quéma LSR-IMAG Laboratory (CNRS, INPG, UJF) - INRIA INRIA Rhône-Alpes, 655 av. de l Europe, 38334 Saint-Ismier

More information

Choose an IBM WebSphere Application Server configuration to suit your business needs

Choose an IBM WebSphere Application Server configuration to suit your business needs IBM is the industry s market leading foundation for building, deploying, reusing, integrating and managing applications and services Choose an IBM configuration to suit your business needs Highlights Unparalleled

More information

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards) Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards) Michael P. Papazoglou (INFOLAB/CRISM, Tilburg University, The Netherlands)

More information

The OpenCloudware collaborative project

The OpenCloudware collaborative project The OpenCloudware collaborative project «Delivering a Cloud Platorm for Building, Maintaining and Operating Enterprise PaaS Distributed Applications» Alban Richard, UShareSoft CEO Cedric Thomas, OW2 CEO

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Wealth Management System

Wealth Management System Wealth Management System Clients in the new economy demand straight answers. With ubiquitous information on the Internet and an around-the-clock global financial market accessible by pagers, email, mobile

More information

Contents. 1010 Huntcliff, Suite 1350, Atlanta, Georgia, 30350, USA http://www.nevatech.com

Contents. 1010 Huntcliff, Suite 1350, Atlanta, Georgia, 30350, USA http://www.nevatech.com Sentinet Overview Contents Overview... 3 Architecture... 3 Technology Stack... 4 Features Summary... 6 Repository... 6 Runtime Management... 6 Services Virtualization and Mediation... 9 Communication and

More information

Cisco Tidal Enterprise Scheduler

Cisco Tidal Enterprise Scheduler Cisco Tidal Enterprise Scheduler Introduction to Automated Enterprise Job Scheduling Automated job scheduling is essential to complex data centers, because it helps them operate more efficiently and reliably.

More information

Copyright IONA Technologies 2002. Web Services. Seán Baker IONA Technologies

Copyright IONA Technologies 2002. Web Services. Seán Baker IONA Technologies Web Services Seán Baker IONA Technologies Overview There a number of different types of middleware So what does Web Services offer? 2 Enterprise IT is highly complex and heterogeneous Build new applications

More information

Oracle SOA Suite Then and Now:

Oracle SOA Suite Then and Now: Oracle SOA Suite Then and Now: The Evolution from 10g to 11g Shane Goss Impac Services Agenda SOA Suite 11g New Features Highlight new features of SOA 11g Some products have added features and functionality

More information

JBS-102: Jboss Application Server Administration. Course Length: 4 days

JBS-102: Jboss Application Server Administration. Course Length: 4 days JBS-102: Jboss Application Server Administration Course Length: 4 days Course Description: Course Description: JBoss Application Server Administration focuses on installing, configuring, and tuning the

More information

Enterprise Service Bus: Five Keys for Taking a Ride

Enterprise Service Bus: Five Keys for Taking a Ride About this research note: Technology Insight notes describe emerging technologies, tools, or processes as well as analyze the tactical and strategic impact they will have on the enterprise. Enterprise

More information

XpoLog Competitive Comparison Sheet

XpoLog Competitive Comparison Sheet XpoLog Competitive Comparison Sheet New frontier in big log data analysis and application intelligence Technical white paper May 2015 XpoLog, a data analysis and management platform for applications' IT

More information

Domain 1: Self-sizing and green PaaS

Domain 1: Self-sizing and green PaaS Domain 1: Self-sizing and green PaaS Goal: improve the platform efficiency Performance Energy cost Challenges Cluster growth/shrink capabilities according to workload Data center multi-tenancy with limited

More information

IBM WebSphere Premises Server

IBM WebSphere Premises Server Integrate sensor data to create new visibility and drive business process innovation IBM WebSphere Server Highlights Derive actionable insights that support Enable real-time location tracking business

More information

Application Performance Management for Enterprise Applications

Application Performance Management for Enterprise Applications Application Performance Management for Enterprise Applications White Paper from ManageEngine Web: Email: appmanager-support@manageengine.com Table of Contents 1. Introduction 2. Types of applications used

More information

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL

CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL This chapter is to introduce the client-server model and its role in the development of distributed network systems. The chapter

More information

Oracle Weblogic. Setup, Configuration, Tuning, and Considerations. Presented by: Michael Hogan Sr. Technical Consultant at Enkitec

Oracle Weblogic. Setup, Configuration, Tuning, and Considerations. Presented by: Michael Hogan Sr. Technical Consultant at Enkitec Oracle Weblogic Setup, Configuration, Tuning, and Considerations Presented by: Michael Hogan Sr. Technical Consultant at Enkitec Overview Weblogic Installation and Cluster Setup Weblogic Tuning Considerations

More information

Increasing IT flexibility with IBM WebSphere ESB software.

Increasing IT flexibility with IBM WebSphere ESB software. ESB solutions White paper Increasing IT flexibility with IBM WebSphere ESB software. By Beth Hutchison, Katie Johnson and Marc-Thomas Schmidt, IBM Software Group December 2005 Page 2 Contents 2 Introduction

More information

Service Virtualization: Managing Change in a Service-Oriented Architecture

Service Virtualization: Managing Change in a Service-Oriented Architecture Service Virtualization: Managing Change in a Service-Oriented Architecture Abstract Load balancers, name servers (for example, Domain Name System [DNS]), and stock brokerage services are examples of virtual

More information

Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles

Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles Component-Based and Service-Oriented Software Engineering: Key Concepts and Principles Hongyu Pei Breivold, Magnus Larsson ABB AB, Corporate Research, 721 78 Västerås, Sweden {hongyu.pei-breivold, magnus.larsson}@se.abb.com

More information

JBoss Enterprise MIDDLEWARE

JBoss Enterprise MIDDLEWARE JBoss Enterprise MIDDLEWARE WHAT IS IT? JBoss Enterprise Middleware integrates and hardens the latest enterprise-ready features from JBoss community projects into supported, stable, enterprise-class middleware

More information

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility

ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service

More information

SOA for Healthcare: Promises and Pitfalls

SOA for Healthcare: Promises and Pitfalls SOA for Healthcare: Promises and Pitfalls Dennis B. Smith dbs@sei.cmu.edu SOA in Health Care Conference: Value in a Time of Change Chicago, IL USA June 3, 2009 Agenda Healthcare IT Challenges SOA: The

More information

What is it? What does it do? Benefits

What is it? What does it do? Benefits JBoss Enterprise SOA Platform What is it? The JBoss Enterprise SOA Platform includes serviceoriented architecture (SOA) open source middleware such as JBoss Enterprise Service Bus (ESB), JBoss jbpm, JBoss

More information

Simple Software for a Business Continuity Plan and a Disaster Recovery Plan (BCP DRP) pdf ppt

Simple Software for a Business Continuity Plan and a Disaster Recovery Plan (BCP DRP) pdf ppt For a recorded version of this webinar, go to http://www.evidian.com/products/high-availability-software-for-application-clustering/business-continuity-plan-disaster-recovery-plan-bcp-drp-pdf-ppt/ Transitions

More information

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture

JBoss Enterprise Middleware. The foundation of your open source middleware reference architecture JBoss Enterprise Middleware The foundation of your open source middleware reference architecture Red Hat open source solution stack changes the economics of IT infrastructure Offers proprietary replacements

More information

Fundamentals of Web Programming a

Fundamentals of Web Programming a Fundamentals of Web Programming a Software As A Service Teodor Rus rus@cs.uiowa.edu The University of Iowa, Department of Computer Science a Copyright 2009 Teodor Rus. These slides have been developed

More information

APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS

APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS Oracle Application Management Suite for Oracle E-Business Suite is a robust application management solution that helps you achieve

More information

Architectural Overview

Architectural Overview Architectural Overview Version 7 Part Number 817-2167-10 March 2003 A Sun ONE Application Server 7 deployment consists of a number of application server instances, an administrative server and, optionally,

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

Dependability in Web Services

Dependability in Web Services Dependability in Web Services Christian Mikalsen chrismi@ifi.uio.no INF5360, Spring 2008 1 Agenda Introduction to Web Services. Extensible Web Services Architecture for Notification in Large- Scale Systems.

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

A Discovery service, which is a repository to store information about a service, including where it is located and how it should be called.

A Discovery service, which is a repository to store information about a service, including where it is located and how it should be called. Service Oriented Architecture and Open Source Solutions by Adam Michelson Director, Open Source Enterprise Architecture This paper is written for technology architects and individuals interested in the

More information

Enterprise Infrastructure Architecture

Enterprise Infrastructure Architecture Enterprise Infrastructure Architecture RL Information Consulting LLC January 7, 2003 The Information contained in this presentation is based on Intellectual Capital provided by David Merrill and Copyrighted

More information

Web Services Overview. Ajith Abraham

Web Services Overview. Ajith Abraham Web Services Overview Ajith Abraham 1 What is Web Services? Component applications that can be published in the Internet-based distributed environment, can be searched and can be executed dynamically.

More information

Simplify Your Windows Server Migration

Simplify Your Windows Server Migration SOLUTION BRIEF: ENDPOINT MANAGEMENT........................................ Simplify Your Windows Server Migration Who should read this paper Windows Server 2003 customers looking to migrate to the latest

More information

Virtual machine interface. Operating system. Physical machine interface

Virtual machine interface. Operating system. Physical machine interface Software Concepts User applications Operating system Hardware Virtual machine interface Physical machine interface Operating system: Interface between users and hardware Implements a virtual machine that

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

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

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati Alternatives to SNMP and Challenges in Management Protocols Communication Systems Seminar Talk 10 Francesco Luminati Introduction Structure Network management Management approaches SNMP Alternatives: NetConf

More information

IBM Software Group. IBM WebSphere Process Integration Technical Overview

IBM Software Group. IBM WebSphere Process Integration Technical Overview IBM Software Group IBM WebSphere Process Integration Technical Overview Business Flexibility Depends on IT Flexibility Today s IT architectures, arcane as they may be, are the biggest roadblocks most companies

More information