joeffice, day 2: the framework

77
http://www.joeffice.org © Copyright 2013 - Japplis Joeffice The Application Framework Day 2

Upload: anthony-goubard

Post on 03-Jul-2015

334 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

The Application Framework

Day 2

Page 2: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Summary

● Application framework● Build tool● First start-up● Branding● Adding libraries● First commit

Page 3: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

My Own Application Framework

● Compile / run / release / backup script● About dialog● Remember settings and window position● Standard actions : load/save settings, exit● Small● Offline & Online

Page 4: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Japplis Toolbox

Page 5: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Japplis Speech

Page 6: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Japplis Website Optimizer

Page 7: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Swing Application Framework

● Remember windows & settings● Tasks system for background processing● Create actions from public methods

● Discontinued but a bit maintain with BSAF project

Page 8: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Decoration

Page 9: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Japplis Pastel

Page 10: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Eclipse Application Framework

● OSGi● SWT based● Azureus / Vuze● Docking, tabs

Page 11: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

NetBeans Application Framework

● NetBeans module● Swing based● Docking, tabs● Documentation (Books and online)

Page 12: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 13: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 14: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 15: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 16: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 17: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 18: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Build tool

● Graddle● Ant● Maven

→ Ant

Page 19: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Create project

Page 20: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Create project

Page 21: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 22: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 23: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 24: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 25: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 26: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Library to read documents

● Microsoft documents● Open source● Active

● → Apache POI

Page 27: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 28: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 29: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Ooxml schema

● poi-xmlschema (4.5MB) vs xmlschemas (14.2MB)

Page 30: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Module library

Page 31: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Module library

Page 32: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Module library

Page 33: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Source Control Management

● Subversion● Git● Mercurial

Page 34: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Initialize Mercurial

Page 35: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 36: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 37: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 38: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Branding

Page 39: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 40: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 41: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 42: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 43: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 44: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 45: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 46: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 47: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 48: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 49: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 50: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 51: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 52: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 53: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 54: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 55: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 56: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 57: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 58: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 59: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 60: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 61: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 62: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Tip of

the d

ay

Page 63: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 64: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 65: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 66: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 67: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 68: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 69: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 70: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 71: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 72: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 73: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 74: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 75: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 76: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Page 77: Joeffice, day 2: the framework

http://www.joeffice.org © Copyright 2013 - Japplis

Joeffice

● Java Office Suite● Open Source (Apache licence 2.0)● Offline & Online● Tabs and docking editors● Works on Windows, MacOS X, Linux