Developing Custom Java Applications BlackBerry
Developing Custom Java Applications BlackBerry
Tariq Tahir
Madrid, 25th October 2007
Agenda
Send End
URL = “http://myBesMDS.myCo.net:8080/[email protected]&PORT=5500”;
Server myHttpConnection.setRequestMethod(“POST”);
out = myHttpConnection.getOutputStream();
App: out.write(myData);
HTTP POST
Workspace &
Projects
Code Editor
Output
Window
BlackBerry JDE:
Using the IDE and Simulators
MDS Simulator
Device Simulators
BlackBerry JDE:
Using the IDE and Simulators
• Application Control
– Specifies what API calls are allowed
– BES admin or user can set controls
– Three levels of access
• Allow, prompt, deny
– Application Control checks are executed when API call is
made
• Can cause prompts during application execution
– JDE 4.2.1 introduced Application Control API
• Allows application to query settings
• Application can now control the experience
• Ask user at the start of application to allow access
• Updates application permissions based on user action
Agenda for the Day