SlideShare ist ein Scribd-Unternehmen logo
1 von 59
Downloaden Sie, um offline zu lesen
Putting a collaborative twist
on SOA thanks to OW2
  Use Case Track – Nov. 24th – OW2 Conference 2011




                                                     1
Speakers

Marc Dutoo
  – Head of R&D at Open Wide
  – EasySOA project leader
Alain Boulze
  – EasiFab Partner & Manager
  – 25 years experience in IT for business
Cédric Carbone
  – Talend CTO
  – OW2 & Eclipse Board member
Agenda



I. EasySOA in a nutshell
II. Why and how FraSCAti in Nuxeo
  - EasySOA Core & Light
  - Architecture
III. EasySOA Light scenario
IV. EasySOA-compatible ESB / Talend
V. Roadmap - Questions



                                      3
EasySOA - Factsheet


EasySOA Facts
   –   5 partners
   –   2 years, started nov. 2010
   –   4m€ budget
   –   System@tic label
   –   And  an  ambitious  aim…

Making Service Oriented Architectures (SOA) simple to use
   – Business use, development, production use, monitoring
   – And throttling up the SOA engine in the entreprise !


                                    4
EasySOA - Goal




 5
EasySOA - Goal
Add  a  lighter,  agile  SOA  layer  around  “traditional”  SOA
   • thanks to an online, social and collaborative approach,
     involving all actors of the SOA process
       – business users, SOA architects and developers, IT staff
   • Enabling
       – ex nihilo service discovery, cartography and documentation, all
         collaboratively
       – sanitization and protection of existing SOAs by tracking changes of
         outside services
       – help gathering and fast-prototyping business needs on top of
         existing applications, without hurting them
       – reuse requirements, architectural shell, tests and mockups to ease
         the transition to final implementations within the existing SOA
         solution
                                     6
EasySOA – Consortium
Behind, French partners but also worldwide leaders
   • INRIA labs : service engine (OW2 FraSCAti)
   • EasiFab : SOA Modeling (Eclipse SOA), monitoring (Galaxy)
   • Talend (ETL/ESB) : SOA and data connectors to connect to
     existing business – but also Data Quality and MDM
   • Nuxeo (ECM) : document management platform, to manage
     the SOA model, documents and artifacts
   • Bull (service provider and middleware) : SOA administration
     with OW2 Jasmine and use case
   • Open Wide : leader, global architecture and integration,
     BPM (with Eclipse JWT / OW2 Scarbo), use case

                               7
Business users…  and  services  ?!

SOA is not only for technical people ! Business users
      • are not interested in services on a technical point of view , but
        in how they impact business features, ex. :
             – Which service failure cause a feature to be down
             – Allow to evolve or develop new features
      • On the other side, business users have the knowledge
             – on  business  needs,  business  data  and  how  they  map…
      • most business users would like to have better visibility on how
        IT answers (or not) their business needs !
             – No  more  “IT  as  a  black  box”
             – Up to the business alignment of IT. SOA is a mean to this end !


24/11/2011                                  8
EasySOA Core & Light

EasySOA Core is just the place for that :
      • Rather than a formal, constrained, heavy process, provide the
        tools and the place for informal, social collaboration
             – Around  services  and  information  about  it  (how  they’re  used  &  made…)
             – Between all SOA actors, with each its own point of view and knowledge


And that for the most technically savvy of them, even
      • Allows mockups, mashups and prototyping,
      • in a sandboxed and monitored manner : EasySOA Light
      • i.e. an embedded custom-tailored scripting and ESB platform


23/11/2011                                  9
EasySOA Core & Light

EasySOA Core is just the place for that :
      • Rather than a formal, constrained, heavy process, provide the
        tools and the place for informal, social collaboration
             – Around  services  and  information  about  it  (how  they’re  used  &  made…)
             – Between all SOA actors, with each its own point of view and knowledge
=> OW2 Nuxeo
And that for the most technically savvy of them, even
      • Allows mockups, mashups and prototyping,
      • in a sandboxed and monitored manner : EasySOA Light
      • i.e. an embedded custom-tailored scripting and ESB platform
=> OW2 FraSCAti
23/11/2011                                  10
Why OW2 Nuxeo as Service Registry

SOA is actually first about documenting services
      • Listing them & their definitions, specifications, uses, lifecycle


For EasySOA Core, we've chosen OW2 Nuxeo
      •   Collaborative document management platform with :
      •   extensible model
      •   Document classification : folders, relations, virtual trees
      •   collaborative platform : comments, workflows
      •   Access : customizable UI, REST web engine, Content
          Automation, CMIS, Talend (upcoming)

23/11/2011                            11
Why OW2 FraSCAti for Light platform

For EasySOA Light, we've chosen OW2 FraSCAti
      • model using SCA standard
             – What are the services, and what other services do they need to work
               (kind of remote service dependencies injection)
             – so can describe any possibly existing SOA
      • middleware of middlewares, so will handle all
             – protocols (WS, REST, JMS),
             – languages (Java, script)
             – frameworks (OSGi, Spring)
      • and lately, in part because of EasySOA, towards
             – scripting, modularity, Cloud


23/11/2011                                  12
EasySOA – Architecture
FraSCAti in Nuxeo – how
   2 platforms integrating the whole world !
         • Al lot (100+) conflicting dependencies
         • SCA composite parsing works well, starting not so
   Some good news
         • Happily both are getting OSGi-fied, already partly there
         • Emerging, Nuxeo-free EasySOA API                  Nuxeo

=> Start (parts of) FraSCAti
  within an OSGi kernel
  started within Nuxeo               Felix    FraSCAti :          EasySOA
  (INRIA using a Nuxeo               OSGi     WS / CXF            API on
                                     kernel   Web / Servlet…      Nuxeo
  pattern)
                                                       14
   24/11/2011
FraSCAti in Nuxeo – for what

OW2 FraSCAti for Light
      • “Proxies”  :
             – Simple Service Scaffolder client,
             – Fuse SLA proxy,
             – Service  discovery  by  monitoring  exchanges  using  HTTP  proxy…
      • Service discovery from SCA
      • FraSCAti Studio (in the works)




24/11/2011                                  15
OW2 FraSCAti for Light : Discovery

Service discovery by architecture import
      • Had been first implemented by parsing SCA as XML
By getting FraSCAti in more and more, we allowed for 3
  use cases :
      • The same but with full error checking
             – by parsing using an embedded FraSCAti instead (BindingInfoProvider)
      • Service discovery at startup of remote FraSCAti runtime
             – by replacing going from local to remote EasySOA API and hooking SCA
               import mechanism within FraSCAti (BindingScaVisitor)
      • The same but for Light, so within Nuxeo,
             – thanks to modularity & OSGi (in the works)

23/11/2011                               16
Light scenario

             Goal : To add a business-layer above an existing service.


                                    Let EasySOA protect
                                    this service behind a
                                    sandboxing tunnel.


             Design     Discover     Toolify      Develop        Release


                       Find the existing          a. Develop our business-
                       service we want to use.    oriented service.

                                                  b. Create a Service
                                                  Scaffolder UI to use it.



22/11/2011                                 17
Light scenario : Discover (1/3)
Deployed architecture

                                                    Existing
                                                    service




 EasySOA model

  Implementations
                                              Existing
                                              service



  Environments                                 Existing
                                               service


   22/11/2011                      18      Master
Light scenario : Toolify (2/3)
Deployed architecture

                                                                   Existing
                                                                   service




 EasySOA model
                    Will protect every external service
                      called from this environment
  Implementations
                                                             Existing
                                                             service



  Environments                                                Existing
                                                              service


   22/11/2011           Light                 19          Master
Light scenario : Develop (3/3) - a
Deployed architecture

                                 New Light                       Existing
                                  service                        service

                                              Sandbox
                                         (= Fuse + Monitoring)




 EasySOA model

  Implementations
                                 New Light            Existing
                                  service             service



  Environments                   New Light             Existing
                                  service              service


   22/11/2011           Light       20          Master
Light scenario : Develop (3/3) - b
Deployed architecture

                    Scaffolder                      New Light                         Existing
                       UI                            service                          service

                                 Default scaffolder                Sandbox
                                      tunnel                  (= Fuse + Monitoring)
                                   (= Monitoring)


 EasySOA model

  Implementations          Scaffolded               New Light              Existing
                              UI                     service               service



  Environments             Scaffolded                 New Light             Existing
                              UI                       service              service


   22/11/2011            Light                          21           Master
Service discovery and mashup - demo




                                 22
And with a “classical” SOA
                                  solution ? Enter Talend ESB !
Easily integrate distributed systems
     Standards-based connectivity layer to integrate
      distributed systems
     Powered by Apache CXF, Camel, Karaf and
      ActiveMQ
     Includes messaging, Web services,
      intelligent routing, failover, monitoring and security




Talend ESB Studio
     Quickly and easily create data
      services and complex message routes
      without coding
     Leverage existing skillsets with
      Eclipse-based UI
     Drag-and-drop message routes using
      Enterprise Integration Patterns (EIPs)
Talend ESB with EasySOA Core & Light




23/11/2011                                    24
EasySOA – Entreprise Partner Program
A « from the trenches », « guerilla » approach
   • To help gather recurring use cases and needs, around the
     project  core,  at  our  clients’,  our  communities
   • People we know, who trust us, that we ask to share their
     SOA issues
The idea : reciprocal sharing
   • Share your issues with us,
   • We’ll  enrich  EasySOA  to  address  the  most  promising  and  
     useful ones, and share our developments back in Open
     Source
Pay only custom work
   • If you want some : install, config, custom devs
                                  25
Roadmap

Halfway there ! Still :
   – API change detection (Partner X)
   – SOA documentation (Partner Y)
   – light cloud application platform (Partner Z)
   – More EasySOA API
   – More Light : FraSCAti Studio & on demand Proxies
     for  recording,  testing,  prototyping…
   – BPM with OW2 Scarbo, monitoring with OW2
     Jasmine
                                                    26
EasySOA – Get involved




   www.easysoa.org
  github.com/easysoa
easysoa-dev@googlegroups.com


                  27
BONUS




22/11/2011           28
Scaling up SOA to IT challenges

– New IT challenges require an efficient entreprise SOA
  process more than ever
   •   Cloud
   •   agility,
   •   business relevant IT,
   •   mobile,
   •   green IT


– …how  to  scale  up  ?

                               29
How ?

  – We bet on :
     • open source & open approach
        – For Information System heterogeneity,
          against vendor lock-in
     • the web
        – The main drive of computer science
          democratization for the last 10 years
        – to get closer to end users - a.k.a.
          "normal" people
     • Collaborative…
Why collaborative, isn't SOA an
 architect thing ?
                                                  30
SOA, development & business
– SOA = how to avoid the integration
  "noodle plate" problem at protocol
  and data format levels
– with SOA, integrating a new application with
  existing ones becomes making it talk with the right
   • protocol(s)  :  “connecting  the  lanes”  (binding)
   • &  data  format  :  “translating  the  vocabulary”  (mapping)
       – This requires business knowledge !
– Actually, architects and developers already need
  business users when changing features
   • To describe requirements, and sometimes often to make
     decisions on the functional perimeter (cost-driven…) 31
Reaching out to business users

so we need them in an soa development process
  – (this need also justifies business architecture)
but how and where to get them ?
  – Rather than a formal, constrained, heavy process,
    provide the tools for informal, social collaboration
  – Principle  :  to  each  his  own…
     • Knowledge - point of view - tools
  – so look for business users at the place of their
    business : their business applications !
     • 5' demo : service discovery – business user
                                                       32
Reaching out to business users - demo




                                  33
Reaching out to developers & IT staff

Getting in also the other actors, just the same :
  – Architects & developers
     • using their own knowledge : technical architecture
     • For that : Service Component Architecture (SCA)
         – an OASIS standard that describes services and dependencies
           between them - kinda like remote service injection / DI
  – IT staff
     • using what they manage : network


  – 5' demo – collaborative discovery : archi & IT
                                                                        34
Reaching out to developers & IT staff




                                   35
Earlier discovery ?

– So  that’s  collaborative  service  discovery  allright
– It can further support
   •   Documents  (specifications…),
   •   Comments & commentable WSDLs,
   •   Notifications (service info changed),
   •   Etc.  (workspaces,  channels…)
– To fully benefit of all that, the earliest services are
  discovered and known the better
   • Could  we  detect  them  even  before  they’re  live  ?!


                                                                36
Development time discovery

– You’ve  noted  that  the  architecture  has  been  
  known by archis before service were in operation
   • services didn't appear out of nothing in operation !
   • rather before they were before in the SOA process,
   • i.e. in development, or even earlier in architecture
– How to detect them at development time ?
   • Again, we have to look for them in the right place
   • i.e. development tools ! ex. Eclipse SOA
– and before ? Business design!
   • are  actually  business  stuff…  so  back  in  easysoa
                                                              37
EasySOA – Towards a collaborative
                               SOA process !

                      Light



   Core




Industrial                                      Integration
Development Process



                                                  Collaboration
                                                              38
EasySOA – The SOA tooling environment


                                               BPMN for
                                                business process
                                                design
                                               JWT for
                                                implementation
                                                and execution of
                                                workflows
                                               SCA for
                                                assembling the
                                                service
Eclipse.org                                    architecture
 official plugins                              and Mangrove as
                                                a glue around it all
Provided by the
 Eclipse SOA top
 level project
EasySOA – The missing link

 They give a pretty good picture of what is
  assembled in the target service oriented
  applications.
 However, they are not about the application that
  business users actually see and use everyday,
  and IT staff monitors
   – They are rather about its models in the development
     environment
   – Then about the live, executed architecture where the services live
     and strive
Too bad, these people are an important piece of the
  SOA puzzle !
 …that's  the  place  EasySOA  Core  expects  to  be  in.
EasySOA – EasySOA Core case study

                        EasySOA Core
                         extends the
                         collaboration from
                         the Eclipse SOA
                         Modelling /
                         Mangrove design
                         environment
                        A shared
                         repository with
                         added value
                         features
                            Business &
                              Application
                              Domain
                            Life Cycle
                              Status
                            Authoring Info
                        Multiple
                         enrichment and
                         customization
                         capabilities
EasySOA – EasySOA Core business case
“SmartTravel”  
  Helping US people                            Get weather
  making a trip to a                           forecast
  French city                                 Get current
                                               currency rate
INRIA galaxy project
http://galaxy.inria.fr                         Translate  visitor’s  
                                               advice




                                              Build the
                                              SmartTravel program




                                                               42
EasySOA – EasySOA Core: share
Business Architecture features

             Eclipse BPMN Editor
                « Smart Travel »
                  Business Domain
                « Business Architecture »
                  phase
                « Business Architect » author

             Eclipse BPMN Editor
                Export to Mangrove

              EasySOA Core ECM
               • Web shared b/w Actors
               • Access rights &
                     collaboration rules
                 •   Multiple views
                        Information (Enrich)
                        Documents (Diagrams)
                    Business artefacts
EasySOA – EasySOA Core: share
 System Architecture features

         Eclipse BPMN Editor
           From Mangrove generate SCA

         Eclipse SCA Editor
           Graphical rearrangement
           Refine technical aspects
           Export to Mangrove

            EasySOA Core ECM
              « Smart Travel Orchestration »
                  Application Domain
                 « System Architecture » phase
                 « System Architect » author
                 System artefacts (services,
                  components)
EasySOA – Eclipse Mangrove to EasySOA Core

                                    Eclipse workspace
                                      Menu/click to Export to EasySOA Core
                                      Enter EasySOA Core URL
                                      Triggering an Eclipse Mangrove plug-
                                          in



                                    Export2EasySOA plug-in
                                      Parsing Mangrove scheme
Export2EasySOA
                                          Relevant elements, element per
                                               element
Mangrove plug-in
                                         Validation of EasySOA Core (NUXEO)
          Use/Specialization              structure
                                         Interface with EasySOA Core
Mangrove plug-in                          (NUEXO) by invoking REST
                                         Improvement of Mangrove plugin
EasySOA – EasySOA Core: sync with SCA evolving




                    EasySOA Core
                      • Import SCA (from file, SCM...)
EasySOA – Correlate with service discovery (Core)
                  & monitoring (Integration) in the live application



EasySOA Core
  Service Discovery
    by browsing




                                       EasySOA Integration
                                          Service Discovery by monitoring
And down to runtime

– We've seen development tools integrated with
  EasySOA, but what about runtimes ?
– Enter Talend, a real world SOA solution & ESB,
  with incidentally a business & data story
– Demo
   • 10' Talend ESB presentation & Airport demo
   • 3' Talend Airport in EasySOA
– …  and  when  on  the  other  side  EasySOA-discovered
  service will be available as endpoints in Talend
  Studio, the circle will be complete
                                                      48
Talend ESB
Easily integrate distributed systems
     Standards-based connectivity layer to integrate
      distributed systems
     Powered by Apache CXF, Camel, Karaf and
      ActiveMQ
     Includes messaging, Web services,
      intelligent routing, failover, monitoring and security




Talend ESB Studio
     Quickly and easily create data
      services and complex message routes
      without coding
     Leverage existing skillsets with
      Eclipse-based UI
     Drag-and-drop message routes using
      Enterprise Integration Patterns (EIPs)
Talend ESB with EasySOA Core & Light




22/11/2011                                    50
Roadmap - Now

– Up to now :
   •   Mar. 2011 – Started coding
   •   May 2011 - Linux Solutions – business user demo
   •   Jun. 2011 – Eclipse DemoCamp architect & IT demo
   •   Sept. 2011 – Open World Forum – collaborative, talend
– finally, is it usable right now ?
   • Mostly  prototype,  however…
   • We seek to deliver ASAP features useful in the real
     world,  and  we’ve  got  a  clue
– …  by  asking  real  world  people  about  them
                                                           51
EasySOA – Entreprise Partner Program
A « from the trenches », « guerilla » approach
   • To help gather recurring use cases and needs, around the
     project  core,  at  our  clients’,  our  communities
   • People we know, who trust us, that we ask to share their
     SOA issues
The idea : reciprocal sharing
   • Share your issues with us,
   • We’ll  enrich  EasySOA  to  address  the  most  promising  and  
     useful ones, and share our developments back in Open
     Source
Pay only custom work
   • If you want some : install, config, custom devs
                                  52
Roadmap - Next

– Ex. Audit of an SOA use case (Partner X) :
   • use service discovery, then export wsdls
   • this can be useful to you right now, it has been for me !
   • 2' WSDL export demo


– Next :
   •   API change detection (Partner X)
   •   SOA documentation (Partner Y)
   •   light cloud application platform (Partner Z)
   •   BPM with OW2 Scarbo, monitoring with OW2 Jasmine
                                                             53
EasySOA – Get involved




   www.easysoa.org
  github.com/easysoa
easysoa-dev@googlegroups.com


                  54
BONUS




55
Behind the curtain

– About  the  Service  Registry…
   • aren’t  there  already  ESB  registries,  UDDI  etc.  ?
       – ESB  registries’  actual  goal  is  to  provide  service  resolution  to  their  
         ESB runtime. And when they are provided as an application they
         show  they’re  very  tied to their solution
   • There are others : as detected - as should be - as made…
– Discovery by browsing
   • Web browser proxy + WSDL scraper
– Discovery by monitoring
   • HTTP proxy + Esper correlation on APIs / services
– Discovery by SCA architecture import
   • XML parsing of SCA composite file                                              56
EasySOA Open Ecosystem
– EasySOA  branches  out  to  an  “on  demand”  Open  
  Source ecosystem of compatible solutions
   • Starting with an SOA framework really simple to use
   • branching out to an on-demand Open Source solution
– Thanks to EasySOA Core plugins, integrating them
   • on : design, development (« SOA sandbox », continuous
     integration, functional testing & Q/A), monitoring,
     Business Process Management (BPM) and Cloud
– Built on best-of-breed Open Source components
   • Supported by EasySOA partners : Apache CXF & Camel,
     Nuxeo DM, Talend Data Integration, OW2 Jasmine,
     OW2 Frascati, OW2 Scarbo, Eclipse SOA et JWT
                                                           57
Up in the clouds

– we even plan an embedded SOA platform:
  EasySOA Light, building on full web technologies
   • To democratize access and call of existing entreprise
     services
   • With the web as light, universal, end-user friendly
     service  standard  :  REST(ful),  javascript,  JSON…
   • Provided to web developers : by scripted mashups, SOA
     scaffolding  (“the  Ruby  on  Rails  of  SOA”)  or  composition
   • but also business users : by point and click
     programming - or even Excel-driven...
– Yep, it goes way beyond the Service Scaffolder !
                                                                  58
The buzz cloud

– cool things we're playing with :
   •   node.js / backbone / connect / express / antinode
   •   REST(ful) SOA, CXF
   •   CEP / Esper
   •   OSGi, SCA, FraSCAti - and all together
   •   And  eclipse,  velocity,  SOAPUI,  sonar…


– and hope to get to play with :
   • weka, maven, OAuth, mongodb, SPoRE, restfulie


                                                           59

Weitere ähnliche Inhalte

Andere mochten auch

Contrail Project, OW2con11, Nov 24-25, Paris
Contrail Project, OW2con11, Nov 24-25, ParisContrail Project, OW2con11, Nov 24-25, Paris
Contrail Project, OW2con11, Nov 24-25, ParisOW2
 
Hahn Golf Academia & Club
Hahn Golf Academia & ClubHahn Golf Academia & Club
Hahn Golf Academia & ClubCsaba Hahn
 
OW2con'14 - keynote from Institut Mines Telecom
OW2con'14 - keynote from Institut Mines TelecomOW2con'14 - keynote from Institut Mines Telecom
OW2con'14 - keynote from Institut Mines TelecomOW2
 
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014OW2
 
Itf ipp ch03_2012_final
Itf ipp ch03_2012_finalItf ipp ch03_2012_final
Itf ipp ch03_2012_finaldphil002
 
Open Source Market Overview OW2con11, Nov 24-25, Paris
Open Source Market Overview OW2con11, Nov 24-25, ParisOpen Source Market Overview OW2con11, Nov 24-25, Paris
Open Source Market Overview OW2con11, Nov 24-25, ParisOW2
 
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...OW2con'14 - Lutece, the open source CMS & Development framework of the City o...
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...OW2
 
American Tortoise Rescue The Clock Is Ticking
American Tortoise Rescue  The Clock Is TickingAmerican Tortoise Rescue  The Clock Is Ticking
American Tortoise Rescue The Clock Is Tickingtellem
 
Itf ipp ch09_2012_final
Itf ipp ch09_2012_finalItf ipp ch09_2012_final
Itf ipp ch09_2012_finaldphil002
 
IDMEF, the universal format for security alerts, OW2con'16, Paris.
IDMEF, the universal format for security alerts, OW2con'16, Paris. IDMEF, the universal format for security alerts, OW2con'16, Paris.
IDMEF, the universal format for security alerts, OW2con'16, Paris. OW2
 
Slide Boothphotos
Slide BoothphotosSlide Boothphotos
Slide Boothphotosparisyoyo
 
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...OW2
 
A new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr codeA new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr codeMatthew Chang
 
Square Numbers - Update September 12
Square Numbers - Update September 12Square Numbers - Update September 12
Square Numbers - Update September 12figo GmbH
 
Provisioning the Cloud within XLCloud, Sylvain Bauza, Bull
Provisioning the Cloud within XLCloud, Sylvain Bauza, BullProvisioning the Cloud within XLCloud, Sylvain Bauza, Bull
Provisioning the Cloud within XLCloud, Sylvain Bauza, BullOW2
 
Cloud Computing Presentation V3
Cloud Computing Presentation V3Cloud Computing Presentation V3
Cloud Computing Presentation V3David Oliver
 
Exo presented at OW2con11, Nov 24-25, 2011, Paris
Exo presented at OW2con11, Nov 24-25, 2011, ParisExo presented at OW2con11, Nov 24-25, 2011, Paris
Exo presented at OW2con11, Nov 24-25, 2011, ParisOW2
 
Bull Open Source Feedback OW2con11, Nov 24-25, Paris
Bull Open Source Feedback OW2con11, Nov 24-25, ParisBull Open Source Feedback OW2con11, Nov 24-25, Paris
Bull Open Source Feedback OW2con11, Nov 24-25, ParisOW2
 
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2OW2
 

Andere mochten auch (20)

Contrail Project, OW2con11, Nov 24-25, Paris
Contrail Project, OW2con11, Nov 24-25, ParisContrail Project, OW2con11, Nov 24-25, Paris
Contrail Project, OW2con11, Nov 24-25, Paris
 
Hahn Golf Academia & Club
Hahn Golf Academia & ClubHahn Golf Academia & Club
Hahn Golf Academia & Club
 
test
testtest
test
 
OW2con'14 - keynote from Institut Mines Telecom
OW2con'14 - keynote from Institut Mines TelecomOW2con'14 - keynote from Institut Mines Telecom
OW2con'14 - keynote from Institut Mines Telecom
 
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014
USE IT CLOUD MARKETPLACE, Open Cloud Forum @ Cloud Expo Europe 2014
 
Itf ipp ch03_2012_final
Itf ipp ch03_2012_finalItf ipp ch03_2012_final
Itf ipp ch03_2012_final
 
Open Source Market Overview OW2con11, Nov 24-25, Paris
Open Source Market Overview OW2con11, Nov 24-25, ParisOpen Source Market Overview OW2con11, Nov 24-25, Paris
Open Source Market Overview OW2con11, Nov 24-25, Paris
 
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...OW2con'14 - Lutece, the open source CMS & Development framework of the City o...
OW2con'14 - Lutece, the open source CMS & Development framework of the City o...
 
American Tortoise Rescue The Clock Is Ticking
American Tortoise Rescue  The Clock Is TickingAmerican Tortoise Rescue  The Clock Is Ticking
American Tortoise Rescue The Clock Is Ticking
 
Itf ipp ch09_2012_final
Itf ipp ch09_2012_finalItf ipp ch09_2012_final
Itf ipp ch09_2012_final
 
IDMEF, the universal format for security alerts, OW2con'16, Paris.
IDMEF, the universal format for security alerts, OW2con'16, Paris. IDMEF, the universal format for security alerts, OW2con'16, Paris.
IDMEF, the universal format for security alerts, OW2con'16, Paris.
 
Slide Boothphotos
Slide BoothphotosSlide Boothphotos
Slide Boothphotos
 
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...
OW2 - AppHub, the new OpenStack friendly open-source marketplace presented at...
 
A new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr codeA new interface between smart device and web using html5 web socket and qr code
A new interface between smart device and web using html5 web socket and qr code
 
Square Numbers - Update September 12
Square Numbers - Update September 12Square Numbers - Update September 12
Square Numbers - Update September 12
 
Provisioning the Cloud within XLCloud, Sylvain Bauza, Bull
Provisioning the Cloud within XLCloud, Sylvain Bauza, BullProvisioning the Cloud within XLCloud, Sylvain Bauza, Bull
Provisioning the Cloud within XLCloud, Sylvain Bauza, Bull
 
Cloud Computing Presentation V3
Cloud Computing Presentation V3Cloud Computing Presentation V3
Cloud Computing Presentation V3
 
Exo presented at OW2con11, Nov 24-25, 2011, Paris
Exo presented at OW2con11, Nov 24-25, 2011, ParisExo presented at OW2con11, Nov 24-25, 2011, Paris
Exo presented at OW2con11, Nov 24-25, 2011, Paris
 
Bull Open Source Feedback OW2con11, Nov 24-25, Paris
Bull Open Source Feedback OW2con11, Nov 24-25, ParisBull Open Source Feedback OW2con11, Nov 24-25, Paris
Bull Open Source Feedback OW2con11, Nov 24-25, Paris
 
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2
OW2con'14 - The changing nature of open source software, Cédric Thomas, OW2
 

Ähnlich wie OW2con11 Use Case SOA, Nov 24-25, Paris

Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisEasier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisMarc Dutoo
 
Service Integration Goes Social with EasySOA - OpenWorldForum 2011
Service Integration Goes Social with EasySOA - OpenWorldForum 2011Service Integration Goes Social with EasySOA - OpenWorldForum 2011
Service Integration Goes Social with EasySOA - OpenWorldForum 2011Marc Dutoo
 
EasySOA introduction and video demos - fOSSa 2011
EasySOA introduction and video demos - fOSSa 2011EasySOA introduction and video demos - fOSSa 2011
EasySOA introduction and video demos - fOSSa 2011Marc Dutoo
 
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)Marc Dutoo
 
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011Marc Dutoo
 
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, Paris
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, ParisOpen Wide Flyer - OW2 Conference 2010 – 23-24 November, Paris
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, ParisMarc Dutoo
 
Reconfigurable Service-Oriented Architectures
Reconfigurable Service-Oriented ArchitecturesReconfigurable Service-Oriented Architectures
Reconfigurable Service-Oriented Architectureslseinturier
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...SourceFrancois Duthilleul
 
Charlton Barreto - The OGF | Open Cloud Computing Interface
Charlton Barreto - The OGF | Open Cloud Computing InterfaceCharlton Barreto - The OGF | Open Cloud Computing Interface
Charlton Barreto - The OGF | Open Cloud Computing InterfaceCloudCamp Hamburg
 
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasClash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasOpenNebula Project
 
Open network operating system (onos)
Open network operating system (onos)Open network operating system (onos)
Open network operating system (onos)Ameer Sameer
 
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware
 
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Marc Dutoo
 
Lessons learned Building Nuxeo EP - Component-based, open source ECM platform
Lessons learned Building Nuxeo EP - Component-based, open source ECM platformLessons learned Building Nuxeo EP - Component-based, open source ECM platform
Lessons learned Building Nuxeo EP - Component-based, open source ECM platformNuxeo
 
Vii 2 Z Final Slides Os Gi Iess 2010
Vii 2 Z Final Slides Os Gi Iess 2010Vii 2 Z Final Slides Os Gi Iess 2010
Vii 2 Z Final Slides Os Gi Iess 2010IESS
 
21st Century SOA
21st Century SOA21st Century SOA
21st Century SOABob Rhubart
 
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformOCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformMarc Dutoo
 
Impact of cloud services on the work of oracle technology experts
Impact of cloud services on the work of oracle technology expertsImpact of cloud services on the work of oracle technology experts
Impact of cloud services on the work of oracle technology expertsAndreas Chatziantoniou
 

Ähnlich wie OW2con11 Use Case SOA, Nov 24-25, Paris (20)

Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, ParisEasier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
Easier SOA with EasySOA - OW2 Conference 2010 – 23-24 November, Paris
 
Service Integration Goes Social with EasySOA - OpenWorldForum 2011
Service Integration Goes Social with EasySOA - OpenWorldForum 2011Service Integration Goes Social with EasySOA - OpenWorldForum 2011
Service Integration Goes Social with EasySOA - OpenWorldForum 2011
 
EasySOA introduction and video demos - fOSSa 2011
EasySOA introduction and video demos - fOSSa 2011EasySOA introduction and video demos - fOSSa 2011
EasySOA introduction and video demos - fOSSa 2011
 
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)
Service Integration Goes Social - Solutions Linux 2012 (OW2 Track)
 
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011
Eclipse to EasySOA Core - Eclipse DemoCamp Grenoble 2011
 
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, Paris
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, ParisOpen Wide Flyer - OW2 Conference 2010 – 23-24 November, Paris
Open Wide Flyer - OW2 Conference 2010 – 23-24 November, Paris
 
Reconfigurable Service-Oriented Architectures
Reconfigurable Service-Oriented ArchitecturesReconfigurable Service-Oriented Architectures
Reconfigurable Service-Oriented Architectures
 
The Future of Networks is Open...Source
The Future of Networks is Open...SourceThe Future of Networks is Open...Source
The Future of Networks is Open...Source
 
Charlton Barreto - The OGF | Open Cloud Computing Interface
Charlton Barreto - The OGF | Open Cloud Computing InterfaceCharlton Barreto - The OGF | Open Cloud Computing Interface
Charlton Barreto - The OGF | Open Cloud Computing Interface
 
Sca
ScaSca
Sca
 
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasClash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
 
Open network operating system (onos)
Open network operating system (onos)Open network operating system (onos)
Open network operating system (onos)
 
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, SmileOCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
OCCIware presentation at EclipseDay in Lyon, November 2017, by Marc Dutoo, Smile
 
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
Model and pilot all cloud layers with OCCIware - Eclipse Day Lyon 2017
 
Lessons learned Building Nuxeo EP - Component-based, open source ECM platform
Lessons learned Building Nuxeo EP - Component-based, open source ECM platformLessons learned Building Nuxeo EP - Component-based, open source ECM platform
Lessons learned Building Nuxeo EP - Component-based, open source ECM platform
 
Vii 2 Z Final Slides Os Gi Iess 2010
Vii 2 Z Final Slides Os Gi Iess 2010Vii 2 Z Final Slides Os Gi Iess 2010
Vii 2 Z Final Slides Os Gi Iess 2010
 
Eclipse SOA Initiative
Eclipse SOA InitiativeEclipse SOA Initiative
Eclipse SOA Initiative
 
21st Century SOA
21st Century SOA21st Century SOA
21st Century SOA
 
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platformOCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
OCCIware@POSS 2016 - an extensible, standard XaaS cloud consumer platform
 
Impact of cloud services on the work of oracle technology experts
Impact of cloud services on the work of oracle technology expertsImpact of cloud services on the work of oracle technology experts
Impact of cloud services on the work of oracle technology experts
 

Mehr von OW2

OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in Roma
OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in RomaOW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in Roma
OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in RomaOW2
 
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...OW2
 
GLPi v.10, les fonctionnalités principales et l'offre cloud
GLPi v.10, les fonctionnalités principales et l'offre cloudGLPi v.10, les fonctionnalités principales et l'offre cloud
GLPi v.10, les fonctionnalités principales et l'offre cloudOW2
 
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...OW2
 
FusionIAM : la gestion des identités et des accés open source
FusionIAM : la gestion des identités et des accés open sourceFusionIAM : la gestion des identités et des accés open source
FusionIAM : la gestion des identités et des accés open sourceOW2
 
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...OW2
 
SFScon'20 Bringing the User into the Equation
SFScon'20 Bringing the User into the EquationSFScon'20 Bringing the User into the Equation
SFScon'20 Bringing the User into the EquationOW2
 
Towards a sustainable solution to open source sustainability, OW2online20, Ju...
Towards a sustainable solution to open source sustainability, OW2online20, Ju...Towards a sustainable solution to open source sustainability, OW2online20, Ju...
Towards a sustainable solution to open source sustainability, OW2online20, Ju...OW2
 
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...Advanced proactive and polymorphing cloud application adaptation with MORPHEM...
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...OW2
 
Open Source governance and the Eclipse Foundation, OW2online, June 2020
Open Source governance and the Eclipse Foundation, OW2online, June 2020Open Source governance and the Eclipse Foundation, OW2online, June 2020
Open Source governance and the Eclipse Foundation, OW2online, June 2020OW2
 
Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020OW2
 
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...OW2
 
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020OW2
 
Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020OW2
 
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020OW2
 
Intelligent package management with FASTEN, OW2online, June 2020
Intelligent package management with FASTEN, OW2online, June 2020Intelligent package management with FASTEN, OW2online, June 2020
Intelligent package management with FASTEN, OW2online, June 2020OW2
 
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020OW2
 
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...Enabling DevOps for IoT software development, powered by Open Source, OW2onli...
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...OW2
 
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...OW2
 
Cacti and Big Data at Orange France, OW2online, June 2020
Cacti and Big Data at Orange France, OW2online, June 2020Cacti and Big Data at Orange France, OW2online, June 2020
Cacti and Big Data at Orange France, OW2online, June 2020OW2
 

Mehr von OW2 (20)

OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in Roma
OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in RomaOW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in Roma
OW2 and RIOS teaming up to boost the open source impact, Nov. 2022 in Roma
 
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...
The Open Source Good Governance Initiative presented at RIOS OS Week, Nov. 20...
 
GLPi v.10, les fonctionnalités principales et l'offre cloud
GLPi v.10, les fonctionnalités principales et l'offre cloudGLPi v.10, les fonctionnalités principales et l'offre cloud
GLPi v.10, les fonctionnalités principales et l'offre cloud
 
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...
Centreon: superviser le Cloud et le Legacy à partir d'une même plateforme, po...
 
FusionIAM : la gestion des identités et des accés open source
FusionIAM : la gestion des identités et des accés open sourceFusionIAM : la gestion des identités et des accés open source
FusionIAM : la gestion des identités et des accés open source
 
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...
OW2 Association Européenne aux racines grenobloises, transformer l'industrie ...
 
SFScon'20 Bringing the User into the Equation
SFScon'20 Bringing the User into the EquationSFScon'20 Bringing the User into the Equation
SFScon'20 Bringing the User into the Equation
 
Towards a sustainable solution to open source sustainability, OW2online20, Ju...
Towards a sustainable solution to open source sustainability, OW2online20, Ju...Towards a sustainable solution to open source sustainability, OW2online20, Ju...
Towards a sustainable solution to open source sustainability, OW2online20, Ju...
 
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...Advanced proactive and polymorphing cloud application adaptation with MORPHEM...
Advanced proactive and polymorphing cloud application adaptation with MORPHEM...
 
Open Source governance and the Eclipse Foundation, OW2online, June 2020
Open Source governance and the Eclipse Foundation, OW2online, June 2020Open Source governance and the Eclipse Foundation, OW2online, June 2020
Open Source governance and the Eclipse Foundation, OW2online, June 2020
 
Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020Open source contribution policies, OW2online, June 2020
Open source contribution policies, OW2online, June 2020
 
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...
Software development at scale, pandemic lockdown and oss ecosystems, OW2onlin...
 
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020
Overview of the OpenChain Reference Tooling Work Group, OW2online20, June 2020
 
Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020Open Source Compliance at Orange, OW2online, June 2020
Open Source Compliance at Orange, OW2online, June 2020
 
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020
Ideas, methods and tools for OSS Compliance assessment, OW2online, June 2020
 
Intelligent package management with FASTEN, OW2online, June 2020
Intelligent package management with FASTEN, OW2online, June 2020Intelligent package management with FASTEN, OW2online, June 2020
Intelligent package management with FASTEN, OW2online, June 2020
 
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020
DECODER, a Smarter Environment for DevOps Teams , OW2online, June 2020
 
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...Enabling DevOps for IoT software development, powered by Open Source, OW2onli...
Enabling DevOps for IoT software development, powered by Open Source, OW2onli...
 
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...
Upcoming Challenges in Artificial Intelligence Research and Development, OW2o...
 
Cacti and Big Data at Orange France, OW2online, June 2020
Cacti and Big Data at Orange France, OW2online, June 2020Cacti and Big Data at Orange France, OW2online, June 2020
Cacti and Big Data at Orange France, OW2online, June 2020
 

Kürzlich hochgeladen

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

OW2con11 Use Case SOA, Nov 24-25, Paris

  • 1. Putting a collaborative twist on SOA thanks to OW2 Use Case Track – Nov. 24th – OW2 Conference 2011 1
  • 2. Speakers Marc Dutoo – Head of R&D at Open Wide – EasySOA project leader Alain Boulze – EasiFab Partner & Manager – 25 years experience in IT for business Cédric Carbone – Talend CTO – OW2 & Eclipse Board member
  • 3. Agenda I. EasySOA in a nutshell II. Why and how FraSCAti in Nuxeo - EasySOA Core & Light - Architecture III. EasySOA Light scenario IV. EasySOA-compatible ESB / Talend V. Roadmap - Questions 3
  • 4. EasySOA - Factsheet EasySOA Facts – 5 partners – 2 years, started nov. 2010 – 4m€ budget – System@tic label – And  an  ambitious  aim… Making Service Oriented Architectures (SOA) simple to use – Business use, development, production use, monitoring – And throttling up the SOA engine in the entreprise ! 4
  • 6. EasySOA - Goal Add  a  lighter,  agile  SOA  layer  around  “traditional”  SOA • thanks to an online, social and collaborative approach, involving all actors of the SOA process – business users, SOA architects and developers, IT staff • Enabling – ex nihilo service discovery, cartography and documentation, all collaboratively – sanitization and protection of existing SOAs by tracking changes of outside services – help gathering and fast-prototyping business needs on top of existing applications, without hurting them – reuse requirements, architectural shell, tests and mockups to ease the transition to final implementations within the existing SOA solution 6
  • 7. EasySOA – Consortium Behind, French partners but also worldwide leaders • INRIA labs : service engine (OW2 FraSCAti) • EasiFab : SOA Modeling (Eclipse SOA), monitoring (Galaxy) • Talend (ETL/ESB) : SOA and data connectors to connect to existing business – but also Data Quality and MDM • Nuxeo (ECM) : document management platform, to manage the SOA model, documents and artifacts • Bull (service provider and middleware) : SOA administration with OW2 Jasmine and use case • Open Wide : leader, global architecture and integration, BPM (with Eclipse JWT / OW2 Scarbo), use case 7
  • 8. Business users…  and  services  ?! SOA is not only for technical people ! Business users • are not interested in services on a technical point of view , but in how they impact business features, ex. : – Which service failure cause a feature to be down – Allow to evolve or develop new features • On the other side, business users have the knowledge – on  business  needs,  business  data  and  how  they  map… • most business users would like to have better visibility on how IT answers (or not) their business needs ! – No  more  “IT  as  a  black  box” – Up to the business alignment of IT. SOA is a mean to this end ! 24/11/2011 8
  • 9. EasySOA Core & Light EasySOA Core is just the place for that : • Rather than a formal, constrained, heavy process, provide the tools and the place for informal, social collaboration – Around  services  and  information  about  it  (how  they’re  used  &  made…) – Between all SOA actors, with each its own point of view and knowledge And that for the most technically savvy of them, even • Allows mockups, mashups and prototyping, • in a sandboxed and monitored manner : EasySOA Light • i.e. an embedded custom-tailored scripting and ESB platform 23/11/2011 9
  • 10. EasySOA Core & Light EasySOA Core is just the place for that : • Rather than a formal, constrained, heavy process, provide the tools and the place for informal, social collaboration – Around  services  and  information  about  it  (how  they’re  used  &  made…) – Between all SOA actors, with each its own point of view and knowledge => OW2 Nuxeo And that for the most technically savvy of them, even • Allows mockups, mashups and prototyping, • in a sandboxed and monitored manner : EasySOA Light • i.e. an embedded custom-tailored scripting and ESB platform => OW2 FraSCAti 23/11/2011 10
  • 11. Why OW2 Nuxeo as Service Registry SOA is actually first about documenting services • Listing them & their definitions, specifications, uses, lifecycle For EasySOA Core, we've chosen OW2 Nuxeo • Collaborative document management platform with : • extensible model • Document classification : folders, relations, virtual trees • collaborative platform : comments, workflows • Access : customizable UI, REST web engine, Content Automation, CMIS, Talend (upcoming) 23/11/2011 11
  • 12. Why OW2 FraSCAti for Light platform For EasySOA Light, we've chosen OW2 FraSCAti • model using SCA standard – What are the services, and what other services do they need to work (kind of remote service dependencies injection) – so can describe any possibly existing SOA • middleware of middlewares, so will handle all – protocols (WS, REST, JMS), – languages (Java, script) – frameworks (OSGi, Spring) • and lately, in part because of EasySOA, towards – scripting, modularity, Cloud 23/11/2011 12
  • 14. FraSCAti in Nuxeo – how 2 platforms integrating the whole world ! • Al lot (100+) conflicting dependencies • SCA composite parsing works well, starting not so Some good news • Happily both are getting OSGi-fied, already partly there • Emerging, Nuxeo-free EasySOA API Nuxeo => Start (parts of) FraSCAti within an OSGi kernel started within Nuxeo Felix FraSCAti : EasySOA (INRIA using a Nuxeo OSGi WS / CXF API on kernel Web / Servlet… Nuxeo pattern) 14 24/11/2011
  • 15. FraSCAti in Nuxeo – for what OW2 FraSCAti for Light • “Proxies”  : – Simple Service Scaffolder client, – Fuse SLA proxy, – Service  discovery  by  monitoring  exchanges  using  HTTP  proxy… • Service discovery from SCA • FraSCAti Studio (in the works) 24/11/2011 15
  • 16. OW2 FraSCAti for Light : Discovery Service discovery by architecture import • Had been first implemented by parsing SCA as XML By getting FraSCAti in more and more, we allowed for 3 use cases : • The same but with full error checking – by parsing using an embedded FraSCAti instead (BindingInfoProvider) • Service discovery at startup of remote FraSCAti runtime – by replacing going from local to remote EasySOA API and hooking SCA import mechanism within FraSCAti (BindingScaVisitor) • The same but for Light, so within Nuxeo, – thanks to modularity & OSGi (in the works) 23/11/2011 16
  • 17. Light scenario Goal : To add a business-layer above an existing service. Let EasySOA protect this service behind a sandboxing tunnel. Design Discover Toolify Develop Release Find the existing a. Develop our business- service we want to use. oriented service. b. Create a Service Scaffolder UI to use it. 22/11/2011 17
  • 18. Light scenario : Discover (1/3) Deployed architecture Existing service EasySOA model Implementations Existing service Environments Existing service 22/11/2011 18 Master
  • 19. Light scenario : Toolify (2/3) Deployed architecture Existing service EasySOA model Will protect every external service called from this environment Implementations Existing service Environments Existing service 22/11/2011 Light 19 Master
  • 20. Light scenario : Develop (3/3) - a Deployed architecture New Light Existing service service Sandbox (= Fuse + Monitoring) EasySOA model Implementations New Light Existing service service Environments New Light Existing service service 22/11/2011 Light 20 Master
  • 21. Light scenario : Develop (3/3) - b Deployed architecture Scaffolder New Light Existing UI service service Default scaffolder Sandbox tunnel (= Fuse + Monitoring) (= Monitoring) EasySOA model Implementations Scaffolded New Light Existing UI service service Environments Scaffolded New Light Existing UI service service 22/11/2011 Light 21 Master
  • 22. Service discovery and mashup - demo 22
  • 23. And with a “classical” SOA solution ? Enter Talend ESB ! Easily integrate distributed systems  Standards-based connectivity layer to integrate distributed systems  Powered by Apache CXF, Camel, Karaf and ActiveMQ  Includes messaging, Web services, intelligent routing, failover, monitoring and security Talend ESB Studio  Quickly and easily create data services and complex message routes without coding  Leverage existing skillsets with Eclipse-based UI  Drag-and-drop message routes using Enterprise Integration Patterns (EIPs)
  • 24. Talend ESB with EasySOA Core & Light 23/11/2011 24
  • 25. EasySOA – Entreprise Partner Program A « from the trenches », « guerilla » approach • To help gather recurring use cases and needs, around the project  core,  at  our  clients’,  our  communities • People we know, who trust us, that we ask to share their SOA issues The idea : reciprocal sharing • Share your issues with us, • We’ll  enrich  EasySOA  to  address  the  most  promising  and   useful ones, and share our developments back in Open Source Pay only custom work • If you want some : install, config, custom devs 25
  • 26. Roadmap Halfway there ! Still : – API change detection (Partner X) – SOA documentation (Partner Y) – light cloud application platform (Partner Z) – More EasySOA API – More Light : FraSCAti Studio & on demand Proxies for  recording,  testing,  prototyping… – BPM with OW2 Scarbo, monitoring with OW2 Jasmine 26
  • 27. EasySOA – Get involved www.easysoa.org github.com/easysoa easysoa-dev@googlegroups.com 27
  • 29. Scaling up SOA to IT challenges – New IT challenges require an efficient entreprise SOA process more than ever • Cloud • agility, • business relevant IT, • mobile, • green IT – …how  to  scale  up  ? 29
  • 30. How ? – We bet on : • open source & open approach – For Information System heterogeneity, against vendor lock-in • the web – The main drive of computer science democratization for the last 10 years – to get closer to end users - a.k.a. "normal" people • Collaborative… Why collaborative, isn't SOA an architect thing ? 30
  • 31. SOA, development & business – SOA = how to avoid the integration "noodle plate" problem at protocol and data format levels – with SOA, integrating a new application with existing ones becomes making it talk with the right • protocol(s)  :  “connecting  the  lanes”  (binding) • &  data  format  :  “translating  the  vocabulary”  (mapping) – This requires business knowledge ! – Actually, architects and developers already need business users when changing features • To describe requirements, and sometimes often to make decisions on the functional perimeter (cost-driven…) 31
  • 32. Reaching out to business users so we need them in an soa development process – (this need also justifies business architecture) but how and where to get them ? – Rather than a formal, constrained, heavy process, provide the tools for informal, social collaboration – Principle  :  to  each  his  own… • Knowledge - point of view - tools – so look for business users at the place of their business : their business applications ! • 5' demo : service discovery – business user 32
  • 33. Reaching out to business users - demo 33
  • 34. Reaching out to developers & IT staff Getting in also the other actors, just the same : – Architects & developers • using their own knowledge : technical architecture • For that : Service Component Architecture (SCA) – an OASIS standard that describes services and dependencies between them - kinda like remote service injection / DI – IT staff • using what they manage : network – 5' demo – collaborative discovery : archi & IT 34
  • 35. Reaching out to developers & IT staff 35
  • 36. Earlier discovery ? – So  that’s  collaborative  service  discovery  allright – It can further support • Documents  (specifications…), • Comments & commentable WSDLs, • Notifications (service info changed), • Etc.  (workspaces,  channels…) – To fully benefit of all that, the earliest services are discovered and known the better • Could  we  detect  them  even  before  they’re  live  ?! 36
  • 37. Development time discovery – You’ve  noted  that  the  architecture  has  been   known by archis before service were in operation • services didn't appear out of nothing in operation ! • rather before they were before in the SOA process, • i.e. in development, or even earlier in architecture – How to detect them at development time ? • Again, we have to look for them in the right place • i.e. development tools ! ex. Eclipse SOA – and before ? Business design! • are  actually  business  stuff…  so  back  in  easysoa 37
  • 38. EasySOA – Towards a collaborative SOA process ! Light Core Industrial Integration Development Process Collaboration 38
  • 39. EasySOA – The SOA tooling environment  BPMN for business process design  JWT for implementation and execution of workflows  SCA for assembling the service Eclipse.org architecture official plugins  and Mangrove as a glue around it all Provided by the Eclipse SOA top level project
  • 40. EasySOA – The missing link  They give a pretty good picture of what is assembled in the target service oriented applications.  However, they are not about the application that business users actually see and use everyday, and IT staff monitors – They are rather about its models in the development environment – Then about the live, executed architecture where the services live and strive Too bad, these people are an important piece of the SOA puzzle !  …that's  the  place  EasySOA  Core  expects  to  be  in.
  • 41. EasySOA – EasySOA Core case study  EasySOA Core extends the collaboration from the Eclipse SOA Modelling / Mangrove design environment  A shared repository with added value features  Business & Application Domain  Life Cycle Status  Authoring Info  Multiple enrichment and customization capabilities
  • 42. EasySOA – EasySOA Core business case “SmartTravel”   Helping US people Get weather making a trip to a forecast French city  Get current currency rate INRIA galaxy project http://galaxy.inria.fr Translate  visitor’s   advice Build the SmartTravel program 42
  • 43. EasySOA – EasySOA Core: share Business Architecture features  Eclipse BPMN Editor  « Smart Travel » Business Domain  « Business Architecture » phase  « Business Architect » author  Eclipse BPMN Editor  Export to Mangrove EasySOA Core ECM • Web shared b/w Actors • Access rights & collaboration rules • Multiple views  Information (Enrich)  Documents (Diagrams)  Business artefacts
  • 44. EasySOA – EasySOA Core: share System Architecture features Eclipse BPMN Editor  From Mangrove generate SCA Eclipse SCA Editor  Graphical rearrangement  Refine technical aspects  Export to Mangrove EasySOA Core ECM  « Smart Travel Orchestration » Application Domain  « System Architecture » phase  « System Architect » author  System artefacts (services, components)
  • 45. EasySOA – Eclipse Mangrove to EasySOA Core Eclipse workspace  Menu/click to Export to EasySOA Core  Enter EasySOA Core URL  Triggering an Eclipse Mangrove plug- in Export2EasySOA plug-in  Parsing Mangrove scheme Export2EasySOA  Relevant elements, element per element Mangrove plug-in  Validation of EasySOA Core (NUXEO) Use/Specialization structure  Interface with EasySOA Core Mangrove plug-in (NUEXO) by invoking REST  Improvement of Mangrove plugin
  • 46. EasySOA – EasySOA Core: sync with SCA evolving  EasySOA Core • Import SCA (from file, SCM...)
  • 47. EasySOA – Correlate with service discovery (Core) & monitoring (Integration) in the live application EasySOA Core  Service Discovery by browsing  EasySOA Integration  Service Discovery by monitoring
  • 48. And down to runtime – We've seen development tools integrated with EasySOA, but what about runtimes ? – Enter Talend, a real world SOA solution & ESB, with incidentally a business & data story – Demo • 10' Talend ESB presentation & Airport demo • 3' Talend Airport in EasySOA – …  and  when  on  the  other  side  EasySOA-discovered service will be available as endpoints in Talend Studio, the circle will be complete 48
  • 49. Talend ESB Easily integrate distributed systems  Standards-based connectivity layer to integrate distributed systems  Powered by Apache CXF, Camel, Karaf and ActiveMQ  Includes messaging, Web services, intelligent routing, failover, monitoring and security Talend ESB Studio  Quickly and easily create data services and complex message routes without coding  Leverage existing skillsets with Eclipse-based UI  Drag-and-drop message routes using Enterprise Integration Patterns (EIPs)
  • 50. Talend ESB with EasySOA Core & Light 22/11/2011 50
  • 51. Roadmap - Now – Up to now : • Mar. 2011 – Started coding • May 2011 - Linux Solutions – business user demo • Jun. 2011 – Eclipse DemoCamp architect & IT demo • Sept. 2011 – Open World Forum – collaborative, talend – finally, is it usable right now ? • Mostly  prototype,  however… • We seek to deliver ASAP features useful in the real world,  and  we’ve  got  a  clue – …  by  asking  real  world  people  about  them 51
  • 52. EasySOA – Entreprise Partner Program A « from the trenches », « guerilla » approach • To help gather recurring use cases and needs, around the project  core,  at  our  clients’,  our  communities • People we know, who trust us, that we ask to share their SOA issues The idea : reciprocal sharing • Share your issues with us, • We’ll  enrich  EasySOA  to  address  the  most  promising  and   useful ones, and share our developments back in Open Source Pay only custom work • If you want some : install, config, custom devs 52
  • 53. Roadmap - Next – Ex. Audit of an SOA use case (Partner X) : • use service discovery, then export wsdls • this can be useful to you right now, it has been for me ! • 2' WSDL export demo – Next : • API change detection (Partner X) • SOA documentation (Partner Y) • light cloud application platform (Partner Z) • BPM with OW2 Scarbo, monitoring with OW2 Jasmine 53
  • 54. EasySOA – Get involved www.easysoa.org github.com/easysoa easysoa-dev@googlegroups.com 54
  • 56. Behind the curtain – About  the  Service  Registry… • aren’t  there  already  ESB  registries,  UDDI  etc.  ? – ESB  registries’  actual  goal  is  to  provide  service  resolution  to  their   ESB runtime. And when they are provided as an application they show  they’re  very  tied to their solution • There are others : as detected - as should be - as made… – Discovery by browsing • Web browser proxy + WSDL scraper – Discovery by monitoring • HTTP proxy + Esper correlation on APIs / services – Discovery by SCA architecture import • XML parsing of SCA composite file 56
  • 57. EasySOA Open Ecosystem – EasySOA  branches  out  to  an  “on  demand”  Open   Source ecosystem of compatible solutions • Starting with an SOA framework really simple to use • branching out to an on-demand Open Source solution – Thanks to EasySOA Core plugins, integrating them • on : design, development (« SOA sandbox », continuous integration, functional testing & Q/A), monitoring, Business Process Management (BPM) and Cloud – Built on best-of-breed Open Source components • Supported by EasySOA partners : Apache CXF & Camel, Nuxeo DM, Talend Data Integration, OW2 Jasmine, OW2 Frascati, OW2 Scarbo, Eclipse SOA et JWT 57
  • 58. Up in the clouds – we even plan an embedded SOA platform: EasySOA Light, building on full web technologies • To democratize access and call of existing entreprise services • With the web as light, universal, end-user friendly service  standard  :  REST(ful),  javascript,  JSON… • Provided to web developers : by scripted mashups, SOA scaffolding  (“the  Ruby  on  Rails  of  SOA”)  or  composition • but also business users : by point and click programming - or even Excel-driven... – Yep, it goes way beyond the Service Scaffolder ! 58
  • 59. The buzz cloud – cool things we're playing with : • node.js / backbone / connect / express / antinode • REST(ful) SOA, CXF • CEP / Esper • OSGi, SCA, FraSCAti - and all together • And  eclipse,  velocity,  SOAPUI,  sonar… – and hope to get to play with : • weka, maven, OAuth, mongodb, SPoRE, restfulie 59