One of the realities of mobility programming today is that developers must cope with a wide variety of devices with widely different capabilities. Una de las realidades de la movilidad de programación de hoy es que los desarrolladores deben hacer frente a una amplia variedad de dispositivos con capacidades muy diferentes. Whether major or minor, those differences must be handled cleanly. Ya sea mayor o menor, esas diferencias deben manejarse limpiamente. Sometimes the only solution is to prepare different application descriptors for different device models, or even different application versions entirely. A veces la única solución es preparar a los diferentes descriptores de aplicación para los distintos modelos de equipos, o incluso diferentes versiones totalmente aplicación. You can trust users to select the right version to download and install - or you can spare them the risk they’ll get the wrong one. Puede confiar en los usuarios para seleccionar la versión de la derecha para descargar e instalar - o puede escatimar el riesgo de que obtendrá la errónea. In this tech tip I’ll show you how to write a simple servlet that automatically selects the right version of your application and delivers it through the magic of over-the-air (OTA) provisioning. En esta tecnología punta te mostraré cómo escribir un simple servlet que selecciona automáticamente la versión correcta de su aplicación y lo envía a través de la magia en el aire (OTA) de dotación.

A very Un muy informative article artículo informativo from Sun for Mobile developers for OTA provisioning. de Sun para desarrolladores móviles para provisión OTA.