19
Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3 rd Party Apps

Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Embed Size (px)

Citation preview

Page 1: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 42 Untertitel: Calibri, 24

Special ( entfernen): Untertitel über Logo ziehen

Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG

Integration of 3rd Party Apps

Page 2: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Once upon a time…

Page 3: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Once upon a time…

Page 4: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: Automatischer Einzug

Link to external application

Link to a scout application

Application inframing

Integration with other applications

Page 5: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Text: Calibri, Fett, 42

Link to external applications

Page 6: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

With a menu

Page 7: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

With a menu

@Order(3000)

public class ViewExternalAppMenu extends AbstractMenu {

@Override

protected String getConfiguredIconId() {

return Icons.CaretRight;

}

@Override

protected String getConfiguredText() {

return TEXTS.get("ViewExternalApp");

}

@Override

protected void execAction() {

String url = "http://localhost/extapp/" +

getOrganizationIdColumn().getSelectedValue() + ".html";

ClientSession.get().getDesktop().openUri(url, OpenUriAction.NEW_WINDOW);

}

}

Page 8: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Text: Calibri, Fett, 42

Link to a scout application

Page 9: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

http://application:8082/?dl=organization-cc0e5f05 business convention => organization id: cc0e5f05

Deep linking

Page 10: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Deep link handler

Classes implementing:

IDeepLinkHandler

Example implementation:

OrganizationDeepLinkHandler

− Provide a pattern for matches

− Navigate into the outline tree if there is a match

− Compute the link when a page is selected

Page 11: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Text: Calibri, Fett, 42

Application inframing

Page 12: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Integration of a web application in an iframe

Page 13: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Scout Form

Classic Scout Form (example)

PersonBadgeForm

Containing a browser field, a class extending:

AbstractBrowserField

− Sandbox: you need to disable it in order to execute JS code

− Communication with the Scout Application (notification)

Page 14: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

HTML5: window.postMessage

Page 15: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

JavaScript code (3rd Party): $('#barecodeForm').submit(function() {

top.postMessage("SUBMIT_CLICKED", "*");

});

Java Scout code in the client (UI-Server): @Override

protected void execPostMessage(String data, String origin) {

if ("SUBMIT_CLICKED".equals(data)) {

doClose();

}

//...

}

HTML5: window.postMessage

Page 16: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: 2. Zeile als Untertitel nicht Fett

Integration in the Scout Form live cycle

− Mark form as containing modification

− Ask “if save needed”

Parsing and handling the result in the Scout application

Going further

Page 17: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Text: Calibri, Fett, 42

Do not forget security!

Page 18: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: Automatischer Einzug

Backend Server

UI Server

DB

Integration Points

3rdPrty DB

Web Browser

Service Provider / Consumer

3rd Party Desktop Application

Use

r P

C

Dat

a C

en

ter

3rd Party Web Application

Technology?

Page 19: Eclipse Scout 4 Decisino · Untertitel über Logo ziehen Scout UGM 2016, Ludwigsburg Jeremie Bresson, BSI Business Systems Integration AG Integration of 3rd Party Apps . Farben: 254/153/21

Farben:

254/153/21

0/130/161

127/127/127

Schrift: Titel: Calibri, Fett, 32

Text: Calibri, 22 (mind. 18)

Special: Automatischer Einzug

Thanks @EclipseScout