Transcript
Page 1: Joeffice, the open source database viewer in 1 day

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

Joeffice

The Database

Day 6

Page 2: Joeffice, the open source database viewer in 1 day

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

Joeffice

● How to write a database software in 1 day :– Re use an existing database– New module / file type / top component– Database table model– Manage database action

Page 3: Joeffice, the open source database viewer in 1 day

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

Java Database● Derby / Java DB● HSQLDB● H2●

→ JDBC→ H2 database http://www.h2database.com

Page 4: Joeffice, the open source database viewer in 1 day

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

Why H2● Fast● Small jar● Modes : In memory, files, client-server, cluster● Database in 1 file● Full text search, CSV support, Encryption● License : MPL or EPL● Web console

Page 5: Joeffice, the open source database viewer in 1 day

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

Page 6: Joeffice, the open source database viewer in 1 day

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

Page 7: Joeffice, the open source database viewer in 1 day

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

File Type

Page 8: Joeffice, the open source database viewer in 1 day

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

Table Model

Page 9: Joeffice, the open source database viewer in 1 day

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

Table Model

Page 10: Joeffice, the open source database viewer in 1 day

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

Page 11: Joeffice, the open source database viewer in 1 day

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

Edit database data

Page 12: Joeffice, the open source database viewer in 1 day

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

Edit database data

Page 13: Joeffice, the open source database viewer in 1 day

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

Page 14: Joeffice, the open source database viewer in 1 day

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

Manage Database Action

Page 15: Joeffice, the open source database viewer in 1 day

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

Page 16: Joeffice, the open source database viewer in 1 day

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

Page 17: Joeffice, the open source database viewer in 1 day

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

Page 18: Joeffice, the open source database viewer in 1 day

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

Manage Database

Page 19: Joeffice, the open source database viewer in 1 day

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

Manage Database

Page 20: Joeffice, the open source database viewer in 1 day

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

Manage Database

Page 21: Joeffice, the open source database viewer in 1 day

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

Manage Database

Page 22: Joeffice, the open source database viewer in 1 day

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

Page 23: Joeffice, the open source database viewer in 1 day

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

Page 24: Joeffice, the open source database viewer in 1 day

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

Start in thread

Page 25: Joeffice, the open source database viewer in 1 day

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


Top Related