5

Looking for a toolkit/SDK for general Blackberry development or application toolkits. Anything like an MVC framework?

eclipxe
  • 93
  • 1
  • 8

2 Answers2

5

My understanding is that blackberry's OS is Java ME - based, and that there's a decent development kit for them. I presume you have already looked over everything here... you can find a lot of information, including the development kit download link.
Regarding model-view-controller, there's no particular framework to my knowledge, but I don't see why you wouldn't be able to take MVC as an approach in the paradigmatic sense. Google has resources out there on java developers working with MVC.

Grank
  • 5,242
  • 7
  • 33
  • 36
  • Thanks for the feedback - I've look into their dev site but I was mainly looking for a Struts/Rails/ish framework for Blackberry dev (or J2ME dev in general) – eclipxe Oct 14 '08 at 00:10
0

I'm not sure exactly what you are looking for beyond the standard SDKs, but you could check out Plazmic's Content Developer Kit:

http://www.plazmic.com/en/index.shtml

Fostah
  • 11,398
  • 10
  • 46
  • 55