Amit
Amit

Reputation: 7035

Does worklight uses phonegap framework internally?

I was going through a comparison document between Phonegap and worklight on IBM's site (link below).

http://www.worklight.com/assets/pdf/Worklight%20vs%20PhoneGap%20-%20Comparison.pdf

One line which caught my attention in this document is -

"Worklight utilizes the PhoneGap framework to deliver a uniform bridge between standard web technologies and the native functions that different mobile operating systems provide."

Does it mean the heart of code, which runs on device remains same with extension of Worklight server capabilities?

Thanks amit

Upvotes: 1

Views: 1283

Answers (1)

Taha
Taha

Reputation: 1106

IBM Worklight development can be divided into two parts, backend services (Adapters) and applications. For building applications worklight is bundled with worklight client-side API, Apache Cordova and jQuery. You can additionally integrate jQuery-mobile, dojo and sencha for creating rich UI.

http://m.ibm.com/http/www-01.ibm.com/software/mobile-solutions/worklight/library/v50/documentation/

http://m.ibm.com/http/www-01.ibm.com/software/mobile-solutions/worklight/library/

http://www.streebo.com/blog/introduction-to-ibm-worklight-v5-0/#.UBREamFgrKM

Upvotes: 2

Related Questions