44
www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved. Software Development Lab, Software Development & Central Engineering Errazudin Ishak DA with WA Desktop Apps with Web Apps Technology

DA with Wa - Desktop Apps With Web Apps

Embed Size (px)

DESCRIPTION

phptechtalk 2010, MIMOS PHP COE

Citation preview

Page 1: DA with Wa - Desktop Apps With Web Apps

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.

Software Development Lab,

Software Development & Central Engineering

Errazudin Ishak

DA with WADesktop Apps with Web Apps Technology

Page 2: DA with Wa - Desktop Apps With Web Apps

• Introduction

• Enterprise PHP

• Desktop Application

• PHP Desktop Development

• Comparison

• Titanium

Agenda

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 3: DA with Wa - Desktop Apps With Web Apps

• Senior Engineer at MIMOS Berhad

• Software Dev. Lab, Software Development & Central Engineering

• 2009 : FOSS.my

MyGOSSCON

Me

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 4: DA with Wa - Desktop Apps With Web Apps

“Enterprise == ?”

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 5: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

BA

Designer

Project Lead

DBA Tester

PM

Sys. Ad

PHP Geek

TEAM

Page 6: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirement

•Customer need this …•User want that …•My boss add this …•My BA... more headache …

Page 7: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitecture

•Design Diagrams (Technical )•HLD•Blueprint

Page 8: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureTools

•Planning•Development•Deployment

Page 9: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundation

•Stable?•Framework vs No-Framework•On Your Own Frame to-do work

Page 10: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patterns

•Best practice of solving probs.•MVC?

Page 11: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTesting

•Developer, Unit, Functional, Performance, Integration,Usability

Page 12: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTestingOptimization

•They want it fast•We need

•Accelerator (eAccelerator, Alternative PHP Cache, ionCubePHP Accelerator,Turck MMCache,XCache,NuspherePhpExpress,Zend Optimizer+,Zend Platform •Cache (Smarty, Zend_Cache, Memcached)

Page 13: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTestingOptimizationSecurity

•Prevention of harmful event(s)•Real Risk•Severe consequences

Page 14: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTestingOptimizationSecurityDeployment

•Develop, Test, Deploy (Test, Live)•Simple XAMPP to HA, Scalable architecture

Page 15: DA with Wa - Desktop Apps With Web Apps

Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTestingOptimizationSecurityDeploymentOperation

•Helpdesk•Monitoring•Root cause analysis•Change management

Page 16: DA with Wa - Desktop Apps With Web Apps

Introduction : Enterprise PHP

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

TEAMRequirementArchitectureToolsFoundationDesign patternsTestingOptimizationSecurityDeploymentOperation

Page 17: DA with Wa - Desktop Apps With Web Apps

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.

Desktop Application

Page 18: DA with Wa - Desktop Apps With Web Apps

• Why DA using WA?

• WA : one of world’s most popular client application technology solutions

Openness (standards)

Cross platform

Develop, Deploy and Maintain (Easy)

Introduction

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 19: DA with Wa - Desktop Apps With Web Apps

• Why DA using WA?

• DA

More responsive feel

Complete access to local sys

Offline functionality

Multimedia

Desktop Application

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 20: DA with Wa - Desktop Apps With Web Apps

• To build web applications : People, tools, skills, and technology

• To build desktop applications : Existing resources?

• Faster deployment to production

• Maintain existing codebase (Platform)

• Proprietary tools and specialized skills

Desktop Application

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 21: DA with Wa - Desktop Apps With Web Apps

• Native apps using web technologies that already mastered

• Cross platform apps from a shared codebase

• Open source, open standards

DA With WA. Possible?

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 22: DA with Wa - Desktop Apps With Web Apps

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.

PHP Desktop Development

Page 23: DA with Wa - Desktop Apps With Web Apps

PHP-GTK

• PHP extension that implements language bindings for GTK+.

• Provides an OO interface to GTK+ classes & functions

• Simplifies writing client-side cross-platform GUI applications.

PHP Desktop Development

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 24: DA with Wa - Desktop Apps With Web Apps

Winbinder

• Open source extension for PHP

• Allows PHP programmers to easily build native Windows applications.

PHP Desktop Development

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 25: DA with Wa - Desktop Apps With Web Apps

Phalenger

• PHP implementation on the PHP language into the family of compiled .NET languages.

• Provides PHP applications an execution environment, compatible with array of existing PHP code.

• Benefit from both the ease-of-use and effectiveness of the PHP language and the power and richness of the .NET platform

PHP Desktop Development

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 26: DA with Wa - Desktop Apps With Web Apps

Adobe AIR (Adobe Integrated Runtime)

• Cross-operating system runtime that enables usage of existing HTML/Ajax, Flex, or Flash web development skills and tools to build and deploy rich Internet applications to the desktop.

• Adobe AIR applications support native desktop integration :

clipboard

drag-and-drop support

local file IO

system notification …more.

PHP Desktop Development

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 27: DA with Wa - Desktop Apps With Web Apps

Appcelerator Titanium

• Open source platform for building desktop & mobile applications using web technologies

• Build applications using standard HTML, CSS and JavaScript—as well as server-side technologies

PHP Desktop Development

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 28: DA with Wa - Desktop Apps With Web Apps

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.

Comparison :

PHP Desktop Development

Page 29: DA with Wa - Desktop Apps With Web Apps

PHP Desktop Development Head-2-Head

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Language / env.

PHP-GTK WinBinder Phalenger AIR Titanium

Platforms Linux, Unix, BeOS, OSX, Windows

Windows Windows Linux, Win32, Mac OS X

Linux, Win32, Mac OS X

Native No Yes Yes Yes Yes

Programming models

Object-oriented Procedural and object-oriented

Object-oriented Object-oriented Object-oriented

Footprint 1.8-6.5 MB 130kB 12MB 15MB 6MB

License LGPL BSD Custom License Proprietary Apache 2.0

Current status

Mature, stable Under development

Stable, Noupdates since 2008

Mature, stable Rapidly moving, stable

Page 30: DA with Wa - Desktop Apps With Web Apps

PHP Desktop Development Head-2-Head

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Language / env.

PHP-GTK WinBinder Phalenger AIR Titanium

Platforms Linux, Unix, BeOS, OSX, Windows

Windows Windows Linux, Win32, Mac OS X

Linux, Win32, Mac OS X

Native No Yes Yes Yes Yes

Programming models

Object-oriented Procedural and object-oriented

Object-oriented Object-oriented Object-oriented

Footprint 1.8-6.5 MB 130kB 12MB 15MB 6MB

License LGPL BSD Custom License Proprietary Apache 2.0

Current status

Mature, stable Under development

Stable, Noupdates since 2008

Mature, stable Mature, stable

Page 31: DA with Wa - Desktop Apps With Web Apps

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.

Titanium

Page 32: DA with Wa - Desktop Apps With Web Apps

• Future of Open Source RIA?

• Build applications that have :

Better performance

Full control over OS-specific UI, database access

Offline functionality, notifications, and multimedia.

Deploy as Linux applications, Windows, OSX, or all those three from one code base

1/10th the memory of Adobe AIR apps

VVIP access to the local system.

Cloud services

Titanium

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 33: DA with Wa - Desktop Apps With Web Apps

• Apache 2.0 License

• Open source SDK

• Mobile: iPhone OS, Android

Titanium

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 34: DA with Wa - Desktop Apps With Web Apps

• Desktop: Linux, Win32, Mac OS X (Intel)

• No knowledge of Objective-C, Java, .NET or other structured programming languages is required.

Titanium

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 35: DA with Wa - Desktop Apps With Web Apps

• Enterprise applications

• Data-driven web service clients

• Web service mash-ups

• Social utilities

• Casual games

• * Cross-platform

Titanium : Destination

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 36: DA with Wa - Desktop Apps With Web Apps

Titanium Platform

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Titanium Developer 0.8.2

Page 37: DA with Wa - Desktop Apps With Web Apps

Titanium Desktop : Architecture

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 38: DA with Wa - Desktop Apps With Web Apps

PHP

Platform

Process

Python

Ruby

UI

UpdateManager

Worker

Titanium Desktop : API

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Analytics

App

Blob

Codec

Database

Desktop

Filesystem

JSON

Media

Network

Notification

Page 39: DA with Wa - Desktop Apps With Web Apps

Titanium Mobile : Architecture

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 40: DA with Wa - Desktop Apps With Web Apps

Geolocation

Gesture

Media

Network

Platform

UI

Yahoo

Titanium Mobile: API

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

API

Accelerometer

Analytics

Database

Facebook

Filesystem

Page 41: DA with Wa - Desktop Apps With Web Apps

• Is a Titanium Application

• Create and manage project(s)

• Deploys code to simulators

• Developer also helps with testing and packaging for devices

Titanium Developer (Studio)

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 42: DA with Wa - Desktop Apps With Web Apps

Titanium Developer

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 43: DA with Wa - Desktop Apps With Web Apps

• http://www.appcelerator.com

• http://github.com/appcelerator

• http://www.codestrong.com/titanium

Resources

www.mimos.my © 2010 MIMOS Berhad. All Rights Reserved.

Page 44: DA with Wa - Desktop Apps With Web Apps

THANK YOU

www.mimos.my © 2009 MIMOS Berhad. All Rights Reserved.