How do I launch the installed application on a device from the BlackBerry browser? My application details:
Without login credentials the user cannot have further acc
register httpfilter in your application,
HttpFilterRegistry.registerFilter("www.example.com", "com.sample.filter");
"com.sample.filter" is a package in which you have to create the Protocol.java class to handle the call back.
For more information, check the "HTTPFilterDemo" sample included with the BlackBerry JDE.