1

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?

Jean-Pierre Chauvel
  • 946
  • 2
  • 9
  • 21

4 Answers4

2

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.

gburgoon
  • 601
  • 2
  • 5
  • 15
2

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.

Nahuel Bergamo
  • 293
  • 2
  • 8
1

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.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
1

You may or may not find this relevant

Tips for using Vim as a Java IDE?

Community
  • 1
  • 1
Jaydee
  • 4,138
  • 1
  • 19
  • 20