views:

96

answers:

1

Hi Experts,

I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then please guide me to use JAD for it.

Kind Regards -Durgesh O Mishra

A: 

The ALX file is probably the closest equivalent to a JAD. ALX files define the elements of a BlackBerry application. They are required for installing apps using the BlackBerry Desktop Manager. You can generate one using the BlackBerry JDE (Project -> Generate ALX).

Also, here's a link that defines the elements of an ALX file: ALX Elements.

Here's a link to the BlackBerry Development Guide, which has a section on packing and distributing BB apps.

Finally, here's a link to a forum post about setting up a server for hosting BlackBerry apps for OTA download/install: OTA Server

Fostah
Thanks for the answer. Basically I want to use it OTA, to be able install from online server. Is it possible to install using ALX like this ?
Durgesh
Add a link to a useful post on OTA server setup.
Fostah