SlideShare uma empresa Scribd logo
1 de 55
Baixar para ler offline
Eclipse from Present to Future




        Wim Jongman
        Industrial­TSI




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Topics
This Presentation is About
Us (a little bit);
Open Source & Business
the Eclipse Ecosystem;
the Eclipse Rich Client Platform and
Eclipse 4




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Acknowledgements & Copyrights
Assembled by Industrial­TSI @wimjongman
Copyrights
Industrial­TSI
Eclipse Foundation
IBM
Soyatec
www.freedigitalphotos.net Images
Various Pictures from the Web
Copyright belongs to the respective owners




 The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
About Industrial­TSI
Open Source Service Provider

Software Development Lifecyle

Bugzilla, OTRS, TRAC, Mylyn

Eclipse

Junit, SWTBot, Findbugs, Profiling, Code Coverage 

Ant, Maven, Hudson, Cruise Control

Open Source Middleware Integration

OSGi, ECF, BIRT, EMF, etc..

Systems Management

Load Checking, Bacula

Office

Zarafa, OTRS,

Open Source SOA

Sopera, Project Swordfish


 The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Source & Business




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
The Eclipse Ecosystem
        Consumers where are you
        Consumenten waar zijn jullie
        消費者你在哪裡
        Verbraucher wo sind Sie 
          ‫المستهلكين أين أنت‬
        kuluttaja jos olet
        καταναλωτές, όταν είστε




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Das Eclipse Ecosystem




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Eclipse Rich Client Platform (E3)




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Eclipse RCP




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
2525
Eclipse RCP




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
2626
Eclipse RCP




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
2727
Eclipse BIRT




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
2828
Eclipse Data Tools
Device Development
Mobile Tools for Java
eSWT
eRCP
RSE
Eclipse 
JDT
PDE
E4
Platform
RCP




     The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
2929
Eclipse Modeling 
EMF
GMF
XTeXt
Eclipse Runtime
ECF
Equinox
Jetty
EclipseLink
RAP
SOA
Swordfish


   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3030
Eclipse Techno
DLTK
GEF (3D)
SWTBOT
Voice Tools
OHF
OFMP
Nebula



   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3131
Eclipse Tools
Orbit
Ajax
GEF
Mylyn
Buckminster
TPTP
Reference
Web Tools
JSF
DALI Persistance
Webservice Tools


   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3232
Third Party
Google
GWT
Android Dev tools
ZEND
PHP Studio
Sopera
OS SOA
And many more

   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3333
Future of Eclipse Projects
Many new projects arrive
Not easy to be an Eclipse project
IDE Focus
IP Due Dilligence take a lot of time
Eclipse Marketplace
New website
Integration in Eclipse
Eclipse Forge
Home for the rest of us
No IP problems

   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3434
The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3535
Eclipse Rich Client Platform (e4)




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
e4
  “Advancing the king's pawn up 
  two squares is highly useful 
  because it occupies a center 
  square, attacks the center 
  square d5, and allows the 
  development of White's king's 
  bishop and queen.” (Wikipedia)




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3737
The Challenge
     Tension between Stability and Innovation
     We need to innovate to remain a viable
      platform




38
     The Eclipse Ecosystem and E4, Eclipse Users Group Belgium   © 2009 IBM 
3838                                                             Corporation
e4
  “The mission of the e4 project is to build a next 
  generation platform for pervasive, component­based 
  applications and tools.”




   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
3939
e4 – Purpose
     Place for innovation
     Not a product
     e4 technologies will be used as the basis of Eclipse 4.0
     (and some will show up in 3.x)


     Engage open source community
     Build a better Eclipse
     Make it more flexible and easier to use
     Prepare for web technologies

40
     The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
4040
e4 – Work Areas
  Building UI Components
  Using HTML/JavaScript, OpenSocial
  XWT: declarative SWT
  Easier to use API (20% covering 80% of the cases)
  Assembling UI Components
  Based on EMF model (modeled workbench)
  Better control over result (filtering, sorting, etc)
  Skinnable UI (CSS, Renderer)
  Visual tool for assembling? (community contribution)
  Other
  Flexible Resources (→ 3.6), JS Modularity

   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
4141
Backwards Compatibility


                  Existing plug­ins



                      Compatibility                  "pure e4" plug­ins
                        Layer

                                                 e4



   The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
4242
e4 – Expectations
     Slow down, we only moved e2­e4!!




43
     The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
4343
e4 – Where to get it




44
     The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
4444
XWT 




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
XWT 




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
XWT Demo
Editor
Applications
Element
Standalone
RCP Products




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
CSS 




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Text {


                                                 font: Verdana 8px;


                                       }      



CSS                                    Label {


                                                 font: Verdana 8px;


                                       }




                                       Tree {


                                                 font: Verdana 8px;


                                       }




                                       Shell, Button, Label {


                                           background­color: rgb(48,48,48);


                                           color: rgb(240,240,240);


                                       }




                                       SashForm {


                                           background­color: rgb(48,48,48);


                                       }


The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
CSS

public class DarkThemeHandler {


public void execute(MApplication application) {
 for (MWindow window : application.getChildren()) {
   ThemeUtil.switchTheme(window, "dark­gradient.css");
 }
}




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
CSS

                           try {
                                shell.setRedraw(false);
                                shell.reskin(SWT.ALL);
                           } finally {
                                shell.setRedraw(true);
                           }




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Social Gadgets 
CTRL+3




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Open Social Gadgets 




                                                  Twitter.




                                                  Frogger!!




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Questions?




The Eclipse Ecosystem and E4, Eclipse Users Group Belgium
Eclipse Training Series




http://wiki.eclipse.org/Training_Schedule




    The Eclipse Ecosystem and E4, Eclipse Users Group Belgium

Mais conteúdo relacionado

Semelhante a Open Source & Eclipse 4

Eclipse 40 - Eclipse Summit Europe 2010
Eclipse 40 - Eclipse Summit Europe 2010Eclipse 40 - Eclipse Summit Europe 2010
Eclipse 40 - Eclipse Summit Europe 2010Lars Vogel
 
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...Sencha
 
Eclipse Modeling Framework
Eclipse Modeling FrameworkEclipse Modeling Framework
Eclipse Modeling FrameworkAjay K
 
Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010Lars Vogel
 
The Nuxeo Way: leveraging open source to build a world-class ECM platform
The Nuxeo Way: leveraging open source to build a world-class ECM platformThe Nuxeo Way: leveraging open source to build a world-class ECM platform
The Nuxeo Way: leveraging open source to build a world-class ECM platformNuxeo
 
Eclipse 40 and Eclipse e4
Eclipse 40 and Eclipse e4 Eclipse 40 and Eclipse e4
Eclipse 40 and Eclipse e4 Lars Vogel
 
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlow
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlowAWS Machine Learning Week SF: Amazon SageMaker & TensorFlow
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlowAmazon Web Services
 
Building Deep Learning Applications with TensorFlow and Amazon SageMaker
Building Deep Learning Applications with TensorFlow and Amazon SageMakerBuilding Deep Learning Applications with TensorFlow and Amazon SageMaker
Building Deep Learning Applications with TensorFlow and Amazon SageMakerAmazon Web Services
 
Java 5 6 Generics, Concurrency, Garbage Collection, Tuning
Java 5 6 Generics, Concurrency, Garbage Collection, TuningJava 5 6 Generics, Concurrency, Garbage Collection, Tuning
Java 5 6 Generics, Concurrency, Garbage Collection, TuningCarol McDonald
 
Bring the fun back to java
Bring the fun back to javaBring the fun back to java
Bring the fun back to javaciklum_ods
 
Sencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha Roadshow 2017: Modernizing the Ext JS Class System and ToolingSencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha Roadshow 2017: Modernizing the Ext JS Class System and ToolingSencha
 
Eclipse e4 Overview
Eclipse e4 OverviewEclipse e4 Overview
Eclipse e4 OverviewLars Vogel
 
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Amazon Web Services
 
Build Deep Learning Applications with TensorFlow & SageMaker
Build Deep Learning Applications with TensorFlow & SageMakerBuild Deep Learning Applications with TensorFlow & SageMaker
Build Deep Learning Applications with TensorFlow & SageMakerAmazon Web Services
 
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...Amazon Web Services
 
Build Deep Learning Applications with TensorFlow and Amazon SageMaker
Build Deep Learning Applications with TensorFlow and Amazon SageMakerBuild Deep Learning Applications with TensorFlow and Amazon SageMaker
Build Deep Learning Applications with TensorFlow and Amazon SageMakerAmazon Web Services
 
Introduction to Umbraco
Introduction to UmbracoIntroduction to Umbraco
Introduction to UmbracoRoel
 

Semelhante a Open Source & Eclipse 4 (20)

Eclipse 4
Eclipse 4Eclipse 4
Eclipse 4
 
Eclipse 40 - Eclipse Summit Europe 2010
Eclipse 40 - Eclipse Summit Europe 2010Eclipse 40 - Eclipse Summit Europe 2010
Eclipse 40 - Eclipse Summit Europe 2010
 
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...
SenchaCon 2016: Building a Faceted Catalog of Video Game Assets Using Ext JS ...
 
Eclipse Modeling Framework
Eclipse Modeling FrameworkEclipse Modeling Framework
Eclipse Modeling Framework
 
Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010Eclipse e4 on Java Forum Stuttgart 2010
Eclipse e4 on Java Forum Stuttgart 2010
 
The Nuxeo Way: leveraging open source to build a world-class ECM platform
The Nuxeo Way: leveraging open source to build a world-class ECM platformThe Nuxeo Way: leveraging open source to build a world-class ECM platform
The Nuxeo Way: leveraging open source to build a world-class ECM platform
 
Eclipse 40 and Eclipse e4
Eclipse 40 and Eclipse e4 Eclipse 40 and Eclipse e4
Eclipse 40 and Eclipse e4
 
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlow
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlowAWS Machine Learning Week SF: Amazon SageMaker & TensorFlow
AWS Machine Learning Week SF: Amazon SageMaker & TensorFlow
 
Building Deep Learning Applications with TensorFlow and Amazon SageMaker
Building Deep Learning Applications with TensorFlow and Amazon SageMakerBuilding Deep Learning Applications with TensorFlow and Amazon SageMaker
Building Deep Learning Applications with TensorFlow and Amazon SageMaker
 
Java 5 6 Generics, Concurrency, Garbage Collection, Tuning
Java 5 6 Generics, Concurrency, Garbage Collection, TuningJava 5 6 Generics, Concurrency, Garbage Collection, Tuning
Java 5 6 Generics, Concurrency, Garbage Collection, Tuning
 
Bring the fun back to java
Bring the fun back to javaBring the fun back to java
Bring the fun back to java
 
OneTeam Media Server
OneTeam Media ServerOneTeam Media Server
OneTeam Media Server
 
Sencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha Roadshow 2017: Modernizing the Ext JS Class System and ToolingSencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
Sencha Roadshow 2017: Modernizing the Ext JS Class System and Tooling
 
Eclipse e4 Overview
Eclipse e4 OverviewEclipse e4 Overview
Eclipse e4 Overview
 
No gEEk? No Problem!
No gEEk? No Problem!No gEEk? No Problem!
No gEEk? No Problem!
 
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
Distributed, Incremental Dataflow Processing on AWS with GRAIL's Reflow (CMP3...
 
Build Deep Learning Applications with TensorFlow & SageMaker
Build Deep Learning Applications with TensorFlow & SageMakerBuild Deep Learning Applications with TensorFlow & SageMaker
Build Deep Learning Applications with TensorFlow & SageMaker
 
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...
Build Deep Learning Applications with TensorFlow & SageMaker: Machine Learnin...
 
Build Deep Learning Applications with TensorFlow and Amazon SageMaker
Build Deep Learning Applications with TensorFlow and Amazon SageMakerBuild Deep Learning Applications with TensorFlow and Amazon SageMaker
Build Deep Learning Applications with TensorFlow and Amazon SageMaker
 
Introduction to Umbraco
Introduction to UmbracoIntroduction to Umbraco
Introduction to Umbraco
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 

Último (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 

Open Source & Eclipse 4