jim
jim

Reputation: 9148

Blackberry Webworks interact with Java API

I'm writing a BlackBerry app at the moment and find developing a nice UI quite challenging using the native Java SDK.

I've just been looking at WebWorks and it looks great for developing a UI but other than that it looks limited enough.

I'm wondering is it possible to develop my app UI in WebWorks and all other logic (Secure Storage, NFC access etc) using the Java JRE.

I would then be able to invoke the Java code from within WebWorks. Would there be much work involved in this?

I recently did this on iOS with a Javascript/HTML5 developer and it was a huge task. We pretty much had to develop the bride ourselved from scratch. If that's whats required i'll stick to doing everything in Java.

Thanks.

Upvotes: 2

Views: 325

Answers (1)

Praveen Vijayan
Praveen Vijayan

Reputation: 6761

Yes I guess, by using JavaScript extensions. check this link

https://bdsc.webapps.blackberry.com/html5/documentation/ww_developing/using_javascript_extensions_1866976_11.html

Upvotes: 1

Related Questions