Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Web 開發者也可以寫出跨平台的 Desktop App

Web 開發者也可以寫出跨平台的 Desktop App

跨平台 Desktop Apps 解決方案介紹
如何利用 XULRunner 更快速開發出更好的應用程式
xulapp-starterkit 介紹

Rack Lin (阿土伯)

January 13, 2013
Tweet

More Decks by Rack Lin (阿土伯)

Other Decks in Programming

Transcript

  1. about:me •  ViViPOS  Co.,  Ltd    技術總監   –  利用

    JavaScript  寫 〞收銀機〞(傳統產業,全新感受)   •  CoCo  都可、50嵐、歇腳亭、Yamaha  、星聚點KTV……     •  PHP  /  JavaScript  /  Java  Programmer  (目前移情於 Scala  )     •  [email protected]   •  hPps://twiPer.com/racklin   •  hPp://www.plurk.com/racklin   •  hPps://www.facebook.com/racklin1002   •  hPp://racklin.blogspot.tw/      (生小孩後就變癈墟)  
  2. Desktop  App •  Wiki-­‐>  ApplicaVon  soWware   •  PC  Magazine:

      – An  applicaVon  that  runs  stand  alone  in  a  desktop   or  laptop  computer.  Contrast  with  "Web-­‐based   applicaVon,"  which  requires  the  Web  browser  to   run.   – The  same  as  definiVon  #1  above,  except  that  the   term  may  be  used  to  contrast  desktop   applicaVons  with  mobile  applicaVons  that  run  in   smartphones  and  tablets  
  3. Cross-­‐Pla`orm  GUI  Toolkits   •  GTK+   •  Qt  

    •  wxWidgets   •  Swing  /  SWT  
  4. Binding  Language •  GTK+   – C  /  C++  /  Java

     /  Python  /  Ruby  /  PHP  /  Javascript   •  QT   – C  /  C++  /  Java  /  Python  /  Ruby  /  PHP  /  Javascript   •  wxWidgets   – C  /  C++  /  Java  /  Python  /  Ruby  /  PHP  /  Javascript   •  Swing  /  SWT  /  JavaFX   – Java  (  Scala  /  JPython  /  JRuby  /  Javascript)  
  5. HTML5  Toolkits •  Webkit   – TideSDK   – QtWebkit   – app.js

     (nodejs  for  webkit)   •  Gecko   – XULRunner
  6. Rich  Client  Pla`orm •  A  standard  bundling  framework   • 

    User  interface  management    (e.g.  menus  and  toolbars)       •  User  sejngs  management     •  Storage  management     •  Window  management   •  Update  manager   –  Eclipse  RCP   –  Netbeans  Pla`orm   –  Spring  Framework  RCP  
  7. WHY  RCP •  Project  or  Product   – 經常 Branch  /

     Code  Generator     Customer  A Customer  B Customer  C
  8. WHY  RCP •  Upstream  Core  Components     •  CustomizaVon

      – Customer  A  (  Core  +  A1  +  B1  +  C1  ….)   – Customer  B  (  Core  +  A1  +  C1  +  D1  …)   – Customer  C  (  Core  +  A1  +  E1  +  F1  …)   XULRunner  /  ApplicaVon  Launcher Core  (Main  UI  /  API)
  9. Why  XULRunner •  Cross-­‐Pla`orm   •  Gecko  rendering  engine  

    – HTML5  *   – CSS3   – JavaScript   – XML  (XSLT,  XMLHPpRequest,  DOMParser)     30%  5000  Power
  10. Why  XULRunner  (60%  Power) •  XUL   – XUL   – XUL

     Overlays   •  XPCOM(Cross-­‐Pla`orm  Component  Object  Model)   – C++  /  Python  /  Java  /  Javascript   – Low  Level  API   •  Ex.  File  Systems  /  Databases  /  Thread  
  11. Why  XULRunner  (90%  Power) •  I18n  /  l10n    

    – DTD  EnVVes  (.dtd)  /  StringBundles  (.properVes)   •  InstallaVon  and  upgrade  mechanism   – XPInstall   •  Extension  Manager   •  XBL   – reusable  components   •  Preferences  System  
  12. XULApp  StarterKit •  Build  Scripts   –  MacOSX  /  Linux

     /  Windows   •  Skeleton  UI  Sejngs   –  Window  /  Menubar  /  Statusbar   •  Javascript  Libraries   –  jQuery   –  GREUVls   –  Lodash   •  Embedded  Develop  Tools   –  SQLite  Manager   –  DOM  Inspector   –  JSConsole    
  13. Thinking •  For  HTML5  Developers   – Live-­‐Update  For  Your  HTML5

        – Using  Add-­‐ons  to  extends  features  .   – IndexedDB  ??    Is  it  good  to  drink?   •  Mozilla  Storage  Interface   – Embedded  Libraries   •  NodeJS  –  Live  Updatable   •  Any  Files  Live  Updatable    
  14. 買房子最重要的三件事:   LOCATION        LOCATION      LOCATION

        寫軟體最重要的三件事:   EXTENSION  EXTENSION  EXTENSION
  15. Reuse  of  Add-­‐ons •  跨專案之 Add-­‐on  設計   •  使用現成的

    Add-­‐on     – addons.mozilla.org   – 相容於 Firefox  18  找到12,995項符合的搜尋結果
  16. Resources •  Slide:     hPp://goo.gl/z8BCG   •  XULApp  StarterKit:

      hPps://github.com/racklin/xulapp-­‐starterkit   •  XULRunner  –  MDN   hPps://developer.mozilla.org/en-­‐US/docs/ XULRunner