在不使用推荐的 IDE(即 Eclipse)的情况下启动 Blackberry Java 项目是否明智?
考虑到我将使用 Vim 作为我选择的文本编辑器,我必须考虑使用哪些工具来管理和构建如此规模的项目?
我听说 Apache Ant 与 GNU Make 类似,因此到目前为止已经介绍了这部分内容。但是 UI 设计呢,有没有一个独立的 UI 设计器,我的意思是,不需要安装 Eclipse 的东西。
更新:是否有任何关于 Blackberry 开发的指南,例如 Android 的指南?
Considering that I'll be using Vim as my text editor of choice, what tools do I have to consider to manage and build a project of this magnitude?
I'm told that Apache Ant is similar to GNU Make so that part is covered so far. But what about UI design, is there a stand alone UI designer, I mean, something that doesn't need Eclipse installed.
Update: Is there any how-to floating around for Blackberry development, like these ones for Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
出色地。您至少需要模拟器,您可以从黑莓网站下载该模拟器。您还需要下载适用于您想要支持的最低操作系统的 SDK。您还需要 BB-Ant-tools.jar 才能正确进行 ant 构建。
Well. you'll need the simulator at a bare minimum, which you can download from the blackberry website. You will also need to download the SDK for the minimum OS you want to support. You will also need BB-Ant-tools.jar to be able to do ant builds properly.
理智吗?老实说,不,不是。你会感到很多头痛。
对于黑莓,有时甚至推荐的做事方式也会失败,并且试图避免使用最适合该任务的工具会让事情变得更加困难。
Is it sane? Honestly No, it isnt. You´ll get lots of headaches.
With blackberry sometimes even the Recommended way of doing things fail, and trying to avoid using the tools that work best for the task is gonna get it even harder.
在没有支持 Java 的 IDE 的情况下编写 Java 是一种折磨。但如果您已经习惯在 vim 中编写 Java 代码,那么应该没问题。黑莓手机没有设计师——在这方面我们都处于同一条船上。
Writing Java without a Java aware IDE is torture. But if you're already comfortable writing Java code in vim, then you should be fine. There is no designer for BlackBerry -- we're all in the same boat on that aspect.
您可能会或可能不会找到相关的
将 Vim 用作 Java IDE 的提示?
You may or may not find this relevant
Tips for using Vim as a Java IDE?