SlideShare uma empresa Scribd logo
1 de 20
©2014 RingCentral, Inc. All rights reserved.1
Enterprise-applications:
Web versus Objective C.
How we started to use Web-technologies
rather than native code on mobile devices.
©2014 RingCentral, Inc. All rights reserved.2
Cloud Phone System for Business
• Voice, Fax, Text, Conferencing, Video
• Across all your locations
• Easily adapts to your business requirements
• Trusted by more than 300,000 companies
©2014 RingCentral, Inc. All rights reserved.3
Enterprise today
©2014 RingCentral, Inc. All rights reserved.4
Manage your system anywhere
©2014 RingCentral, Inc. All rights reserved.5
Enterprise App: How?
• Accessible from Any Device
• Unified Business Experience
• Natural Behavior
• Minimal Development Efforts
• Minimal Time to Address Changes
©2014 RingCentral, Inc. All rights reserved.6
Native App
©2014 RingCentral, Inc. All rights reserved.7
Web App
©2014 RingCentral, Inc. All rights reserved.8
Combined Architecture
Application
Native Code
VoIP Phone
Contacts
Notifications
Embedded Web Browser
Account Settings Web App
©2014 RingCentral, Inc. All rights reserved.9
Web Application Types
VS
Thick Thin
Responsiveness
Traffic Economy
Rich UI Elements Works on slow devices
©2014 RingCentral, Inc. All rights reserved.10
Another One Fat Client Problem…
Loading…
©2014 RingCentral, Inc. All rights reserved.11
Fat Client Components
Application
Core
UI Library
Forms
Business Logic
Localization
Images
©2014 RingCentral, Inc. All rights reserved.12
One Screen At A Time
©2014 RingCentral, Inc. All rights reserved.13
Web Application Decomposition
Base
Core UI Library
Screen
Business Logic
Localization
Images
Template
Screen
Business Logic
Localization
Images
Template
Screen
Business Logic
Localization
Images
Template
©2014 RingCentral, Inc. All rights reserved.14
Screen Compilation
en.lang
PNG
Screen
Business Logic
Localization
Images
Template
PNG
HTML
JS
Base64
ZIP
©2014 RingCentral, Inc. All rights reserved.15
Dev 2 Pro
Images
Core
UI Lib
Screen-1 JS
Screen-1 HTML
Start Package Start.js.zip
Screen 1 Screen1.js.zip
Screen-2 JS
Screen-2 HTML Screen 2 Screen2.js.zip
Localization
©2014 RingCentral, Inc. All rights reserved.16
Interesting problems that we've faced with?
function () {
someCode
...
if (someValue) {
function doGoodStuff() {}
function doOtherGoodStuff() {}
doGoodStuff()
doOtherGoodStuff()
}
...
}
©2014 RingCentral, Inc. All rights reserved.17
Why?
Block: {
StatementList
}
FunctionDeclaration is not a Statement in every
ECMAScript implementation
©2014 RingCentral, Inc. All rights reserved.18
3rd Party Libraries*
* - some info may be out of date
• Was not mature enough
• Slow demos
• Hard to customize
• Performance issues
• iOS-specific, Android version looks weird
No need to support Windows & Blackberry, so that specific code can be dropped
©2014 RingCentral, Inc. All rights reserved.19
Callback Hell
doSomething1( doSomething2And3 );
function doSomething1(callback) {
callback();
}
function doSomething2And3(callback) {
doSomething2(doSomething3);
}
function doSomething2(callback) {
callback();
}
function doSomething3() {
...
doSomething4();
}
function doSomething4() {
}
$do( doSomething1 );
$do( doSomething2, doSomething3 );
$do( doSomething4 );
function doSomething1( callback ) {
callback();
}
function doSomething2(callback) {
callback();
}
function doSomething3(callback) {
callback();
}
function doSomething4( callback ) {
callback();
}
©2014 RingCentral, Inc. All rights reserved.20
Thank You!

Mais conteúdo relacionado

Destaque

Destaque (8)

Iphone programming: Objective c
Iphone programming: Objective cIphone programming: Objective c
Iphone programming: Objective c
 
Objective c slide I
Objective c slide IObjective c slide I
Objective c slide I
 
Objective-C Crash Course for Web Developers
Objective-C Crash Course for Web DevelopersObjective-C Crash Course for Web Developers
Objective-C Crash Course for Web Developers
 
Json
JsonJson
Json
 
باللغة العربية JSON دورة
  باللغة العربية JSON دورة   باللغة العربية JSON دورة
باللغة العربية JSON دورة
 
Angular js دورة
Angular js دورةAngular js دورة
Angular js دورة
 
Canvas دورة باللغة العربية
Canvas دورة باللغة العربيةCanvas دورة باللغة العربية
Canvas دورة باللغة العربية
 
JSON: The Basics
JSON: The BasicsJSON: The Basics
JSON: The Basics
 

Semelhante a Enterprise-приложения: Web против Objective C

Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
sathyancegon
 
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
sathyancegon
 
online training for dotnet with ajax | online training for adv dotnet | Cegon...
online training for dotnet with ajax | online training for adv dotnet | Cegon...online training for dotnet with ajax | online training for adv dotnet | Cegon...
online training for dotnet with ajax | online training for adv dotnet | Cegon...
sathyancegonsoft
 
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
sathyancegonsoft
 
Dot net education Coimbatore
Dot net education CoimbatoreDot net education Coimbatore
Dot net education Coimbatore
sathyancegon
 
Infor 10x Experience - SyteLine ERP Manufacturing Software
Infor 10x Experience - SyteLine ERP Manufacturing SoftwareInfor 10x Experience - SyteLine ERP Manufacturing Software
Infor 10x Experience - SyteLine ERP Manufacturing Software
Godlan, Inc
 
Dotnet
DotnetDotnet

Semelhante a Enterprise-приложения: Web против Objective C (20)

What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
What is IoT and how Modulus and Pacific can Help - Featuring Node.js and Roll...
 
Have your cake and eat it too: adopting technologies without sacrificing - Pa...
Have your cake and eat it too: adopting technologies without sacrificing - Pa...Have your cake and eat it too: adopting technologies without sacrificing - Pa...
Have your cake and eat it too: adopting technologies without sacrificing - Pa...
 
Node.js as an IOT Bridge
Node.js as an IOT BridgeNode.js as an IOT Bridge
Node.js as an IOT Bridge
 
Resume-RDn-Detailed
Resume-RDn-DetailedResume-RDn-Detailed
Resume-RDn-Detailed
 
ERP 2.0 (Cloud, New Functionality, FAH, Integration and M&A Focus)
ERP 2.0 (Cloud, New Functionality, FAH, Integration and M&A Focus)ERP 2.0 (Cloud, New Functionality, FAH, Integration and M&A Focus)
ERP 2.0 (Cloud, New Functionality, FAH, Integration and M&A Focus)
 
Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
Dot net centers Coimbatore|Dot net certification course in Coimbatore|Dot net...
 
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
Dotnet classes in Coimbatore|Dotnet Learning Center Coimbatore|Dotnet project...
 
online training for dotnet with ajax | online training for adv dotnet | Cegon...
online training for dotnet with ajax | online training for adv dotnet | Cegon...online training for dotnet with ajax | online training for adv dotnet | Cegon...
online training for dotnet with ajax | online training for adv dotnet | Cegon...
 
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
Dotnet training center in coimbatore | Dot net coaching center in coimbatore ...
 
Magnet rest2mobile: Turn REST APIs into mobile SDKs (iOS, Android & JS)
Magnet rest2mobile: Turn REST APIs into mobile SDKs (iOS, Android & JS) Magnet rest2mobile: Turn REST APIs into mobile SDKs (iOS, Android & JS)
Magnet rest2mobile: Turn REST APIs into mobile SDKs (iOS, Android & JS)
 
Dot net coaching Coimbatore
Dot net coaching CoimbatoreDot net coaching Coimbatore
Dot net coaching Coimbatore
 
Dot net education Coimbatore
Dot net education CoimbatoreDot net education Coimbatore
Dot net education Coimbatore
 
Dot net institutes Coimbatore
Dot net institutes CoimbatoreDot net institutes Coimbatore
Dot net institutes Coimbatore
 
Infor 10x Experience - SyteLine ERP Manufacturing Software
Infor 10x Experience - SyteLine ERP Manufacturing SoftwareInfor 10x Experience - SyteLine ERP Manufacturing Software
Infor 10x Experience - SyteLine ERP Manufacturing Software
 
JDXA, The KISS ORM for Android
JDXA, The KISS ORM for AndroidJDXA, The KISS ORM for Android
JDXA, The KISS ORM for Android
 
Innovate at speed with Devops
Innovate at speed with DevopsInnovate at speed with Devops
Innovate at speed with Devops
 
Dotnet
DotnetDotnet
Dotnet
 
ZiniosEdge Company Overview
ZiniosEdge Company OverviewZiniosEdge Company Overview
ZiniosEdge Company Overview
 
CloudCrowd - RazorFish Presentation on Building Hybrid Public/Private Cloud
CloudCrowd - RazorFish Presentation on Building Hybrid Public/Private CloudCloudCrowd - RazorFish Presentation on Building Hybrid Public/Private Cloud
CloudCrowd - RazorFish Presentation on Building Hybrid Public/Private Cloud
 
Cloud Crowd - Mandhir Gidda Razorfish " Building a Public / Private Hybrid Cl...
Cloud Crowd - Mandhir Gidda Razorfish " Building a Public / Private Hybrid Cl...Cloud Crowd - Mandhir Gidda Razorfish " Building a Public / Private Hybrid Cl...
Cloud Crowd - Mandhir Gidda Razorfish " Building a Public / Private Hybrid Cl...
 

Mais de Diana Dymolazova

Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудниковОнлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
Diana Dymolazova
 
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
Diana Dymolazova
 
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
Diana Dymolazova
 

Mais de Diana Dymolazova (20)

Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудниковОнлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
Онлайн-взаимодействие: вовлечение, исследование и обучение сотрудников
 
Рабочая коммуникация. Как общаться с коллегами? ч.2
Рабочая коммуникация. Как общаться с коллегами? ч.2Рабочая коммуникация. Как общаться с коллегами? ч.2
Рабочая коммуникация. Как общаться с коллегами? ч.2
 
Рабочая коммуникация. Как общаться с коллегами? ч.1
Рабочая коммуникация. Как общаться с коллегами? ч.1Рабочая коммуникация. Как общаться с коллегами? ч.1
Рабочая коммуникация. Как общаться с коллегами? ч.1
 
В какие игры играют команды
В какие игры играют командыВ какие игры играют команды
В какие игры играют команды
 
Проектирование мобильного приложения
Проектирование мобильного приложенияПроектирование мобильного приложения
Проектирование мобильного приложения
 
Как быть счастливым в работе
Как быть счастливым в работеКак быть счастливым в работе
Как быть счастливым в работе
 
SCRUM: Как полететь в космос за полтора часа
SCRUM: Как полететь в космос за полтора часаSCRUM: Как полететь в космос за полтора часа
SCRUM: Как полететь в космос за полтора часа
 
Работа в офисе или Фриланс. Что выбрать?
Работа в офисе или Фриланс. Что выбрать?Работа в офисе или Фриланс. Что выбрать?
Работа в офисе или Фриланс. Что выбрать?
 
Работа в игровой индустрии: профессия или призвание?
Работа в игровой индустрии: профессия или призвание?Работа в игровой индустрии: профессия или призвание?
Работа в игровой индустрии: профессия или призвание?
 
Стартап внутри корпорации или как дожить до второго релиза
Стартап внутри корпорации или как дожить до второго релизаСтартап внутри корпорации или как дожить до второго релиза
Стартап внутри корпорации или как дожить до второго релиза
 
Импотека или как перестать быть кому-то должным
Импотека или как перестать быть кому-то должнымИмпотека или как перестать быть кому-то должным
Импотека или как перестать быть кому-то должным
 
Как заставить работодателя работать на тебя
Как заставить работодателя работать на тебяКак заставить работодателя работать на тебя
Как заставить работодателя работать на тебя
 
Облако рядом. От теории к кейсам.
Облако рядом. От теории к кейсам.Облако рядом. От теории к кейсам.
Облако рядом. От теории к кейсам.
 
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
Современная защита виртуальных серверов. Секреты мгновенного восстановления п...
 
Карьера через руководителя: чего они хотят?
Карьера через руководителя: чего они хотят?Карьера через руководителя: чего они хотят?
Карьера через руководителя: чего они хотят?
 
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
Переиспользование кода и компонентов при разработке Windows 8 и Windows Phone...
 
Android и iOS приложение на .NET за 24 часа. Инструкция по применению
Android и iOS приложение на .NET за 24 часа. Инструкция по применениюAndroid и iOS приложение на .NET за 24 часа. Инструкция по применению
Android и iOS приложение на .NET за 24 часа. Инструкция по применению
 
Java Embedded у вас дома
Java Embedded у вас домаJava Embedded у вас дома
Java Embedded у вас дома
 
Современные технологии в R&D проектах
Современные технологии в R&D проектахСовременные технологии в R&D проектах
Современные технологии в R&D проектах
 
Мобильный Free-to-Play: руководство по выживанию
Мобильный Free-to-Play: руководство по выживаниюМобильный Free-to-Play: руководство по выживанию
Мобильный Free-to-Play: руководство по выживанию
 

Último

Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
ayvbos
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
Asmae Rabhi
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Monica Sydney
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Monica Sydney
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
galaxypingy
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
pxcywzqs
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 

Último (20)

Best SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency DallasBest SEO Services Company in Dallas | Best SEO Agency Dallas
Best SEO Services Company in Dallas | Best SEO Agency Dallas
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
一比一原版(Flinders毕业证书)弗林德斯大学毕业证原件一模一样
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
 
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
best call girls in Hyderabad Finest Escorts Service 📞 9352988975 📞 Available ...
 
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girlsRussian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
Russian Call girls in Abu Dhabi 0508644382 Abu Dhabi Call girls
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
一比一原版(Offer)康考迪亚大学毕业证学位证靠谱定制
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 

Enterprise-приложения: Web против Objective C

  • 1. ©2014 RingCentral, Inc. All rights reserved.1 Enterprise-applications: Web versus Objective C. How we started to use Web-technologies rather than native code on mobile devices.
  • 2. ©2014 RingCentral, Inc. All rights reserved.2 Cloud Phone System for Business • Voice, Fax, Text, Conferencing, Video • Across all your locations • Easily adapts to your business requirements • Trusted by more than 300,000 companies
  • 3. ©2014 RingCentral, Inc. All rights reserved.3 Enterprise today
  • 4. ©2014 RingCentral, Inc. All rights reserved.4 Manage your system anywhere
  • 5. ©2014 RingCentral, Inc. All rights reserved.5 Enterprise App: How? • Accessible from Any Device • Unified Business Experience • Natural Behavior • Minimal Development Efforts • Minimal Time to Address Changes
  • 6. ©2014 RingCentral, Inc. All rights reserved.6 Native App
  • 7. ©2014 RingCentral, Inc. All rights reserved.7 Web App
  • 8. ©2014 RingCentral, Inc. All rights reserved.8 Combined Architecture Application Native Code VoIP Phone Contacts Notifications Embedded Web Browser Account Settings Web App
  • 9. ©2014 RingCentral, Inc. All rights reserved.9 Web Application Types VS Thick Thin Responsiveness Traffic Economy Rich UI Elements Works on slow devices
  • 10. ©2014 RingCentral, Inc. All rights reserved.10 Another One Fat Client Problem… Loading…
  • 11. ©2014 RingCentral, Inc. All rights reserved.11 Fat Client Components Application Core UI Library Forms Business Logic Localization Images
  • 12. ©2014 RingCentral, Inc. All rights reserved.12 One Screen At A Time
  • 13. ©2014 RingCentral, Inc. All rights reserved.13 Web Application Decomposition Base Core UI Library Screen Business Logic Localization Images Template Screen Business Logic Localization Images Template Screen Business Logic Localization Images Template
  • 14. ©2014 RingCentral, Inc. All rights reserved.14 Screen Compilation en.lang PNG Screen Business Logic Localization Images Template PNG HTML JS Base64 ZIP
  • 15. ©2014 RingCentral, Inc. All rights reserved.15 Dev 2 Pro Images Core UI Lib Screen-1 JS Screen-1 HTML Start Package Start.js.zip Screen 1 Screen1.js.zip Screen-2 JS Screen-2 HTML Screen 2 Screen2.js.zip Localization
  • 16. ©2014 RingCentral, Inc. All rights reserved.16 Interesting problems that we've faced with? function () { someCode ... if (someValue) { function doGoodStuff() {} function doOtherGoodStuff() {} doGoodStuff() doOtherGoodStuff() } ... }
  • 17. ©2014 RingCentral, Inc. All rights reserved.17 Why? Block: { StatementList } FunctionDeclaration is not a Statement in every ECMAScript implementation
  • 18. ©2014 RingCentral, Inc. All rights reserved.18 3rd Party Libraries* * - some info may be out of date • Was not mature enough • Slow demos • Hard to customize • Performance issues • iOS-specific, Android version looks weird No need to support Windows & Blackberry, so that specific code can be dropped
  • 19. ©2014 RingCentral, Inc. All rights reserved.19 Callback Hell doSomething1( doSomething2And3 ); function doSomething1(callback) { callback(); } function doSomething2And3(callback) { doSomething2(doSomething3); } function doSomething2(callback) { callback(); } function doSomething3() { ... doSomething4(); } function doSomething4() { } $do( doSomething1 ); $do( doSomething2, doSomething3 ); $do( doSomething4 ); function doSomething1( callback ) { callback(); } function doSomething2(callback) { callback(); } function doSomething3(callback) { callback(); } function doSomething4( callback ) { callback(); }
  • 20. ©2014 RingCentral, Inc. All rights reserved.20 Thank You!