SlideShare a Scribd company logo
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/

More Related Content

Viewers also liked

60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicot60-Comme Un Ptit Coquelicot
60-Comme Un Ptit Coquelicot
mireille 30100
 
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
総合資源エネルギー調査会 総合部会 第1回電力システム改革専門委員会
Yuichi Kojima
 
Innovatic diagnóstico
Innovatic diagnósticoInnovatic diagnóstico
Innovatic diagnóstico
MARTHA ISABEL DUQUE CUÉLLAR
 
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
 
Fotos noturnas
Fotos noturnas Fotos noturnas
Fotos noturnas
Sonia Bonifácio
 
Racisme projekt
Racisme projektRacisme projekt
Racisme projekt
nicolei8632
 

Viewers also liked (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
 

Similar to 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 vejen
Tonny 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 platform
Tonny Madsen
 
Eclipse
EclipseEclipse
Eclipse
Nicola Pedot
 
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
Tonny 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 Tools
Tonny Madsen
 
Electron
ElectronElectron
Eclipse Training - RCP & Industrialization
Eclipse Training - RCP & IndustrializationEclipse Training - RCP & Industrialization
Eclipse Training - RCP & Industrialization
Luca D'Onofrio
 
Easy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.pptEasy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
Easy_COBOL_for_OSOOSOSSODODODOD_2200.ppt
skorlipa
 
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
 
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
 
Os Tibbittstutorial
Os TibbittstutorialOs Tibbittstutorial
Os Tibbittstutorialoscon2007
 
Eclipse Training - Introduction
Eclipse Training - IntroductionEclipse Training - Introduction
Eclipse Training - Introduction
Luca 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 clojure
John Stevenson
 

Similar to 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 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 &...
 
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...
 
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
 

More from Tonny Madsen

L0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard ViewsL0043 - Interfacing to Eclipse Standard Views
L0043 - Interfacing to Eclipse Standard Views
Tonny Madsen
 
L0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse ConfigurationL0037 - Basic Eclipse Configuration
L0037 - Basic Eclipse Configuration
Tonny Madsen
 
L0036 - Creating Views and Editors
L0036 - Creating Views and EditorsL0036 - Creating Views and Editors
L0036 - Creating Views and Editors
Tonny Madsen
 
L0033 - JFace
L0033 - JFaceL0033 - JFace
L0033 - JFace
Tonny Madsen
 
L0020 - The Basic RCP Application
L0020 - The Basic RCP ApplicationL0020 - The Basic RCP Application
L0020 - The Basic RCP Application
Tonny Madsen
 
L0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget ToolkitL0018 - SWT - The Standard Widget Toolkit
L0018 - SWT - The Standard Widget Toolkit
Tonny 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-in
Tonny 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 Platform
Tonny 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 Future
Tonny 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 Introduction
Tonny Madsen
 
ITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model TransformationsITU - MDD – Model-to-Model Transformations
ITU - MDD – Model-to-Model Transformations
Tonny Madsen
 
ITU - MDD - EMF
ITU - MDD - EMFITU - MDD - EMF
ITU - MDD - EMF
Tonny Madsen
 
ITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-insITU - MDD - Eclipse Plug-ins
ITU - MDD - Eclipse Plug-ins
Tonny Madsen
 
ITU - MDD - XText
ITU - MDD - XTextITU - MDD - XText
ITU - MDD - XText
Tonny 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 Hood
Tonny 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
 

More from 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 ...
 

Recently uploaded

Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
Col Mukteshwar Prasad
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
PedroFerreira53928
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
PedroFerreira53928
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
Ashokrao Mane college of Pharmacy Peth-Vadgaon
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
Nguyen Thanh Tu Collection
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
bennyroshan06
 

Recently uploaded (20)

Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......Ethnobotany and Ethnopharmacology ......
Ethnobotany and Ethnopharmacology ......
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 

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/

Editor's Notes

  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