JUniversal vs PhoneGap: What are the differences?
JUniversal: A new, Java-based approach to cross-platform mobile apps (used by Google Inbox and Google Spreadsheets). The vision of JUniversal came from some guys at Nokia who possess considerable expertise both in Java and in building cross-platform apps. They built this tool to provide an elegant way to translate source code and make it useful across multiple platforms. JUniversal offers you the freedom to write your shared code in Java and then translate it to C# (available now) or to C++/Objective C++ (coming soon). You can also combine JUniversal with Google’s j2objc translator to translate Java to Objective-C for iOS; PhoneGap: Easilily create mobile apps using HTML, CSS, and JavaScript. PhoneGap is a web platform that exposes native mobile device apis and data to JavaScript. PhoneGap is a distribution of Apache Cordova. PhoneGap allows you to use standard web technologies such as HTML5, CSS3, and JavaScript for cross-platform development, avoiding each mobile platforms' native development language. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's sensors, data, and network status.
JUniversal and PhoneGap belong to "Cross-Platform Mobile Development" category of the tech stack.
Some of the features offered by JUniversal are:
- OAuth (based on Scribe)
- JSON
- Unit testing (JUnit)
On the other hand, PhoneGap provides the following key features:
JUniversal and PhoneGap are both open source tools. It seems that PhoneGap with 4.15K GitHub stars and 974 forks on GitHub has more adoption than JUniversal with 132 GitHub stars and 22 GitHub forks.