SlideShare une entreprise Scribd logo
1  sur  35
PR0017 - 2009-09-29
Redistribution and other use of this material requires written permission from The RCP Company.
Eclipse Workshop I
”Medbring din laptop, netbook, mac el.lign. og få i løbet af denne workshop
dine første hands-on erfaringer med Eclipse.”
Arrangement for IDA.
PR0017 - 2009-09-29
2
The Arrangement
“Medbring din laptop, netbook, mac el.lign. og få i løbet af denne workshop
dine første hands-on erfaringer med Eclipse.
Program:
- Installation af Eclipse
- "Dit første program"
- Hvor finder du flere Eclipse plug-ins - specielt med fokus på de teknologier
som netop nu er i vælten såsom Android, PHP, ...?
- Basal debugging af programmer
- Eclipse.dk
Eclipse er et gratis open source IDE, som understøtter Java, C++, C, PHP
m.fl.
Eclipse findes til de gængse OS-platforme: Windows, Mac OS X, Linux.
I Eclipse integereret man let Webserver, Databaseserver, UML mv.
Workshoppen ledes af Tonny Madsen, Formand/Chairman for Eclipse.dk,
Direktør/CEO RCP Kompagniet ApS
Der serveres et let traktement i starten af workshoppen. “
PR0017 - 2009-09-29
3
The Timing
 Now: Refreshments
 13:30: Introduction, Installing Eclipse and Getting Started
 15:00: A Short Break
 15:15: Developing Java Applications
 16:45: A Short Break
 17:00: Extending the Eclipse IDE and the Future of Eclipse
 18:00: Finish – Time to Go Home
PR0017 - 2009-09-29
4
Agenda
 Introduction
 Eclipse is… what exactly?
 Installing Eclipse
 Getting started with your first Java program
 Demonstration of some relevant Eclipse features for Java development
 Debugging a Java Program
 More Plug-ins and Features
 Pydev
 PHP
 Android
 Support and Resources
 Eclipse e4 – the future of Eclipse
 This is a technical talk rather than a business oriented talk…
PR0017 - 2009-09-29
5
About Me
 Founder and Owner of The RCP Company
 20 years of experience in system development in major
companies
 Regnecentralen (now ICL)
 Digital (now HP)
 Anritsu (previously NetTest)
 9 years experience as the Systems Architect of an 20+ MLoC
project
 7 years of experience with Eclipse and Eclipse RCP
 Add-in Provider Member of the Eclipse Foundation
 Chairman of Eclipse.dk
 Extern Lecturer at IT-University on MDD and DSL
PR0017 - 2009-09-29
6
Remember if you have questions…
…ask them!
PR0017 - 2009-09-29
7
Eclipse is… what exactly?
PR0017 - 2009-09-29
8
Eclipse – The Java IDE
PR0017 - 2009-09-29
9
Eclipse – The Tools Platform
PR0017 - 2009-09-29
10
Eclipse – The Application Platform
Nordea Banking Desktop
L0019 - 2008-11-28
11
IBM Lotus Notes
Version 8
PR0017 - 2009-09-29
12
Installing Eclipse
PR0017 - 2009-09-29
13
Getting Eclipse
 Go to “eclipse.org”
PR0017 - 2009-09-29
14
Eclipse Editions
 Eclipse IDE for Java EE Developers (189 MB) [1,927,084]
 Eclipse IDE for Java Developers (92 MB) [948,217]
 Eclipse for PHP Developers (139 MB) [469,037]
 Eclipse IDE for C/C++ Developers (79 MB) [448,336]
 Eclipse for RCP/Plug-in Developers (183 MB) [95,759]
 Eclipse Modeling Tools (includes Incubating components) (371 MB) [82,981]
 Eclipse IDE for Java and Report Developers (220 MB) [77,009]
 Pulsar for Mobile Java Developers (112 MB) [52,241]
 Eclipse SOA Platform for Java and SOA Developers (137 MB) [39,284]
 Eclipse Classic 3.5.1 (162 MB) [910,114]
PR0017 - 2009-09-29
15
Installing Eclipse…
 … just unzip somewhere!
 It does not use the registry
 It can be installed on an USB key
PR0017 - 2009-09-29
16
Friends of Eclipse
 Providing more bandwidth for users and committers
 Purchasing additional servers to host Eclipse projects
 Sending students to EclipseCon
 Sponsoring Eclipse community events
 Early access to downloads
PR0017 - 2009-09-29
17
Getting Started With
Your First Java Program
PR0017 - 2009-09-29
18
Launching Eclipse
 Just execute “eclipse.exe”
 Select the location of the workspace
PR0017 - 2009-09-29
19
Welcome to Eclipse
PR0017 - 2009-09-29
20
The Workbench
PR0017 - 2009-09-29
21
Organization of the Workspace
 Projects
 All files are put into projects
 Folders
 Files can be organized in folders
 Some folders are special and are
managed by Eclipse
 Files
 Some folders and files are hidden
PR0017 - 2009-09-29
22
The First Java Application
 Create a project
 Create a Java package – here “dk.ida.e01”
 Create a Java source file – here “HelloWorld”
package dk.ida.e01;
public class HelloWorld {
public static void main(String[] arg) {
System.out.println("Hello World");
}
}
PR0017 - 2009-09-29
23
Launch the Application
 Select the project of the Java file
 Right click
 Select “Run As”
PR0017 - 2009-09-29
24
Demonstration of some Relevant
Eclipse Features for Java Development
PR0017 - 2009-09-29
25
Debugging a Java Program
PR0017 - 2009-09-29
26
More Plug-ins and Features
PR0017 - 2009-09-29
27
To Install Something New
 Click on “Help” -> “Install New Software…”
PR0017 - 2009-09-29
28
Where to Find Stuff
 The Standard Sites
 Galileo - http://download.eclipse.org/releases/galileo
 The Eclipse Project Updates -
http://download.eclipse.org/eclipse/updates/3.5
 Eclipse Marketspace - http://marketplace.eclipse.org/
PR0017 - 2009-09-29
29
Support and Resources
PR0017 - 2009-09-29
30
Support Sources
 Books
 http://www.eclipse.org/resources/?type=book
 Sources
 All source already included!
 Training and Services
 http://www.eclipse.org/membership/exploreMembership.php
 Forums
 http://www.eclipse.org/forums/
 Twitter
 User Groups
 http://www.eclipse.dk/
PR0017 - 2009-09-29
31
When You Want to Know More
 Eclipse Articles
 http://www.eclipse.org/resources/
 Blogs
 http://planeteclipse.org/planet/
 Webcasts
 http://live.eclipse.org/
 Conferences
 EclipseCon: http://www.eclipsecon.org/2010/
 Eclipse Summit Europe
 Forums
 http://www.eclipse.org/forums/
 User Groups
 http://www.eclipse.dk/
PR0017 - 2009-09-29
32
Eclipse e4 – the future of Eclipse
PR0017 - 2009-09-29
33
Q&A
PR0017 - 2009-09-29
34
After Work Meeting for eclipse.dk
PR0017 - 2009-09-29
35
If you want to know more
 The foundation:
 http://eclipse.org
 The Danish User Group:
 http://eclipse.dk
 The training:
 http://www.eclipse.org/community/training/classes.php
 Resources on Eclipse
 http://www.eclipse.org/resources/
 Consolidated Blog:
 http://planeteclipse.org/

Contenu connexe

En vedette

60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicot60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicotmireille 30100
 
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会Yuichi Kojima
 
Electromagnetic induction (2)
Electromagnetic induction (2)Electromagnetic induction (2)
Electromagnetic induction (2)mrmeredith
 
ChrisLucas Resume - Sept 2016
ChrisLucas Resume - Sept 2016ChrisLucas Resume - Sept 2016
ChrisLucas Resume - Sept 2016Chris Lucas
 
FP-INGETECK-WifiAP-v20160308
FP-INGETECK-WifiAP-v20160308FP-INGETECK-WifiAP-v20160308
FP-INGETECK-WifiAP-v20160308Vincent Saubesty
 

En vedette (11)

DCP EPIDEMIOLOGY PRJECT
DCP EPIDEMIOLOGY PRJECTDCP EPIDEMIOLOGY PRJECT
DCP EPIDEMIOLOGY PRJECT
 
60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicot60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicot
 
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
 
Innovatic diagnóstico
Innovatic diagnósticoInnovatic diagnóstico
Innovatic diagnóstico
 
Dissertacao
DissertacaoDissertacao
Dissertacao
 
Electromagnetic induction (2)
Electromagnetic induction (2)Electromagnetic induction (2)
Electromagnetic induction (2)
 
ChrisLucas Resume - Sept 2016
ChrisLucas Resume - Sept 2016ChrisLucas Resume - Sept 2016
ChrisLucas Resume - Sept 2016
 
FP-INGETECK-WifiAP-v20160308
FP-INGETECK-WifiAP-v20160308FP-INGETECK-WifiAP-v20160308
FP-INGETECK-WifiAP-v20160308
 
Fotos noturnas
Fotos noturnas Fotos noturnas
Fotos noturnas
 
Racisme projekt
Racisme projektRacisme projekt
Racisme projekt
 
Slides hec-v3
Slides hec-v3Slides hec-v3
Slides hec-v3
 

Similaire à IDA - Eclipse Workshop I (In Danish)

IDA - Eclipse Workshop II (In Danish)
IDA - Eclipse Workshop II (In Danish)IDA - Eclipse Workshop II (In Danish)
IDA - Eclipse Workshop II (In Danish)Tonny Madsen
 
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...Tonny Madsen
 
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejenIDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejenTonny Madsen
 
javagruppen.dk - e4, the next generation Eclipse platform
javagruppen.dk - e4, the next generation Eclipse platformjavagruppen.dk - e4, the next generation Eclipse platform
javagruppen.dk - e4, the next generation Eclipse platformTonny Madsen
 
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application Platform
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application PlatformEclipse Banking Day in Copenhagen - Eclipse RCP as an Application Platform
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application PlatformTonny Madsen
 
Ayw android env_setup
Ayw android env_setupAyw android env_setup
Ayw android env_setuppbeerak
 
Eclipse Overview
Eclipse Overview Eclipse Overview
Eclipse Overview Lars Vogel
 
notesnet.dk - Eclipse Modelling Tools
notesnet.dk - Eclipse Modelling Toolsnotesnet.dk - Eclipse Modelling Tools
notesnet.dk - Eclipse Modelling ToolsTonny Madsen
 
Eclipse Training - RCP & Industrialization
Eclipse Training - RCP & IndustrializationEclipse Training - RCP & Industrialization
Eclipse Training - RCP & IndustrializationLuca D'Onofrio
 
Easy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.pptEasy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.pptskorlipa
 
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...OCCIware
 
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...Marc Dutoo
 
Os Tibbittstutorial
Os TibbittstutorialOs Tibbittstutorial
Os Tibbittstutorialoscon2007
 
Eclipse Training - Introduction
Eclipse Training - IntroductionEclipse Training - Introduction
Eclipse Training - IntroductionLuca D'Onofrio
 
9.oo languages
9.oo languages9.oo languages
9.oo languagesAPU
 
9. oo languages
9. oo languages9. oo languages
9. oo languagesAPU
 
Leiningen2 - humane build management for clojure
Leiningen2 - humane build management for clojureLeiningen2 - humane build management for clojure
Leiningen2 - humane build management for clojureJohn Stevenson
 

Similaire à IDA - Eclipse Workshop I (In Danish) (20)

IDA - Eclipse Workshop II (In Danish)
IDA - Eclipse Workshop II (In Danish)IDA - Eclipse Workshop II (In Danish)
IDA - Eclipse Workshop II (In Danish)
 
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen (In Dan...
 
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejenIDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen
IDA - Fra forretningside til bundlinie: Eclipse følger dig hele vejen
 
javagruppen.dk - e4, the next generation Eclipse platform
javagruppen.dk - e4, the next generation Eclipse platformjavagruppen.dk - e4, the next generation Eclipse platform
javagruppen.dk - e4, the next generation Eclipse platform
 
Eclipse
EclipseEclipse
Eclipse
 
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application Platform
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application PlatformEclipse Banking Day in Copenhagen - Eclipse RCP as an Application Platform
Eclipse Banking Day in Copenhagen - Eclipse RCP as an Application Platform
 
Ayw android env_setup
Ayw android env_setupAyw android env_setup
Ayw android env_setup
 
Eclipse Overview
Eclipse Overview Eclipse Overview
Eclipse Overview
 
notesnet.dk - Eclipse Modelling Tools
notesnet.dk - Eclipse Modelling Toolsnotesnet.dk - Eclipse Modelling Tools
notesnet.dk - Eclipse Modelling Tools
 
Electron
ElectronElectron
Electron
 
Eclipse Training - RCP & Industrialization
Eclipse Training - RCP & IndustrializationEclipse Training - RCP & Industrialization
Eclipse Training - RCP & Industrialization
 
Easy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.pptEasy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
 
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...
OCCIware Year 1 Milestone: Docker Studio, Studio Factory, pluggable XaaS runt...
 
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...
OCCIware Cloud Expo London 2016 - Docker Studio, Studio Factory, erocci bus &...
 
Os Tibbittstutorial
Os TibbittstutorialOs Tibbittstutorial
Os Tibbittstutorial
 
Eclipse Training - Introduction
Eclipse Training - IntroductionEclipse Training - Introduction
Eclipse Training - Introduction
 
9.oo languages
9.oo languages9.oo languages
9.oo languages
 
9. oo languages
9. oo languages9. oo languages
9. oo languages
 
Leiningen2 - humane build management for clojure
Leiningen2 - humane build management for clojureLeiningen2 - humane build management for clojure
Leiningen2 - humane build management for clojure
 
Eclipse Vs Netbeans
Eclipse Vs NetbeansEclipse Vs Netbeans
Eclipse Vs Netbeans
 

Plus de Tonny Madsen

L0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard ViewsL0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard ViewsTonny Madsen
 
L0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse ConfigurationL0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse ConfigurationTonny Madsen
 
L0036 - Creating Views and Editors
L0036 - Creating Views and EditorsL0036 - Creating Views and Editors
L0036 - Creating Views and EditorsTonny Madsen
 
L0020 - The Basic RCP Application
L0020 - The Basic RCP ApplicationL0020 - The Basic RCP Application
L0020 - The Basic RCP ApplicationTonny Madsen
 
L0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget ToolkitL0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget ToolkitTonny Madsen
 
L0016 - The Structure of an Eclipse Plug-in
L0016 - The Structure of an Eclipse Plug-inL0016 - The Structure of an Eclipse Plug-in
L0016 - The Structure of an Eclipse Plug-inTonny Madsen
 
L0001 - The Terminology of the Eclipse Platform
L0001 - The Terminology of the Eclipse PlatformL0001 - The Terminology of the Eclipse Platform
L0001 - The Terminology of the Eclipse PlatformTonny Madsen
 
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...Tonny Madsen
 
PROSA - Eclipse Is Just What?
PROSA - Eclipse Is Just What?PROSA - Eclipse Is Just What?
PROSA - Eclipse Is Just What?Tonny Madsen
 
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the Future
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the FutureEclipse Demo Camp 2010 - Eclipse e4 – The Status and the Future
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the FutureTonny Madsen
 
Eclipse Demo Camp 2010 - UI Bindings - An Introduction
Eclipse Demo Camp 2010 - UI Bindings - An IntroductionEclipse Demo Camp 2010 - UI Bindings - An Introduction
Eclipse Demo Camp 2010 - UI Bindings - An IntroductionTonny Madsen
 
ITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model TransformationsITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model TransformationsTonny Madsen
 
ITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-insITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-insTonny Madsen
 
eclipse.dk - Eclipse RCP Under the Hood
eclipse.dk - Eclipse RCP Under the Hoodeclipse.dk - Eclipse RCP Under the Hood
eclipse.dk - Eclipse RCP Under the HoodTonny Madsen
 
EclipseCon '08 - BoF - Building a local Eclipse user group
EclipseCon '08 - BoF - Building a local Eclipse user groupEclipseCon '08 - BoF - Building a local Eclipse user group
EclipseCon '08 - BoF - Building a local Eclipse user groupTonny Madsen
 
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...Tonny Madsen
 
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...Tonny Madsen
 

Plus de Tonny Madsen (20)

L0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard ViewsL0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard Views
 
L0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse ConfigurationL0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse Configuration
 
L0036 - Creating Views and Editors
L0036 - Creating Views and EditorsL0036 - Creating Views and Editors
L0036 - Creating Views and Editors
 
L0033 - JFace
L0033 - JFaceL0033 - JFace
L0033 - JFace
 
L0020 - The Basic RCP Application
L0020 - The Basic RCP ApplicationL0020 - The Basic RCP Application
L0020 - The Basic RCP Application
 
L0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget ToolkitL0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget Toolkit
 
L0016 - The Structure of an Eclipse Plug-in
L0016 - The Structure of an Eclipse Plug-inL0016 - The Structure of an Eclipse Plug-in
L0016 - The Structure of an Eclipse Plug-in
 
L0001 - The Terminology of the Eclipse Platform
L0001 - The Terminology of the Eclipse PlatformL0001 - The Terminology of the Eclipse Platform
L0001 - The Terminology of the Eclipse Platform
 
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...
EclipseCon '11 - Using Adapters to Handle Menus and Handlers in Large Scale A...
 
PROSA - Eclipse Is Just What?
PROSA - Eclipse Is Just What?PROSA - Eclipse Is Just What?
PROSA - Eclipse Is Just What?
 
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the Future
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the FutureEclipse Demo Camp 2010 - Eclipse e4 – The Status and the Future
Eclipse Demo Camp 2010 - Eclipse e4 – The Status and the Future
 
Eclipse Demo Camp 2010 - UI Bindings - An Introduction
Eclipse Demo Camp 2010 - UI Bindings - An IntroductionEclipse Demo Camp 2010 - UI Bindings - An Introduction
Eclipse Demo Camp 2010 - UI Bindings - An Introduction
 
ITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model TransformationsITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model Transformations
 
ITU - MDD - EMF
ITU - MDD - EMFITU - MDD - EMF
ITU - MDD - EMF
 
ITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-insITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-ins
 
ITU - MDD - XText
ITU - MDD - XTextITU - MDD - XText
ITU - MDD - XText
 
eclipse.dk - Eclipse RCP Under the Hood
eclipse.dk - Eclipse RCP Under the Hoodeclipse.dk - Eclipse RCP Under the Hood
eclipse.dk - Eclipse RCP Under the Hood
 
EclipseCon '08 - BoF - Building a local Eclipse user group
EclipseCon '08 - BoF - Building a local Eclipse user groupEclipseCon '08 - BoF - Building a local Eclipse user group
EclipseCon '08 - BoF - Building a local Eclipse user group
 
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...
Eclipse Summit Europe '08 - Implementing Screen Flows in Eclipse RCP Applicat...
 
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...
EclipseCon '09 - The Happy Marriage of EMF, Data binding, UI Forms and Field ...
 

Dernier

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 

Dernier (20)

Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 

IDA - Eclipse Workshop I (In Danish)

  • 1. PR0017 - 2009-09-29 Redistribution and other use of this material requires written permission from The RCP Company. Eclipse Workshop I ”Medbring din laptop, netbook, mac el.lign. og få i løbet af denne workshop dine første hands-on erfaringer med Eclipse.” Arrangement for IDA.
  • 2. PR0017 - 2009-09-29 2 The Arrangement “Medbring din laptop, netbook, mac el.lign. og få i løbet af denne workshop dine første hands-on erfaringer med Eclipse. Program: - Installation af Eclipse - "Dit første program" - Hvor finder du flere Eclipse plug-ins - specielt med fokus på de teknologier som netop nu er i vælten såsom Android, PHP, ...? - Basal debugging af programmer - Eclipse.dk Eclipse er et gratis open source IDE, som understøtter Java, C++, C, PHP m.fl. Eclipse findes til de gængse OS-platforme: Windows, Mac OS X, Linux. I Eclipse integereret man let Webserver, Databaseserver, UML mv. Workshoppen ledes af Tonny Madsen, Formand/Chairman for Eclipse.dk, Direktør/CEO RCP Kompagniet ApS Der serveres et let traktement i starten af workshoppen. “
  • 3. PR0017 - 2009-09-29 3 The Timing  Now: Refreshments  13:30: Introduction, Installing Eclipse and Getting Started  15:00: A Short Break  15:15: Developing Java Applications  16:45: A Short Break  17:00: Extending the Eclipse IDE and the Future of Eclipse  18:00: Finish – Time to Go Home
  • 4. PR0017 - 2009-09-29 4 Agenda  Introduction  Eclipse is… what exactly?  Installing Eclipse  Getting started with your first Java program  Demonstration of some relevant Eclipse features for Java development  Debugging a Java Program  More Plug-ins and Features  Pydev  PHP  Android  Support and Resources  Eclipse e4 – the future of Eclipse  This is a technical talk rather than a business oriented talk…
  • 5. PR0017 - 2009-09-29 5 About Me  Founder and Owner of The RCP Company  20 years of experience in system development in major companies  Regnecentralen (now ICL)  Digital (now HP)  Anritsu (previously NetTest)  9 years experience as the Systems Architect of an 20+ MLoC project  7 years of experience with Eclipse and Eclipse RCP  Add-in Provider Member of the Eclipse Foundation  Chairman of Eclipse.dk  Extern Lecturer at IT-University on MDD and DSL
  • 6. PR0017 - 2009-09-29 6 Remember if you have questions… …ask them!
  • 7. PR0017 - 2009-09-29 7 Eclipse is… what exactly?
  • 8. PR0017 - 2009-09-29 8 Eclipse – The Java IDE
  • 9. PR0017 - 2009-09-29 9 Eclipse – The Tools Platform
  • 10. PR0017 - 2009-09-29 10 Eclipse – The Application Platform Nordea Banking Desktop
  • 11. L0019 - 2008-11-28 11 IBM Lotus Notes Version 8
  • 13. PR0017 - 2009-09-29 13 Getting Eclipse  Go to “eclipse.org”
  • 14. PR0017 - 2009-09-29 14 Eclipse Editions  Eclipse IDE for Java EE Developers (189 MB) [1,927,084]  Eclipse IDE for Java Developers (92 MB) [948,217]  Eclipse for PHP Developers (139 MB) [469,037]  Eclipse IDE for C/C++ Developers (79 MB) [448,336]  Eclipse for RCP/Plug-in Developers (183 MB) [95,759]  Eclipse Modeling Tools (includes Incubating components) (371 MB) [82,981]  Eclipse IDE for Java and Report Developers (220 MB) [77,009]  Pulsar for Mobile Java Developers (112 MB) [52,241]  Eclipse SOA Platform for Java and SOA Developers (137 MB) [39,284]  Eclipse Classic 3.5.1 (162 MB) [910,114]
  • 15. PR0017 - 2009-09-29 15 Installing Eclipse…  … just unzip somewhere!  It does not use the registry  It can be installed on an USB key
  • 16. PR0017 - 2009-09-29 16 Friends of Eclipse  Providing more bandwidth for users and committers  Purchasing additional servers to host Eclipse projects  Sending students to EclipseCon  Sponsoring Eclipse community events  Early access to downloads
  • 17. PR0017 - 2009-09-29 17 Getting Started With Your First Java Program
  • 18. PR0017 - 2009-09-29 18 Launching Eclipse  Just execute “eclipse.exe”  Select the location of the workspace
  • 21. PR0017 - 2009-09-29 21 Organization of the Workspace  Projects  All files are put into projects  Folders  Files can be organized in folders  Some folders are special and are managed by Eclipse  Files  Some folders and files are hidden
  • 22. PR0017 - 2009-09-29 22 The First Java Application  Create a project  Create a Java package – here “dk.ida.e01”  Create a Java source file – here “HelloWorld” package dk.ida.e01; public class HelloWorld { public static void main(String[] arg) { System.out.println("Hello World"); } }
  • 23. PR0017 - 2009-09-29 23 Launch the Application  Select the project of the Java file  Right click  Select “Run As”
  • 24. PR0017 - 2009-09-29 24 Demonstration of some Relevant Eclipse Features for Java Development
  • 26. PR0017 - 2009-09-29 26 More Plug-ins and Features
  • 27. PR0017 - 2009-09-29 27 To Install Something New  Click on “Help” -> “Install New Software…”
  • 28. PR0017 - 2009-09-29 28 Where to Find Stuff  The Standard Sites  Galileo - http://download.eclipse.org/releases/galileo  The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/3.5  Eclipse Marketspace - http://marketplace.eclipse.org/
  • 30. PR0017 - 2009-09-29 30 Support Sources  Books  http://www.eclipse.org/resources/?type=book  Sources  All source already included!  Training and Services  http://www.eclipse.org/membership/exploreMembership.php  Forums  http://www.eclipse.org/forums/  Twitter  User Groups  http://www.eclipse.dk/
  • 31. PR0017 - 2009-09-29 31 When You Want to Know More  Eclipse Articles  http://www.eclipse.org/resources/  Blogs  http://planeteclipse.org/planet/  Webcasts  http://live.eclipse.org/  Conferences  EclipseCon: http://www.eclipsecon.org/2010/  Eclipse Summit Europe  Forums  http://www.eclipse.org/forums/  User Groups  http://www.eclipse.dk/
  • 32. PR0017 - 2009-09-29 32 Eclipse e4 – the future of Eclipse
  • 34. PR0017 - 2009-09-29 34 After Work Meeting for eclipse.dk
  • 35. PR0017 - 2009-09-29 35 If you want to know more  The foundation:  http://eclipse.org  The Danish User Group:  http://eclipse.dk  The training:  http://www.eclipse.org/community/training/classes.php  Resources on Eclipse  http://www.eclipse.org/resources/  Consolidated Blog:  http://planeteclipse.org/

Notes de l'éditeur

  1. Just to make everybody aware that they actually know about Eclipse already. It is known technology – not new technology. ESB, web services and BPM are all considered new technology… A littkle about the history of Eclipse
  2. Current language from the Eclipse Foundation
  3. This is the prototype of the banking desktop. It looks and feels like an Eclipse application. Just see the L&F. No serious presentation branding has been performed… yet…
  4. Is this Eclipse RCP? The perspective switcher is different! Views in the “same position” of the perspective – a so-called folder – are shown differently. The “Launch” button Based on Eclipse RCP! Early demo based on Eclipse RCP 3.1 Look of some native widgets has been changed! UI is a mix of SWT and Native Notes® windows The workbench is recognizable yet different Domino, IBM, Lotus, Notes and Workplace Client Technology are trademarks or registered trademark of International Business Machines Corp. in the United States, other countries, or both. IBM Lotus Notes was designed by Mary Beth Raven.
  5. Some assumptions: You have a laptop You can instrall stuff on the it You know Java You have access to WiFi
  6. First access to the WiFi…
  7. Eclipse and eclipsec
  8. You can get back. Tutorials present – more later
  9. The menu and the toolbar Views and Editors Perspectives Status bar
  10. Special Views Project Explorer Navigator
  11. From here: Create project Create Java package Create HelloWorld.java Launch It
  12. Navigation Open Type/Open Resource F3 Hierarchy Information/Javadoc F2 Renaming local or global Refactor Source format