<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; BES</title>
	<atom:link href="http://devblog.blackberry.com/tag/bes/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; BES</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>For Enterprise App Developers: BlackBerry MDS Connection Service Helps Make Connectivity a Simple Task</title>
		<link>http://devblog.blackberry.com/2012/08/for-enterprise-app-developers-blackberry-mds-connection-service-helps-make-connectivity-a-simple-task/</link>
		<comments>http://devblog.blackberry.com/2012/08/for-enterprise-app-developers-blackberry-mds-connection-service-helps-make-connectivity-a-simple-task/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 14:33:01 +0000</pubDate>
		<dc:creator>Luke Reimer</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[BlackBerry Device Service]]></category>
		<category><![CDATA[BlackBerry Enterprise Server]]></category>
		<category><![CDATA[BlackBerry MDS]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Enterprise Apps]]></category>
		<category><![CDATA[MDS-CS]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=10696</guid>
		<description><![CDATA[Originally posted on the Inside BlackBerry For Business Blog by Gregg O As someone who has been engaged with our enterprise customers for the past 11 years, I’ve had the luxury of seeing so many well-built applications really change the way in which a business operates. These range from simple tasks like allowing an internal [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10696&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><em>Originally posted on the <a href="http://bizblog.blackberry.com/2012/08/blackberry-mds-enterprise-apps/" target="_blank">Inside BlackBerry For Business Blog</a> by Gregg O</em></p>
<p>As someone who has been engaged with our enterprise customers for the past 11 years, I’ve had the luxury of seeing so many well-built applications really change the way in which a business operates. These range from simple tasks like allowing an internal intranet page to be viewed on a smartphone to fully integrated workflow applications. I’ve also seen many of them never leave the proof-of-concept state. The number one reason that these fail is because in the end they cannot interact with real data, meaning that they do not have any connectivity to a backend data source where the relevant information resides. Unfortunately what often happens is that the application is built first and then shown off to executives and stakeholders with dummy data. Once they’re committed, the developer or project owner faces the sizable challenge of connecting a front-end mobile application to back-end data. This often requires additional investment and can prolong the development.</p>
<p><span id="more-10696"></span></p>
<p>When building custom enterprise apps for BlackBerry® smartphones connected to a <a href="http://ca.blackberry.com/business/software/bes.html" target="_new">BlackBerry® Enterprise Server</a> or <a href="http://www.blackberry.com/playbook" target="_new">BlackBerry® PlayBook™</a> tablets connected to <a href="http://www.blackberry.com/mobilefusion" target="_new">BlackBerry® Device Service</a>, we’ve worked to make it simple to create this type of connection. A component is available called <a href="http://docs.blackberry.com/en/admin/deliverables/7335/BB_MDS_Connection_Service_267709_11.jsp" target="_new">BlackBerry MDS Connection Service</a> (or MDS-CS), which helps to provide a VPN-like connection to the backend, allowing your application to easily connect to important data. It connects apps on BlackBerry devices to information stored on an organization’s servers or web servers, processing push and pull requests for data. Data conversion, optimization, authentication methods, access control, and much more can be configured using MDS-CS.</p>
<p>Take this scenario, for example: You have a workflow application to provide your executives with the ability to approve a time-sensitive contract. In this instance, you can build an application for BlackBerry smartphones without trying to reinvent the connection; it’s already there. Unlike VPN connections, there is no need for the end user to invoke a session, nor do you need to build that into your app. It is simply just there.</p>
<p>Here’s a high level overview of the architecture that allows for that inherent connection in BlackBerry devices. Develop along these lines with confidence; MDS-CS will remain part of the future for the BlackBerry Enterprise solution.</p>
<p><img class="aligncenter size-full wp-image-8223" title="Architecture for BlackBerry MDS-CS" src="http://rimbizblog.files.wordpress.com/2012/08/architecture1.png?w=600&#038;h=173" alt="" width="600" height="173" /></p>
<p>Let’s get that app off of the drawing board and into the hands of a mobile workforce – don’t forget connectivity, and when it does come time, consider the elements that are already in place with BlackBerry smartphones and tablets connected through enterprise servers. Learn more by checking out the <a href="http://docs.blackberry.com/en/admin/deliverables/7335/BB_MDS_Connection_Service_267709_11.jsp" target="_new">Feature and Technical Overview for MDS Connection Service</a>.</p>
<p>Has your organization developed a custom application? How does it connect to back-end data? Share in the comments below.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/10696/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/10696/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=10696&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/08/for-enterprise-app-developers-blackberry-mds-connection-service-helps-make-connectivity-a-simple-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02798908b6c8de45a0e4aa8531a6d869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lukereim1</media:title>
		</media:content>

		<media:content url="http://rimbizblog.files.wordpress.com/2012/08/architecture1.png" medium="image">
			<media:title type="html">Architecture for BlackBerry MDS-CS</media:title>
		</media:content>
	</item>
		<item>
		<title>Sensebyte’s Super Apps launch businesses into the mobile era with BlackBerry APIs</title>
		<link>http://devblog.blackberry.com/2011/09/developer-success-story-sensebyte/</link>
		<comments>http://devblog.blackberry.com/2011/09/developer-success-story-sensebyte/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:40:08 +0000</pubDate>
		<dc:creator>Luke Reimer</dc:creator>
				<category><![CDATA[Case Studies & Success Stories]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Dev Con]]></category>
		<category><![CDATA[bbm 6]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[case study]]></category>
		<category><![CDATA[DevCon 2011]]></category>
		<category><![CDATA[sensebyte]]></category>
		<category><![CDATA[super app]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=7133</guid>
		<description><![CDATA[Learn more about Sensebyte and their developmental forays with the BlackBerry platform.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7133&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2011/09/devconamericas_banner_468x60.jpg?w=468&#038;h=60" alt="BlackBerry DevCon Americas Speaker" title="BlackBerry DevCon Americas Speaker" width="468" height="60" class="aligncenter size-full wp-image-7060" /></p>
<p><strong>COM25 &#8211; How One Latin American Company Used BlackBerry to Mobilize its Field Service Team</strong><br />
<i>Join us for an engaging session about an innovative Latin American company that has successfully integrated the BlackBerry® solution into their field service team.</p>
<p>Bryan Tafel, Mobile IT Director with Sensebyte Mobile</i></p>
<p><a href="http://www.blackberrydevcon.com/americas/registration" target="_new">Register for BlackBerry DevCon Americas now!</a></p>
<hr />
<p>Since 2004, <a href="http://appworld.blackberry.com/webstore/vendor/204?lang=en" target="_new">Sensebyte Mobile®</a> (Sensebyte) has recognized the need to mobilize business processes. The company develops mobile applications that are designed to improve workflow and software automation, while helping customers navigate through a wide variety of SAP business services.   </p>
<p>Bryan Tafel, Sensebyte Mobile’s IT Director, discusses the company’s use of the BlackBerry® Application Platform and its unique integration with BlackBerry smartphone features and functions, as well as leveraging BlackBerry® Enterprise Server and why their partnership with Research In Motion® (RIM®) has been so important.</p>
<p><strong>How does Sensebyte utilize the native features and functions of BlackBerry smartphones?</strong><br />
The “Super App” experience that the BlackBerry Application Platform enables makes a real difference. We develop our corporate-focused applications using a number of APIs that integrate with the  native features of the BlackBerry smartphone and leverage the BlackBerry® Push Service. These features, combined with the security of the BlackBerry Enterprise Server, allow the user a more enriched mobile experience. </p>
<p><strong>Do you have a specific example of using the BlackBerry solution to help optimize business processes?</strong><br />
Of course. One example is the background thread, which is designed to allow us to take all of the information that needs to be sent on the server side and send it on a separate thread from the main process where the user is interacting with the application. The information that needs to be sent is held in the background, until we see that the screen has turned off or the application is running in the background. This helps to prevent the app from slowing down, and it greatly improves the user experience &#8211; and we can do it with just one line of code.</p>
<p><strong>You mentioned the BlackBerry Enterprise Server. How important has it been in the development of your custom business applications?</strong><br />
All of our corporate applications are compatible with the BlackBerry Enterprise Server. This definitely makes our life really easy because it allows the IT staff to deploy applications remotely. Security is also a huge consideration. With some other operating systems, the user needs to have the SKUs to connect to a VPN from a mobile device and that’s difficult. With BlackBerry smartphones, that’s already part of the solution, so the user doesn’t need to take those extra steps.</p>
<p><strong>What about leveraging other features on the BlackBerry platform?</strong><br />
We have two applications (ClubMobile and CouponMobile) running on BlackBerry® Messenger 6 (BBM™ 6). Integrated with the BlackBerry® Messenger SDK (BBM™ SDK), it’s a simple business application that is designed to allow you to share content freely and even recommend the application to others. The BlackBerry platform offers us so many advantages compared to other mobile platforms. </p>
<p><strong>You are currently creating BlackBerry PlayBook tablet apps. Tell us about your experience developing for the tablet?</strong><br />
We’re working hard on a BlackBerry® PlayBook™ tablet application because we’d like to expand on our success with BlackBerry smartphone apps. When you already develop with Java®, it’s very easy to use those skills to cross over and develop with Adobe® AIR®, which is built on the Adobe® Flash® platform. Our experience enables us to use tools like Adobe Flash, Adobe® Flex®, and Adobe® ActionScript®, which are all simple languages compared to the other programming languages available.  And the various Adobe tools simply allow us to give the user the rich visual experience that they have come to expect, especially while using the BlackBerry PlayBook tablet.</p>
<p><strong>Thanks for your time, Bryan!  Developer&#8217;s Blog readers, be sure to check out <a href="http://appworld.blackberry.com/webstore/vendor/204?lang=en" target="_new">Sensebyte</a> in the <a href="http://appworld.blackberry.com" target="_new">BlackBerry App World™</a> storefront.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/7133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/7133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7133&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2011/09/developer-success-story-sensebyte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/02798908b6c8de45a0e4aa8531a6d869?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lukereim1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2011/09/devconamericas_banner_468x60.jpg" medium="image">
			<media:title type="html">BlackBerry DevCon Americas Speaker</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry Knowledge Base Fridays: Week of October 9th</title>
		<link>http://devblog.blackberry.com/2009/10/blackberry-knowledge-base-fridays-week-of-october-9th/</link>
		<comments>http://devblog.blackberry.com/2009/10/blackberry-knowledge-base-fridays-week-of-october-9th/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:20:39 +0000</pubDate>
		<dc:creator>Mike Kirkup</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[app world]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[bes-5.0]]></category>
		<category><![CDATA[developer-zone]]></category>
		<category><![CDATA[knowledge-base]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://blackberrydev.edstaging.com/?p=331</guid>
		<description><![CDATA[Welcome to BlackBerry® Knowledge Base Fridays, a reoccurring event here on the BlackBerry Developer’s Blog. Each Friday we’ll keep you up to date on helpful articles that have been added to the Developer Knowledge Base. Here are this week’s pearls of wisdom: Using the RIM Bluetooth Package (VIDEO) How to Extend the Screen (VIDEO) How [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=331&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Welcome to BlackBerry® Knowledge Base Fridays, a reoccurring event here on the BlackBerry Developer’s Blog. Each Friday we’ll keep you up to date on helpful articles that have been added to the Developer Knowledge Base. Here are this week’s pearls of wisdom:</p>
<p><a title="Using the RIM Bluetooth Package" href="http://www.blackberry.com/DevMediaLibrary/view.do?name=UsingtheRIMBluetooth" target="_self"><strong>Using the RIM Bluetooth Package</strong></a><strong> (VIDEO)</strong><br />
<strong><a title="How to Extend the Screen" href="http://www.blackberry.com/DevMediaLibrary/view.do?name=HowtoExtendtheScreen" target="_self"><strong>How to Extend the Screen</strong></a><strong> (VIDEO)</strong></strong><br />
<strong><strong><a title="How to Extend Manager" href="http://www.blackberry.com/DevMediaLibrary/view.do?name=HowToExtendManager" target="_self"><strong>How to Extend Manager</strong></a><strong> (VIDEO)</strong></strong></strong><br />
<strong><strong><strong><a title="How to Handle Custom Keys in Your Application" href="http://www.blackberry.com/DevMediaLibrary/view.do?name=CustomKeys" target="_self"><strong>How to Handle Custom Keys in Your Application</strong></a><strong> (VIDEO)</strong></strong></strong></strong><br />
<strong><strong><strong><strong><a title="Over the Air Application Push Using BlackBerry® Enterprise Server 5.0" href="http://www.blackberry.com/DevMediaLibrary/view.do?name=BES5.0OTADeployment" target="_self"><strong>Over the Air Application Push Using BlackBerry® Enterprise Server 5.0</strong></a><strong> (VIDEO)</strong></strong></strong></strong></strong><br />
<strong><strong><strong><strong><strong><a title="BlackBerry Widget SDK Beta Resources" href="http://na.blackberry.com/eng/developers/devbetasoftware/widgetsdk.jsp" target="_self"><strong>BlackBerry Widget SDK Beta Resources</strong></a><strong> </strong></strong></strong></strong></strong></strong><br />
<strong><strong><strong><strong><strong><strong><a title="How to Interface with BlackBerry App World™" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/1573156/How_To_-_Interface_with_the_BlackBerry_App_World.html?nodeid=1947155&amp;vernum=0" target="_self"><strong>How to Interface with BlackBerry App World™</strong></a></strong></strong></strong></strong></strong></strong></p>
<p>Tune in next week for more Knowledge Base Friday fun, and don’t forget to post a comment about your favorite article and articles you would like to see!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=331&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/10/blackberry-knowledge-base-fridays-week-of-october-9th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df3fbb85b0186198b2f85e7cd3f0bf1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikekir1</media:title>
		</media:content>
	</item>
		<item>
		<title>Explaining BlackBerry Security for Developers: Application Control</title>
		<link>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-application-control/</link>
		<comments>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-application-control/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:39:01 +0000</pubDate>
		<dc:creator>Brian Z.</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Interviews/Thought Leadership]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[application-control]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[it-policy]]></category>
		<category><![CDATA[ReasonProvider]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blackberrydev.edstaging.com/?p=380</guid>
		<description><![CDATA[In part one of our three-part series on BlackBerry® security, we discussed the nuances of enterprise IT policy. Today, we&#8217;ll discuss application control. In contrast to IT policy, which IT administrators use to manage and control employee use of BlackBerry smartphones, application control refers to a security setting that can be managed by the end-user and/or the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=380&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2009/09/original-317.jpg?w=480&#038;h=320" alt="" title="Explaining BlackBerry Security for Developers: Application Control" width="480" height="320" class="aligncenter size-full wp-image-5866" /></p>
<p style="text-align:left;">In part one of our three-part series on BlackBerry® security, we discussed the nuances of <a title="enterprise IT policy" href="http://supportforums.blackberry.com/t5/BlackBerry-Developer-s-Blog/Explaining-BlackBerry-Security-for-Developers-IT-Policy/ba-p/338714#A142" target="_blank">enterprise IT policy</a>. Today, we&#8217;ll discuss application control.</p>
<p style="text-align:left;">In contrast to IT policy, which IT administrators use to manage and control employee use of BlackBerry smartphones, <strong>application control refers to a security setting that can be managed by the end-user and/or the IT administrator (if the user is connected to a BlackBerry Enterprise Server) that defines application behavior on BlackBerry® smartphones.</strong>Specifically, application control allows IT administrators to define whether or not applications can make network connections, play media, access the BlackBerry® Calendar… etc.<span id="more-380"></span></p>
<p style="text-align:left;">These settings are configurable by either the end user or the BlackBerry Enterprise Server admin. It’s important to note this subtle difference: because application control can be configured by the user, the BlackBerry smartphone does not need to be connected to a BlackBerry Enterprise Server to use them (whereas for IT policy to be applied the BlackBerry smartphone has to be connected to a BlackBerry Enterprise Server).</p>
<p style="text-align:left;">BlackBerry smartphone users with experience installing applications are likely familiar with application control. In BlackBerry® Device Software 4.6 (first introduced with the BlackBerry® Bold™ smartphone) and above, users encounter application control as soon as the installed application is first executed:</p>
<p style="text-align:left;"><em><strong>&#8220;Would you like to grant [Application Name] Trusted Application status?&#8221;</strong></em></p>
<p style="text-align:left;">If the user selects &#8220;Yes&#8221;, then your application will be given all the permissions commonly needed for normal execution, i.e. all permissions will be set to “Allow” with the exception of:</p>
<ul>
<li>Prompt &#8211; Recording, Security Timer Reset</li>
<li>Deny &#8211; Input Simulation, Browser Filtering, Display Information While Locked</li>
</ul>
<p>Alternatively, if the user selects &#8220;No&#8221;, it&#8217;s not the end of the world; it just means that your application will be given the default set of permissions. For BlackBerry smartphones that are connected to a BlackBerry Enterprise Server, all permissions are set to “Allow” with the exception of:</p>
<ul>
<li>Prompt &#8211; Recording, Phone, Location Data, Server Network, Internet</li>
<li>Deny &#8211; Browser Filtering, Input Simulation, Security Timer Reset, Display Information While Locked</li>
</ul>
<p>For smartphones that are not connected to a BlackBerry Enterprise Server, all permissions are set to “Allow” with the exception of:</p>
<ul>
<li>Prompt &#8211; Recording, Phone, Location Data</li>
<li>Deny &#8211; Browser Filtering, Input Simulation, Security Timer Reset, Display Information While Locked</li>
</ul>
<p>Regardless of what the user selects, on first run of your application, it&#8217;s a good idea to check what permissions are assigned to your application, using ApplicationPermissionsManager.getApplicationPermissions(). All application permissions have a setting of “Allow” and “Deny”, and some have a tertiary setting:  “Prompt”. If a permission is set to “Prompt”, the user will receive a dialog like the one below when you use an API that triggers it:</p>
<p><em><strong>&#8220;The application [Application Name] has requested a http connection to [domain X]&#8220;</strong></em></p>
<p>At this point, the user is given the choice to “Allow” or “Deny” the request. If they select “Allow” (and check the box to not be asked again), the value of the permission will be changed from “Prompt” to “Allow” and your API call will succeed.  However, if the user selects “Deny”, then your application will receive either a ControlledAccessException or a SecurityException, depending on the method definition.</p>
<p>It is probably best to avoid these prompts in the first place. Since there&#8217;s no magic formula that will allow you to eliminate all these prompts, your best bet is to group them into a single request, using ApplicationPermissionsManager.invokePermissionRequest (ApplicationPermissions requestedPermissions) for the permission values your application will require. Calling this method will first present the user with a dialog indicating to the user that your application is attempting to change permissions, and then display a screen with all requested permissions, which requires the user to save the settings presented to them. Since developers don&#8217;t have the ability to control the user interface for either of these screens, it&#8217;s recommended that you inform the user what your application is about to do before blindly launching into the permission request.</p>
<p>Lastly, if despite all your best efforts, the user still hasn&#8217;t granted you permission access beyond “Prompt”, you do have the ability to provide more information to the user explaining your reasoning for leveraging a certain function. To explain, let&#8217;s return to the http message we got:</p>
<p><em><strong>&#8220;Would you like to grant [Application Name] Trusted Application status?&#8221;</strong></em></p>
<p>Using the ReasonProvider API, you can attach your own message to this dialog prompt, contained within a link for &#8220;Details&#8230;&#8221;. If the user clicks this link, your message will be displayed to the user, allowing you to explain why your application needs this permission:</p>
<p><strong><em>&#8220;My application needs to open a network connection so that it can download pictures from your favorite website.&#8221;</em></strong></p>
<p><img src="http://rimdevblog.files.wordpress.com/2009/09/original-417.jpg?w=435&#038;h=159" alt="" title="Explaining BlackBerry Security for Developers: Application Control" width="435" height="159" class="aligncenter size-full wp-image-5868" /></p>
<p style="text-align:left;">This approach eases the minds of your users by providing them all the information they need to make confident decisions about your application.</p>
<p style="text-align:left;">For more information on the various application control settings that can be applied to your application, see the Javadoc for the ApplicationPermissions class, which defines constants for each permission.</p>
<p style="text-align:left;">In part three of this series, we&#8217;ll address the topic of code signing. Stay tuned!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=380&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-application-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/93c01acd537bfb61a304b73eef4fce76?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianzub1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2009/09/original-317.jpg" medium="image">
			<media:title type="html">Explaining BlackBerry Security for Developers: Application Control</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2009/09/original-417.jpg" medium="image">
			<media:title type="html">Explaining BlackBerry Security for Developers: Application Control</media:title>
		</media:content>
	</item>
		<item>
		<title>Explaining BlackBerry Security for Developers: IT Policy</title>
		<link>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-it-policy/</link>
		<comments>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-it-policy/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:38:38 +0000</pubDate>
		<dc:creator>Brian Z.</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Interviews/Thought Leadership]]></category>
		<category><![CDATA[application-control]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[it-policy]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blackberrydev.edstaging.com/?p=391</guid>
		<description><![CDATA[So you’ve had your stroke of genius, you’ve developed the BlackBerry® smartphone application that’s going to sell a million copies on BlackBerry App World™, and you’re ready for your final end-to-end testing on a live device.  You put the application up on your web server, enter the URL into the BlackBerry® Browser, choose the option to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=391&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2009/09/original-651.png?w=410&#038;h=410" alt="" title="Explaining BlackBerry Security for Developers: IT Policy" width="410" height="410" class="aligncenter size-full wp-image-5869" /></p>
<p style="text-align:left;">So you’ve had your stroke of genius, you’ve developed the BlackBerry® smartphone application that’s going to sell a million copies on <a title="BlackBerry App World" href="http://appworld.blackberry.com/webstore/" target="_blank">BlackBerry App World</a>™, and you’re ready for your final end-to-end testing on a live device.  You put the application up on your web server, enter the URL into the BlackBerry® Browser, choose the option to download, and then half way through, the download comes to a halt with this message:</p>
<p style="text-align:left;"><em><strong>“This application does not contain a signature. It might not be from a trusted source. Do you want to proceed?”<span id="more-391"></span><br />
</strong></em></p>
<p style="text-align:left;">Your mind starts racing.  “How are my users going to react?  How do I make this message go away?”</p>
<p style="text-align:left;">This is the first of a three-part series of blog posts that will outline how consumer applications are handled from a security perspective in the enterprise with BlackBerry Enterprise® Server.  <strong>First and foremost, it is important to understand that there are two categories of security to consider: IT policy and application control.</strong> In part one of this series, we’ll cover IT policy; in part two, we’ll cover application control; in part three, we’ll talk about code signing and how that affects application development regarding these two categories.</p>
<p style="text-align:left;">IT policy is a security setting in BlackBerry Enterprise Server that IT administrators in medium-to-large sized organizations use to manage and control employee use of BlackBerry smartphones.  For example, an IT administrator could set an IT policy that allows or prevents use of the camera, phone service, the browser, etc.  IT policy only applies to users who are connected to a BlackBerry® Enterprise Server.</p>
<p style="text-align:left;">When are you most likely to encounter IT policy? Typically only in organizations that require some level of security.  As an application developer, if you don’t have the time to learn about all of the various IT policy settings that can affect the use of your applicaton within these organizations, then at least <strong>take note of the big one: Disallow Third Party Application Download</strong>.  How will you know if you’ve run into this setting?  When downloading an application via over-the-air download, users will get the following error:</p>
<p style="text-align:left;"><em><strong>“Download Failed: 910 Application authorization failure.”</strong></em></p>
<p style="text-align:left;">In order to get your application on this user’s BlackBerry smartphone, you’ll need to convince the BES administrator to either relax this setting or white list your application.  The good news is that smartphone users are not likely to encounter this setting very often at all; most administrators will use the default IT policy settings that are set in BlackBerry Enterprise Server, and these settings are application friendly.</p>
<p style="text-align:left;">For more information on IT policy settings for BlackBerry smartphones connected to a BlackBerry Enterprise Server, please see the Bl<a title="ackBerry Enterprise Server Policy Reference Guide" href="http://na.blackberry.com/eng/deliverables/4222/index.jsp?name=BlackBerry+Enterprise+Solution+Security+-+Policy+Reference+Guide4.1.6&amp;language=English&amp;userType=2&amp;category=BlackBerry+Enterprise+Solution+Security&amp;subCategory=" target="_blank">ackBerry Enterprise Server Policy Reference Guide</a>.  Note:  Should you wish to query any IT policy values from within your application, see the javadoc for the ITPolicy class.</p>
<p style="text-align:left;">Stay tuned for part two of this series!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=391&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/09/explaining-blackberry-security-for-developers-it-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/93c01acd537bfb61a304b73eef4fce76?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">brianzub1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2009/09/original-651.png" medium="image">
			<media:title type="html">Explaining BlackBerry Security for Developers: IT Policy</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry Developer Conference Early Bird Registration &#8211; There&#8217;s Still Time!</title>
		<link>http://devblog.blackberry.com/2009/09/blackberry-developer-conference-early-bird-registration-theres-still-time/</link>
		<comments>http://devblog.blackberry.com/2009/09/blackberry-developer-conference-early-bird-registration-theres-still-time/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:42:21 +0000</pubDate>
		<dc:creator>Douglas Soltys</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[BIS]]></category>
		<category><![CDATA[devcon]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blackberrydev.edstaging.com/?p=583</guid>
		<description><![CDATA[Register for the 2009 BlackBerry® Developer Conference before September 18, and you can take advantage of the Early Bird Discount. You&#8217;ll save $200 off the regular rate &#8211; and you get to attend what many consider to be the best event for today&#8217;s application developers making their mark with the BlackBerry solution. Don&#8217;t miss out on other [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=583&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimdevblog.files.wordpress.com/2009/09/original-146.jpg?w=364&#038;h=451" alt="" title="BlackBerry Developer Conference Early Bird Registration - There&#039;s Still Time!" width="364" height="451" class="aligncenter size-full wp-image-5894" /></p>
<p>Register for the 2009 <a title="BlackBerry Developer Conference" href="http://www.blackberrydeveloperconference.com/?CPID=EMC-DEVCNF029&amp;cp=EMC-DEVCNF029" target="_blank">BlackBerry® Developer Conference</a> before September 18, and you can take advantage of the <a title="BlackBerry Developer Conference Early Bird Discount" href="http://www.blackberrydeveloperconference.com/register?CPID=EMC-DEVCNF029&amp;cp=EMC-DEVCNF029" target="_blank">Early Bird Discount</a>.</p>
<p>You&#8217;ll save $200 off the regular rate &#8211; and you get to attend what many consider to be the best event for today&#8217;s application developers making their mark with the BlackBerry solution.</p>
<p>Don&#8217;t miss out on other savings opportunities; <a title="BlackBerry Developer Conference" href="http://www.blackberrydeveloperconference.com/register/?CPID=EMC-DEVCNF029&amp;cp=EMC-DEVCNF029" target="_blank">learn more</a> about special offers such as the Group Discount Program and the Alumni Discount.</p>
<p><span id="more-583"></span></p>
<h3>An Abundance of Targeted Sessions &#8211; You Can&#8217;t Beat the Value</h3>
<p>Take a look at the <a title="BlackBerry Developer Conference Session Catalog" href="https://www.blackberrydeveloperconference.net/2009/scheduler/public.jsp?CPID=EMC-DEVCNF029&amp;cp=EMC-DEVCNF029" target="_blank">Session Catalog</a> &#8211; technical, demonstration-packed sessions are geared to every interest level. This is the place to see how the tools have advanced again, making it easy, fun and profitable to develop applications for the BlackBerry platform.</p>
<p>Where else can you find out how to:</p>
<ul>
<li>Leverage familiar web technologies to create rich, tightly-integrated applications for BlackBerry smartphones</li>
<li>Create fresh UI for your BlackBerry application</li>
<li>Push information to consumers and also ensure reliability and relevance for your BlackBerry application</li>
</ul>
<h3>Attend BlackBerry Developer Day &#8211; A Developer Community Event</h3>
<p>With your conference pass, you can also be a part of the NEW <a title="BlackBerry Developer Day" href="http://www.blackberrydeveloperconference.com/developer-day?CPID=EMC-DEVCNF029&amp;cp=EMC-DEVCNF029" target="_self">BlackBerry Developer Day</a> on Thursday, November 12. This is a day when the developer community gets together to network and enjoy some great activities, including:</p>
<ul>
<li>Breakout sessions with Research In Motion (RIM) developers where you have the chance to offer feedback on today&#8217;s development tools</li>
<li>The Developer Soapbox, where you can share your expertise and experiences developing for the BlackBerry platform</li>
<li>BlackBerry Developer Certification where you solidify your credentials</li>
</ul>
<p>What are you waiting for? Register today!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/583/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/583/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=583&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/09/blackberry-developer-conference-early-bird-registration-theres-still-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2d037da01c57235fd7d45fc1c591397f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dsoltys</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2009/09/original-146.jpg" medium="image">
			<media:title type="html">BlackBerry Developer Conference Early Bird Registration - There&#039;s Still Time!</media:title>
		</media:content>
	</item>
		<item>
		<title>More great BlackBerry developer Knowledge Base articles</title>
		<link>http://devblog.blackberry.com/2009/08/more-great-blackberry-developer-knowledge-base-articles/</link>
		<comments>http://devblog.blackberry.com/2009/08/more-great-blackberry-developer-knowledge-base-articles/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 16:53:00 +0000</pubDate>
		<dc:creator>Douglas Soltys</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Interviews/Thought Leadership]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[http-logging]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jda]]></category>
		<category><![CDATA[knowledge-base]]></category>
		<category><![CDATA[MDS]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=880</guid>
		<description><![CDATA[Yesterday, I posted about an interesting Knowledge Base article that had been kicking around the Developer Support cubicles. Today, I wanted to point to a few more Knowledge Base articles that are great resources for new BlackBerry® developers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=880&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yesterday, I posted about an <a title="interesting Knowledge Base article" href="http://devblog.blackberry.com/2009/08/how-to-develop-applications-for-different-blackberry-device/">interesting Knowledge Base article</a> that had been kicking around the Developer Support cubicles. Today, I wanted to point to a few more Knowledge Base articles that are great resources for new BlackBerry® developers.</p>
<p><a title="What Is - Appropriate version of the BlackBerry® Java® Development Environment" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800738/800901/What_Is_-_Appropriate_version_of_the_BlackBerry_JDE.html?nodeid=1287169&amp;vernum=0" target="_new">What Is &#8211; Appropriate version of the BlackBerry® Java® Development Environment</a></p>
<p><a title="How To - Connect the BlackBerry Smartphone Simulator to a BlackBerry® Enterprise Server" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/796557/800738/800792/801083/How_To_-_Connect_the_BlackBerry_Simulator_to_a_BlackBerry_Enterprise_Server.html?nodeid=800986&amp;vernum=0" target="_new">How To &#8211; Connect the BlackBerry Smartphone Simulator to a BlackBerry® Enterprise Server</a></p>
<p><a title="What Is - The file size limit for wireless downloads" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800708/800646/What_Is_-_The_file_size_limit_for_wireless_downloads.html?nodeid=800442&amp;vernum=0" target="_new">What Is &#8211; The file size limit for wireless downloads</a></p>
<p><a title="How To - Invoke the BlackBerry® Browser with raw HTML" href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800440/How_To_-_Invoke_the_browser_with_raw_HTML.html?nodeid=1313878&amp;vernum=0" target="_new">How To &#8211; Invoke the BlackBerry® Browser with raw HTML</a></p>
<p><a title="How To - Enable HTTP logging for the BlackBerry Mobile Data Service or the BlackBerry® MDS" href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB02393&amp;sliceId=SAL_Public&amp;dialogID=69931922&amp;stateId=0%200%2069927603" target="_new">How To &#8211; Enable HTTP logging for the BlackBerry Mobile Data Service or the BlackBerry® MDS</a></p>
<p>As always, post a comment about your favorite Knowledge Base article, and we may feature it in a future blog post!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/880/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/880/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=880&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/08/more-great-blackberry-developer-knowledge-base-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2d037da01c57235fd7d45fc1c591397f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dsoltys</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry Developer Conference Session Catalog is Live!</title>
		<link>http://devblog.blackberry.com/2009/08/blackberry-developer-conference-session-catalog-is-live/</link>
		<comments>http://devblog.blackberry.com/2009/08/blackberry-developer-conference-session-catalog-is-live/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:00:00 +0000</pubDate>
		<dc:creator>Mike Kirkup</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[BIS]]></category>
		<category><![CDATA[devcon]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=866</guid>
		<description><![CDATA[I am very pleased to announce that the session catalog for the BlackBerry® Developer Conference 2009 has now gone live listing over 40 sessions from BlackBerry development experts from Research In Motion (RIM). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=866&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-867" title="BlackBerry® Developer Conference 2009" src="http://rimdevblog.files.wordpress.com/2009/08/blackberry-dev-con-2009-big1.jpg?w=410&#038;h=674" alt="" width="410" height="674" /></p>
<p>I am very pleased to announce that the session catalog for the <a title="BlackBerry® Developer Conference 2009" href="http://www.blackberrydeveloperconference.com/" target="_new">BlackBerry® Developer Conference 2009</a> has now gone live listing over 40 sessions from BlackBerry development experts from Research In Motion (RIM).  This year we decided not to use the concept of tracks for organizing the sessions, instead opting for a mechanism that allows you to find the most applicable sessions for your interests with the click of a mouse.  We have organized the sessions using “tags” into the following areas:</p>
<p>Audience</p>
<ul>
<li>Sessions are broken down based on the type of developer that may be most interested in attending this session including Commercial Enterprise Developers, Consumer Developers, Corporate Developers, Business (CIOs), and Application Architects/Designers.</li>
</ul>
<p>Technology</p>
<ul>
<li>Sessions are broken down based on the core technology they would discuss or leverage including Java®, Web, BlackBerry® Enterprise Server, BlackBerry® Internet Service, and BlackBerry® Developer Tools.</li>
</ul>
<p>Specialization</p>
<ul>
<li>Sessions are further categorized based on a specialization of the topic including Multimedia, Location Based Services, User Interface, and Security.</li>
</ul>
<p>Technical Level</p>
<ul>
<li>Sessions are rated according to the expected knowledge level of attendees – introductory, intermediate and advanced.</li>
</ul>
<p>Session Format and Attributes</p>
<ul>
<li>We also give you the ability to filter sessions based on the format of the session (eg. RIM-lead Sessions vs. Community sessions) or by attributes of the session itself (eg. does the presenter provide a demo or sample code).</li>
</ul>
<p>With this system, you will have the ability to quickly and easily find great sessions that apply to your area of interest across the large scope of sessions.  I would love to hear your thoughts on our new approach, so post a comment below!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/866/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/866/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=866&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2009/08/blackberry-developer-conference-session-catalog-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/df3fbb85b0186198b2f85e7cd3f0bf1a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mikekir1</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2009/08/blackberry-dev-con-2009-big1.jpg" medium="image">
			<media:title type="html">BlackBerry® Developer Conference 2009</media:title>
		</media:content>
	</item>
	</channel>
</rss>
