Blackberry development on scripting language?

↘锁芯ラ 提交于 2019-12-06 01:22:56

If you can use Java/J2ME, you could always use Hecl: www.hecl.org

Edit - as of late summer 2009, I have started work on an official BlackBerry port for Hecl.

Yes, it does exist. Grab yourself the Visual Studio BlackBerry plugin ( http://na.blackberry.com/eng/developers/rapidappdev/vsplugin.jsp ), then you get the GUI just like the one you dreamed of.

The only downside (for me anyway) is that the language you have to write code in is JavaScript. The plus is that you get an incredibly rich framework to play with which gives you wrappers for a lot of functionality in the BlackBerry OS.

In addition, you get the really sweet data binding support straight up from any web service, something that's not trivial to do if you take the Java road.

No, there is none.

Blackberry gives you the possibility to choose between three different developing enviroments.

  • Browser
  • MDS Runtime
  • Last but not least Java Development

Take a look at this video by Research in Motion

Introduction Blackberry Development

There are at least two implementations of Lua for J2ME/CLDC. I can personally confirm that at least Kahlua works on the BlackBerry:

http://code.google.com/p/kahlua/

http://code.google.com/p/mochalua/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!