<?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>Inside BlackBerry for Business Blog &#187; Enterprise Developers</title>
	<atom:link href="http://bizblog.blackberry.com/tag/enterprise-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://bizblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 14:33:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bizblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/20ac8e1f171f33d226baa862f286c029?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Inside BlackBerry for Business Blog &#187; Enterprise Developers</title>
		<link>http://bizblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bizblog.blackberry.com/osd.xml" title="Inside BlackBerry for Business Blog" />
	<atom:link rel='hub' href='http://bizblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>OData Comes to the BlackBerry Native SDK, Enabling Enterprise Developers</title>
		<link>http://bizblog.blackberry.com/2013/05/odata-native-sdk-enterprise-developers/</link>
		<comments>http://bizblog.blackberry.com/2013/05/odata-native-sdk-enterprise-developers/#comments</comments>
		<pubDate>Fri, 10 May 2013 21:40:28 +0000</pubDate>
		<dc:creator>ebourne2</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Enterprise Developers]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Native SDK]]></category>
		<category><![CDATA[NDK]]></category>
		<category><![CDATA[oData]]></category>

		<guid isPermaLink="false">http://bizblog.blackberry.com/?p=10812</guid>
		<description><![CDATA[If you’re developing using the Open Data, or “OData”, protocol then you already know that BlackBerry provides support through our WebWorks development kit. You probably don’t know that we just released an open source OData library for C++ and provided a Cascades sample app to help kick-start your project. If you already know what OData [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=10812&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img src="http://rimbizblog.files.wordpress.com/2013/05/header1.png?w=600&#038;h=480" alt="header" width="600" height="480" class="aligncenter size-full wp-image-10813" /></p>
<p>If you’re developing using the <a href="http://www.odata.org/" target="_new">Open Data</a>, or “OData”, protocol then you already know that BlackBerry provides support through our <a href="https://developer.blackberry.com/html5/" target="_new">WebWorks development kit</a>.  You probably don’t know that we just released an open source OData library for C++ and provided a Cascades sample app to help kick-start your project. If you already know what OData is then just skip ahead a few paragraphs for the link to this library. If you’re not familiar with OData then let me introduce you to a great new Restful data access solution. OData is a REST-based protocol, with both a server and client implementation that lets you make CRUD (Create, Read, Update and Delete) calls for Data.</p>
<p><span id="more-10812"></span></p>
<p>
<h3><strong>That’s great&#8230; but why do I need this?</strong></h3>
</p>
<p>Well if you have ever built an app that has to talk to a data source (database, file system, etc.), there are certain things you have to do each time.  You typically have to build some middleware to talk to the data source, then you have to offer up that data over http (you do want this to be REST, right?), then you have to build your client, parse and use the data, and so on. Well some engineers at Microsoft got tired of repeating this over and over, and decided to make a uniform way to describe both the data and the data model. You could then apply this to any data source, and in return the client could use a standard way of interacting. <a href="http://www.odata.org/" target="_new">OData</a> was born. They have since put the spec under the Open Specification Promise so that anyone can build servers or client tools Royalty free.</p>
<p><!--more--></p>
<p>Today, OData is supported by SAP, IBM, Microsoft, Citrix and many others. I first came across it as the default server side technology that SAP supports for their ERP system using SAP Gateway, SAP Mobility Platform, SAP HANA and others. If you look around your corporate environment, you might be surprised at how embedded it has become in such a short time.</p>
<p>If you’re building an Enterprise app, this will make your job much easier, as you only have worry about the client.  If you plan on building an HTML 5 app with <a href="https://developer.blackberry.com/html5/" target="_new">BlackBerry WebWorks</a>, there is an existing JavaScript library called data.js. But, if you’re building for Cascades/C++, there hasn’t been one, until today!</p>
<p>You can now <a href="https://github.com/blackberry/OData-BB10" target="_new">head over to GitHub</a> to download the library in order to include in an existing project, as well as a full cascades sample. We are putting it up as open source, so you are free to use it as you wish in projects of your own.</p>
<p>Don’t forget to visit the Enterprise Development pods at <a href="http://www.blackberrylive.com/" target="_new">BlackBerry Live</a> &amp; <a href="http://www.blackberryjamamericas.com/" target="_new">BlackBerry Jam</a> from May 14-16. Also, be sure to check out session JAM59 – Integrating Enterprise Apps with the Open Data Protocol. </p>
<p>If you happen to be going to <a href="http://www.sapandasug.com/" target="_new">SAP Sapphire Now</a>, which is also in Orlando from May 14-16, come by the BlackBerry booth and I will be available to discuss the OData library in person. See you there! </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimbizblog.wordpress.com/10812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimbizblog.wordpress.com/10812/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=10812&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bizblog.blackberry.com/2013/05/odata-native-sdk-enterprise-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c38a2733e9682737fc84a5fad4df578e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ebourne2</media:title>
		</media:content>

		<media:content url="http://rimbizblog.files.wordpress.com/2013/05/header1.png" medium="image">
			<media:title type="html">header</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry 10 Now Offers More Than 100,000 Applications – Meet Some of Our Awesome Enterprise Developers</title>
		<link>http://bizblog.blackberry.com/2013/03/blackberry-experience-forum-london-partners/</link>
		<comments>http://bizblog.blackberry.com/2013/03/blackberry-experience-forum-london-partners/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 15:45:47 +0000</pubDate>
		<dc:creator>Steph F.</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[BlackBerry 10 Apps]]></category>
		<category><![CDATA[BlackBerry Experience Forum]]></category>
		<category><![CDATA[Enterprise Developers]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[partners]]></category>
		<category><![CDATA[United Kingdom]]></category>

		<guid isPermaLink="false">http://bizblog.blackberry.com/?p=10540</guid>
		<description><![CDATA[Earlier this month, I travelled to London, England for the BlackBerry Experience Forum. This enterprise-focused roadshow has been travelling around the globe, with recent stops in Dubai, Paris, Australia and Frankfurt. I interviewed some of our enterprise developers and partners who have been showcasing their incredible apps at these events. Throughout my time talking to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=10540&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Earlier this month, I travelled to London, England for the <a href="http://www.blackberryexperienceforum.com/index/changeevent" target="_new">BlackBerry Experience Forum</a>. This enterprise-focused roadshow has been travelling around the globe, with recent stops in Dubai, Paris, Australia and Frankfurt. I interviewed some of our enterprise developers and partners who have been showcasing their incredible apps at these events. Throughout my time talking to the developers and partners, I learned that many felt the chance to connect with so many global customers in the partner showcase was a very unique opportunity. Many of the developers and partners travelled together to each location which provided them an opportunity to not only see the world through the eyes of BlackBerry customers, but also network with other global developers and partners <a href="http://ca.blackberry.com/company/success.html" target="_new">to share their BlackBerry success stories</a>.</p>
<p style="text-align:center;"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='560' height='315' src='http://www.youtube.com/embed/FMR-esGAr7s?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></p>
<p style="text-align:center;">[ <a href="http://www.youtube.com/watch?v=FMR-esGAr7s" target="_new">YouTube link for mobile viewing</a> ]</p>
<p><span id="more-10540"></span></p>
<p>Enterprise developers have embraced the new BlackBerry 10 platform – in fact, we recently announced that BlackBerry 10 now offers <a href="http://press.blackberry.com/press/2013/blackberry-10-now-offers-more-than-100000-applications-to-custom.html" target="_new">more than 100,000 applications</a>.  Amazon Kindle, OpenTable and The Wall Street Journal are available to BlackBerry 10 customers and in the coming weeks CNN, The Daily Show Headlines, eBay, eMusic, Maxim, MLB at Bat, MTV News, Pageonce, PGA, Rdio, Skype, SoundHound and Viber will be available for download or purchase.</p>
<p>At the BlackBerry Experience Forum, companies like SAP, Citrix, IBM and CISCO and many more, were in attendance to connect with many of the enterprise business leaders and IT decision-makers to showcase how their powerful apps can enable business innovations and empower mobile employees.</p>
<p>According to Adam Linford from <a href="http://www.truphone.com/en-GB/" target="_new">Truphone</a>, “If you are a mobile application developer and you’re looking to bring BlackBerry 10 into your existing portfolio, it’s so cheap and easy to add.” Adam also remarked that, “BlackBerry made some very sensible decisions in adopting technologies that are known – you are building on the shoulder of giants, a lot of the work is already done.”</p>
<p>Howard Travers from the <a href="http://www.fcg.im/" target="_new">Formicary Collaboration Group</a> commented, “We’re pleased to work with the BlackBerry 10 application – we see it as a next step and evolution of mobile collaboration.” When asked about how the BlackBerry 10 platform enables enterprise customers to balance both work and personal data, Howard stated, “One of the biggest asks of all our top customers around the globe is the separation of personal and business. The fact that BlackBerry has now been able to merge the two is a great step forward.”</p>
<p>The <a href="http://www.blackberry10.com/" target="_new">BlackBerry 10</a> platform has empowered global businesses to embrace enterprise applications that enhance productivity, increase collaboration and connect their mobile employees with the important resources they need on the road. </p>
<p>Have you personally tried any of the apps mentioned in this blog post? Any app developers or partners you would like to see us connect with in the future? Let us know by commenting below!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimbizblog.wordpress.com/10540/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimbizblog.wordpress.com/10540/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=10540&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bizblog.blackberry.com/2013/03/blackberry-experience-forum-london-partners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/78f17f48417e356ec54238b3c7d929f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sfrisina</media:title>
		</media:content>
	</item>
		<item>
		<title>Calling All Enterprise Developers! The BlackBerry Experience Forum Events Are For You</title>
		<link>http://bizblog.blackberry.com/2013/01/blackberry-experience-forum-opportunity/</link>
		<comments>http://bizblog.blackberry.com/2013/01/blackberry-experience-forum-opportunity/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 14:15:39 +0000</pubDate>
		<dc:creator>Gregg Ostrowski</dc:creator>
				<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[BEF]]></category>
		<category><![CDATA[BlackBerry 10]]></category>
		<category><![CDATA[BlackBerry Experience Forum]]></category>
		<category><![CDATA[BlackBerry Hub]]></category>
		<category><![CDATA[BlackBerry Infastructure]]></category>
		<category><![CDATA[Enterprise Developers]]></category>

		<guid isPermaLink="false">http://bizblog.blackberry.com/?p=9538</guid>
		<description><![CDATA[With the upcoming launch event for BlackBerry 10 on January 30th, we are going on a BlackBerry 10 world tour, specifically aimed to connect with enterprise developers and business decision-makers. The BlackBerry Experience Forum (BEF) events are 14 full-day sessions where we’ll uncover how to make the most of every business opportunity with the BlackBerry [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=9538&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://www.blackberryexperienceforum.com/" target="_new"><img src="http://rimbizblog.files.wordpress.com/2013/01/rimm2196-bbexperiencebanners_final_300x250px.jpg" /></a></p>
<p>With the upcoming launch event for <a href="http://global.blackberry.com/blackberry-10.html?DID=blackberry10.com" target="_new">BlackBerry 10 on January 30th</a>, we are going on a BlackBerry 10 world tour, specifically aimed to connect with enterprise developers and business decision-makers. The <a href="http://www.blackberryexperienceforum.com/" target="_new">BlackBerry Experience Forum (BEF)</a> events are 14 full-day sessions where we’ll uncover how to make the most of every business opportunity with the BlackBerry smartphone powered by BlackBerry 10, designed to be smarter and faster. </p>
<p>Building on the success of the <a href="http://bizblog.blackberry.com/2012/12/blackberry-10-jam-world-tour-enterprise-edition-wrapup/" target="_new">2012 BlackBerry Jam World Tour – Enterprise Edition</a>, we’ve added a specific enterprise developer track to the BlackBerry Experience Forum to make sure we get the opportunity to connect with our vibrant enterprise developer community. </p>
<p><span id="more-9538"></span></p>
<p>At the <a href="http://www.blackberryexperienceforum.com/" target="_new">BlackBerry Experience Forum</a>, you will learn how to benefit from one of the strongest platforms for business professionals. By taking advantage of the unique BlackBerry infrastructure, impressive technology is available – right at your fingertips – to use behind the firewall connectivity to push critical data and confirm delivery and acknowledgment. This capability has been designed to enable fast business decision-making. With BlackBerry 10, developers can take advantage of the innovative <a href="http://blogs.blackberry.com/2013/01/unified-inbox-blackberry-hub-video/" target="_new">BlackBerry Hub</a> functionality, where all key information is displayed in one central location. BlackBerry also offers standards based development and full enterprise grade management to deploy, upgrade and host your applications. </p>
<p>At BlackBerry, we understand the importance of security. We are also committed to supporting the development of enterprise-grade mobile apps. The BlackBerry Experience Forum is a prime opportunity to learn how to increase your productivity, manage your work flow and keep your executives up to date on key data points that can change how you do business. </p>
<p>After attending the BlackBerry Experience Forum, we are committed to having our enterprise developers walk away with sample applications &#8211; ready for you to use to get building your first app! We’ll also provide expert guidance on the right path for your applications to follow and show you how to take advantage of what’s already built in to our developer ecosystem. <a href="http://bizblog.blackberry.com/2012/11/enterprise-app-development-video/" target="_new">BlackBerry is committed to making the app development process a worthwhile experience</a>.</p>
<p>Join us on our <a href="http://www.blackberryexperienceforum.com/" target="_new">BlackBerry Experience Forum</a> world tour – see for yourself how BlackBerry is the right tool to bring the solutions you’ve been looking for to your business.</p>
<p>If you have any questions about the BlackBerry Experience Forum, our enterprise developer ecosystem or how to get involved in BlackBerry development, please let us know by commenting below!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimbizblog.wordpress.com/9538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimbizblog.wordpress.com/9538/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bizblog.blackberry.com&#038;blog=17235672&#038;post=9538&#038;subd=rimbizblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bizblog.blackberry.com/2013/01/blackberry-experience-forum-opportunity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a4851a868b1ec16bc7eeea73181ae50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">greggoski</media:title>
		</media:content>

		<media:content url="http://rimbizblog.files.wordpress.com/2013/01/rimm2196-bbexperiencebanners_final_300x250px.jpg" medium="image" />
	</item>
	</channel>
</rss>
