Top Banner
Getting Started with the NetBeans Platform Geertjan Wielenga http://blogs.sun.com/geertjan
60

Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

Jul 29, 2018

Download

Documents

lynguyet
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

Getting Startedwiththe

NetBeans Platform

Geertjan Wielengahttp://blogs.sun.com/geertjan

Page 2: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

2

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 3: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

3

● Meet the NetBeans Platform

● Understand its problem domain

● Get an overview of the main APIs

● See a demo

● Learn what to do next

Goals

Page 4: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

4

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 5: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

5

NetBeans Platform

Page 6: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

6

Nuance Voice-XML

Page 7: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

7

Fiorano Studio

Page 8: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

8

Nokia: Mobile Network

Page 9: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

9

Sketsa SVG Editor

Page 10: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

10

VisualVM

Page 11: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

11

AIOTrade

Page 12: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

12

NetBeans IDE

Page 13: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

13

JCae-CAD

Page 14: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

14

MC4J JMX Console

Page 15: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

15

JFugue Music Notepad

Page 16: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

16

StudioSL: Oil Flow

Page 17: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

17

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 18: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

18

Maybe this is your code:

Page 19: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

19

Maybe this is you:

Page 20: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

20

This should be you...

domain expertknowledge

Page 21: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

21

Application “Plumbing”

● Windowing/docking system

● Archictecture

● Lifecycle management

● Persistence

● Data management

● Consistent look & feel

● Distribution/update mechanism

Page 22: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

22

Demo

Page 23: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

23

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 24: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

24

Javadoc

Page 25: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

25

Libraries

● Window System API

● Actions API

● Options Window API

● Many Editor APIs

● Visual Library API

● ...and many more

Page 26: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

26

Ways to get started

● Javadoc

● Tutorials

● Samples

● Blog entries

Tip: Use them outside the NetBeans Platform

Page 27: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

27

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 28: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

28

In addition to...

● JLabel

● JTextField

● JTextArea

● JTable

● ...etc...

Page 29: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

29

TreeTableView

Page 30: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

30

Visual Widgets

Page 31: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

31

More Visual Widgets

Page 32: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

32

More Visual Widgets

Page 33: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

33

Drop Down Button Factory

Page 34: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

34

Tabbed Pane Factory

Page 35: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

35

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to NetBeans Platform● Resources

Page 36: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

36

Project wizards

Page 37: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

37

NetBeans Platform

Page 38: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

38

Outline view

Page 39: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

39

Project wizards

Page 40: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

40

File wizards

Page 41: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

41

File wizards

● Actions API

● Datasystems API

● Module Install class

● Options Dialog API

● TopComponent class

● Wizard Descriptor class

Page 42: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

42

Configuration

Page 43: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

43

Editor

Page 44: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

44

While developing...

...enhance the IDE

Page 45: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

45

Dependencies

Page 46: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

46

Dependencies

Page 47: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

47

Contextual menus

Page 48: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

48

Contextual menus

Page 49: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

49

Samples

Page 50: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

50

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to the NetBeans

Platform● Resources

Page 51: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

51

Demo Outline

1. Start with a simple application.

2. Compare what it is to what the NetBeans Platform has.

3. Create a new plugin project.

4. Move the useful parts of our old application to our new plugin.

5. Run it.

Page 52: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

52

Demo

Page 53: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

53

Porting Guide

http://platform.netbeans.org/tutorials/60/nbm-porting-basic.html

Page 54: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

54

Agenda● Goals

1. Generic Desktop Framework

2. Infrastructural Plumbing

3. Collection of Libraries

4. Swing Extensions

5. NetBeans Platform Toolkit● Demo: Porting to the NetBeans Platform● Resources

Page 55: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

55

Resources

http://www.netbeans.org/kb/articles/books.html

Page 56: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

56

Page 57: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

57

Page 58: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

58

Page 59: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

59

References● [email protected][email protected]● http://bits.netbeans.org/dev/

javadoc/index.html● http://platform.netbeans.org● http://wiki.netbeans.org/

NetBeansDeveloperFAQ● http://blogs.sun.com/geertjan● http://plugins.netbeans.org/PluginPortal/

Page 60: Getting Started with the NetBeans Platformedu.netbeans.org/contrib/slides/netbeans-platform/getting-started.pdf · 3 Meet the NetBeans Platform Understand its problem domain Get an

60

● Many on the NetBeans Platform

● NetBeans Platform gives plumbing

● Many APIs and libraries to help you

● NetBeans IDE provides tools

● Getting started is easy

● Mail list, tutorials, and training course

Summary