Blackberry development on scripting language?

走远了吗. 提交于 2019-12-07 13:25:19

问题


From what I've seen, the preferred way to develop Blackberry applications is Java. Is this the only way?

I'm dreaming of a rapid application environment where you can create GUIs (using the Blackberry UI components).

Something like a port of Tcl/Tk on Blackberry... or Python/Tkinter... or something new, but similar.

Does something like that exist ? (I doubt it)

Can something like that exist ? (i.e., given the money, is it feasible/reasonable/...)


回答1:


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.




回答2:


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.




回答3:


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




回答4:


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/



来源:https://stackoverflow.com/questions/901287/blackberry-development-on-scripting-language

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