<?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/"
	>

<channel>
	<title>apiOmat &#187; English</title>
	<atom:link href="http://www.apiomat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apiomat.com</link>
	<description>Backend as a service Create your backend in 10 minutes!</description>
	<lastBuildDate>Fri, 17 May 2013 13:37:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>New Editorial Video</title>
		<link>http://www.apiomat.com/new-editorial-video/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-editorial-video</link>
		<comments>http://www.apiomat.com/new-editorial-video/#comments</comments>
		<pubDate>Wed, 15 May 2013 15:55:13 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[apiOmat]]></category>
		<category><![CDATA[Backend as a service]]></category>
		<category><![CDATA[editorial]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[server for app]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=5168</guid>
		<description><![CDATA[Finally we have our new editorial Video that explains apiOmat in less than 2 minutes. The video has been created by Again Studios. It was great working with them and their boss Ankit. Enjoy it.]]></description>
				<content:encoded><![CDATA[<p>Finally we have our new editorial Video that explains apiOmat in less than 2 minutes. The video has been created by <a href="http://www.againstudios.com/" target="_blank">Again Studios</a>. It was great working with them and their boss Ankit. Enjoy it.</p>
<p><iframe width="640" height="360" src="http://www.youtube.com/embed/V6D5u96i_34?feature=player_detailpage" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/new-editorial-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a nutshell &#8212; the founders of apiOmat &#8212; Interview</title>
		<link>http://www.apiomat.com/in-a-nutshell-the-founders-of-apiomat-interview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=in-a-nutshell-the-founders-of-apiomat-interview</link>
		<comments>http://www.apiomat.com/in-a-nutshell-the-founders-of-apiomat-interview/#comments</comments>
		<pubDate>Tue, 07 May 2013 15:08:34 +0000</pubDate>
		<dc:creator>Marcel</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[interview]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=4946</guid>
		<description><![CDATA[Hi all, we produced a neat little video about the founders of apiOmat, so you can get to know them and the goals for apiOmat better. The video is originally in german, because it sounds quite funny when we speak english for more than 30 sec, but it has an english subtitle. So feel free to get to know us and our product better.]]></description>
				<content:encoded><![CDATA[<p>Hi all,</p>
<p>we produced a neat little video about the founders of apiOmat, so you can get to know them and the goals for apiOmat better.<br />
The video is originally in german, because it sounds quite funny when we speak english for more than 30 sec, but it has an english subtitle. So feel free to get to know us and our product better.</p>
<p><iframe src="http://www.youtube.com/embed/w1B8ZvvLucA?feature=player_detailpage" frameborder="0" width="640" height="360"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/in-a-nutshell-the-founders-of-apiomat-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate from Parse to apiOmat</title>
		<link>http://www.apiomat.com/migrate-from-parse-to-apiomat/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=migrate-from-parse-to-apiomat</link>
		<comments>http://www.apiomat.com/migrate-from-parse-to-apiomat/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 16:52:31 +0000</pubDate>
		<dc:creator>phimi</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[baas]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=4633</guid>
		<description><![CDATA[We from apiomat wrote a python script to migrate your data and schemes from Parse to our apiOmat BaaS. See below to find a step-by-step guide how to do this. After the script is finished you can start programming against the apiOmat backend. For tutorials see our documentation. A comparsion of the android client code between parse and apiomat can be found here. Install Go to SignUp to create a new account on apiOmat. If you already have an account login and create a new app. Deploy your app to our cloud by pressing the deploy icon. Copy your &#8216;ApiKey&#8217;]]></description>
				<content:encoded><![CDATA[<p>We from apiomat wrote a python script to migrate your data and schemes from <a href="http://parse.com">Parse</a> to our apiOmat BaaS.<br />
See below to find a step-by-step guide how to do this.</p>
<p><span id="more-4633"></span><br />
After the script is finished you can start programming against the apiOmat backend. For tutorials see <a href="http://www.apiomat.com/docs/">our documentation</a>. A comparsion of the android client code between parse and apiomat can be found <a href="http://www.apiomat.com/docs/android-parse-comparison/">here</a>.</p>
<h3>Install</h3>
<ol>
<li>Go to <a href="https://apiomat.org/?locale=en&amp;fromDashboard=false">SignUp</a> to create a new account on apiOmat. If you already have an account <a href="https://apiomat.org/?locale=en&amp;free=true&amp;fromDashboard=false#login">login</a> and create a new app.</li>
<li>Deploy your app to our cloud by pressing the deploy icon.</li>
<li>Copy your &#8216;ApiKey&#8217; from the App-Setup in our dashboard. Take also note of the selected system in the left panel (TEST, STAGING or LIVE).</li>
<li>Install <a href="http://www.pip-installer.org/en/latest/installing.html">pip</a> on your system.</li>
<li>Type &#8216;pip install import-parse-to-apiOmat&#8217; on the command line to install the python script into your system.</li>
<li>Go to Parse dashboard and export your data as zip (Under settings-&gt;Export data). For details see <a href="http://blog.parse.com/2012/03/09/one-click-export/">this link</a>.</li>
<li>After you received the mail with your data, save them on your harddisk.</li>
</ol>
<h3>Usage</h3>
<pre class="brush: bash; title: ; notranslate">
import-parse-to-apiOmat --ifile=&lt;path_to_zipfile&gt; --appName=&lt;appName&gt; --apiKey=&lt;apiKey&gt; --userMail=&lt;userMail&gt; --password=&lt;password&gt; --system=&lt;usedSystem&gt; --defaultPwd=&lt;default_pw_for_users&gt;
</pre>
<p>Explanation of parameters:</p>
<ul>
<li>&#8211;ifile Insert here filesystem path to the downloaded zip-file</li>
<li>&#8211;appName The name of your app in apiOmat system</li>
<li>&#8211;apiKey The apiKey from the apiOmat system copied in step 3 above</li>
<li>&#8211;userMail Your e-mail address which you used to register in our dashboard</li>
<li>&#8211;password Your password which you use to login in our dashboard</li>
<li>&#8211;system The system (LIVE , STAGING or TEST) where you are going to import your data. (If you have selected the basic plan you can only import into LIVE system)</li>
<li>&#8211;defaultPwd Default password for imported users</li>
</ul>
<h3>Example</h3>
<pre class="brush: bash; title: ; notranslate">
import-parse-to-apiOmat --ifile=9339.zip --appName=ParseImport --apiKey=2234224 --userMail=login@apiomat.org --password=12345 --system=LIVE --defaultPwd=12345
</pre>
<h3>Known Issues</h3>
<ul>
<li>Can&#8217;t import binary files, this Parse data format will be converted to a String and saves only the URL to the data</li>
<li>No support for arrays with mixed types</li>
<li>Can&#8217;t import passwords from existing users. The password for existing users would be resetted to given password, bacause we won&#8217;t decrypt passwords from Parse users</li>
<li>Actual no support for ACL (coming to apiOmat soon)</li>
</ul>
<p>You can find the source code in our <a href="https://github.com/apiOmat/apiOmat-import-parse">github repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/migrate-from-parse-to-apiomat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first app with apiOmat &#8211; Backend as a service in real life</title>
		<link>http://www.apiomat.com/my-first-app-with-apiomat-backend-as-a-service-in-real-life/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-first-app-with-apiomat-backend-as-a-service-in-real-life</link>
		<comments>http://www.apiomat.com/my-first-app-with-apiomat-backend-as-a-service-in-real-life/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 07:08:42 +0000</pubDate>
		<dc:creator>Lutz</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apiOmat]]></category>
		<category><![CDATA[app cloud]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[Backend as a service]]></category>
		<category><![CDATA[Backend Entwicklung]]></category>
		<category><![CDATA[backend framework]]></category>
		<category><![CDATA[backend für app]]></category>
		<category><![CDATA[Backend mobile App]]></category>
		<category><![CDATA[cloud backend]]></category>
		<category><![CDATA[generated]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[mobile backend as a service]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[wartungsfrei]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=4019</guid>
		<description><![CDATA[Today I am writing as a guest author for apiOmat. I&#8217;m René Fischer, iOS Developrer at match2blue. The last six month I was developing in a project called CitKit. In this Project we tried Backend as a Service from apiOmat the first time. There were also three other guys involved in the project: an Android-Developer, a Web-Developer working on a Dashboard and a Project Manager. Th Website citykit.de was done by another company. Projects of that size normally have a backend team and an administrator involved at match2blue. Why didn&#8217;t we need them this time? When were analyzing apiomat.com in]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.apiomat.com/wp-content/uploads/2013/04/rene1-240x300.png" rel="attachment wp-image-3947"><img class="alignleft size-medium wp-image-3947" title="René Fischer iOS Developer at match2blue" src="http://www.apiomat.com/wp-content/uploads/2013/04/rene1-240x300.png" alt="" width="120" height="150" /></a><br />
Today I am writing as a guest author for apiOmat. I&#8217;m René Fischer, iOS Developrer at match2blue. The last six month I was developing in a project called CitKit. In this Project we tried Backend as a Service from apiOmat the first time. There were also three other guys involved in the project: an Android-Developer, a Web-Developer working on a Dashboard and a Project Manager. Th Website citykit.de was done by another company. Projects of that size normally have a backend team and an administrator involved at match2blue. Why didn&#8217;t we need them this time?</p>
<p><span id="more-4019"></span></p>
<p><img class="alignright size-medium wp-image-3944" title="CityKit App on iOS" src="http://www.apiomat.com/wp-content/uploads/2013/04/citykit-ios1-118x300.png" alt="" width="118" height="300" /></p>
<div>When were analyzing apiomat.com in summer 2012 we realized that we wouldn&#8217;t need a backend team and an administrator when using backend as a service. That sounds awesome.</div>
<div>We had first datamodels that were created in a workshop with the client. I just clicked those data models together in the apiomat dashboard in a very short time. This wasn&#8217;t a problem for me as a fronted dev without having experiences in backend development. Even all the modifications of  the data model that appeared over the time could be applied very fast.</div>
<p>&nbsp;</p>
<div>It was really a big change that the backend could be used from day one in the development period. With those generated SDKs all changes on the backend side were directly available in the fronted classes. The time for communication about small changes was reduced. Remember that four different frontends were involved ( Java- Android App, Objective C &#8211; iOS-App, Java &#8211; GWT-Dashboard and PHP-Website). I implemented special features that required business logic on the server side with the JavaScript Code Injection Modul on apiOmat.</div>
<div></div>
<div>Altogehter I must say with using apiOmat we had more time for the frontends and results were presentable much faster. It is really a powerful and easy to use tool that makes app development more productive. The small problems we had in the beta were always solved very fast by the helpful support team of apiOmat.</div>
<div></div>
<div>The final backend is running stable since we finished it in february without any maintenance from our side. Here you got the links for the Apps for <a title="CityKit iOS App" href="https://itunes.apple.com/app/citykit/id554577863">iOS</a> and <a title="Citykit Android App" href="https://play.google.com/store/apps/details?id=de.match2blue.citykit">Android</a> and the Website <a title="CityKit Website" href="http://www.citykit.de/">citykit.de</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/my-first-app-with-apiomat-backend-as-a-service-in-real-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How we save bandwidth</title>
		<link>http://www.apiomat.com/how-we-save-bandwidth-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-we-save-bandwidth-2</link>
		<comments>http://www.apiomat.com/how-we-save-bandwidth-2/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 13:16:17 +0000</pubDate>
		<dc:creator>phimi</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apiOmat]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[Backend as a service]]></category>
		<category><![CDATA[backend development]]></category>
		<category><![CDATA[Backend Entwicklung]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=3233</guid>
		<description><![CDATA[In this article I want to write about how we at apiOmat solve the problem with transfering unnecessary data between clients and server. On app development it&#8217;s important to think about this, cause of limited data flatrates and &#8220;white&#8221; areas with no network connection. To minimize transfered data our REST interface and our mobile client SDKs support both the HTTP header If-Modified-Since and If-None-Match. How this works will be described below. If-Modified-Since On a GET request the client send an additional If-Modified-Since header with a timestamp as value. The server can react with the 2 following possibilities: 1. Server responds]]></description>
				<content:encoded><![CDATA[<p>In this article I want to write about how we at apiOmat solve the problem with transfering unnecessary data between clients and server. On app development it&#8217;s important to think about this, cause of limited data flatrates and &#8220;white&#8221; areas with no network connection.</p>
<p>To minimize transfered data our REST interface and our mobile client SDKs support both the HTTP header If-Modified-Since and If-None-Match. How this works will be described below.</p>
<p><span id="more-3233"></span></p>
<h2>If-Modified-Since</h2>
<p>On a GET request the client send an additional If-Modified-Since header with a timestamp as value. The server can react with the 2 following possibilities:<br />
1. Server responds with response-code 200, a Modified-Since Header and the data in the body<br />
2. The response-code from server is 304 and the body is empty</p>
<p>The second case will happen if the requested data on the server was not modified since the given timestamp. At apiOmat this works for GET requests on single objects. The following cURL example will explain it (for simplification we use -I option to send a HEAD request and get only HTTP headers back):</p>
<pre class="brush: bash; highlight: [6,15,17]; light: true; title: ; notranslate">
$ curl -I https://apiomat.org/yambas/rest/apps/TaskManager/models/TaskManagerMain/Task/51482cbae4b0891c605f4099 \
 -u __user_creds__ -H &quot;Accept: application/json&quot; -H &quot;X-apiomat-apikey: __key__&quot;

HTTP/1.1 200 OK
Date: Tue, 19 Mar 2013 09:21:07 GMT
Last-Modified: 19 Mar 13 10:18:33:629 CET
Content-Type: application/json
Vary: Accept-Encoding
Content-Length: 0
Server: Jetty(7.6.9.v20130131)

#Send same request again with If-Modified-Since Header and value from Modified-Since Response
$ curl -I https://apiomat.org/yambas/rest/apps/TaskManager/models/TaskManagerMain/Task/51482cbae4b0891c605f4099 \
-u __user_creds__ -H &quot;Accept: application/json&quot; -H &quot;X-apiomat-apikey: __key__&quot; \
 -H 'If-Modified-Since: 19 Mar 13 10:18:33:629 CET'

HTTP/1.1 304 Not Modified
Date: Tue, 19 Mar 2013 09:23:04 GMT
Vary: Accept-Encoding
Server: Jetty(7.6.9.v20130131)

#HTTP Response-Code is 304
</pre>
<h3>Possible values for If-Modified-Since Header</h3>
<p>The HTTP standard specifies that timestamp should be sent according to <a title="RFC 1123" href="http://www.ietf.org/rfc/rfc1123.txt" target="_blank">RFC 1123</a> standard. But this format only takes care on seconds. This is not enough for request against apiOmat REST interface, so we accept only following format which includes also milliseconds:</p>
<pre>dd MMM yy HH:mm:ss:SS CET</pre>
<p>An example follows:</p>
<pre class="brush: bash; light: true; title: ; notranslate">
19 Mar 13 10:18:33:629 CET
</pre>
<h2>Etag/If-None-Match Header</h2>
<p>How you can check if a list of objects has changed? If you send an If-None-Match header with your GET request on a list then the server answer with one of the two following possibilities:<br />
1. Returns the data, response-code 200 and an ETag header<br />
2. Returns 304 as response-code and NO data if data hash is equal (and so not modified) to sent If-None-Match header value</p>
<pre class="brush: bash; highlight: [5,16,18]; light: true; title: ; notranslate">
#Get list of task models
$ curl -v https://apiomat.org/yambas/rest/apps/TaskManager/models/TaskManagerMain/Task/ \
-u __user_creds__ -H &quot;Accept: application/json&quot; -H &quot;X-apiomat-apikey: __key__

HTTP/1.1 200 OK
Date: Tue, 19 Mar 2013 09:32:29 GMT
ETag: &quot;1-2114886209&quot;
Content-Type: application/json
Vary: Accept-Encoding
Transfer-Encoding: chunked
Server: Jetty(7.6.9.v20130131)

#send request again with If-None-Match header and ETag value from previous HTTP response
$ curl -v https://apiomat.org/yambas/rest/apps/TaskManager/models/TaskManagerMain/Task/ \
-u __user_creds__ -H &quot;Accept: application/json&quot; -H &quot;X-apiomat-apikey: __key__ \
-H &quot;If-None-Match: 1-2114886209&quot;

HTTP/1.1 304 Not Modified
Date: Tue, 19 Mar 2013 09:38:08 GMT
Vary: Accept-Encoding
Server: Jetty(7.6.9.v20130131)
...
#HTTP Response-Code ist 304
</pre>
<h2>Support caching in client SDKs</h2>
<p>If you use our iOS, Java or Android SDK then all is prepared to save bandwidth, cause we sent the previous explained headers already. A local cache keeps all returned data and return this values if response-code from server is equal to 304.</p>
<p>If you want to disable caching explicit, then you have to call following method for iOS:</p>
<pre class="brush: objc; light: true; title: ; notranslate">
[DataStore setCachingStrategy:AOM_NO_CACHE];
</pre>
<p>For Android and Java the method call equals to:</p>
<pre class="brush: java; light: true; title: ; notranslate">
Datastore.setCachingStrategy( Datastore.AOMCacheStrategy.NO_CACHE );
</pre>
<p>As you can see we take care of your limited data flatrates and the &#8220;white&#8221; areas of no network connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/how-we-save-bandwidth-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CeBIT and moosecon 2013</title>
		<link>http://www.apiomat.com/cebit-and-moosecon-2013/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cebit-and-moosecon-2013</link>
		<comments>http://www.apiomat.com/cebit-and-moosecon-2013/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 16:31:00 +0000</pubDate>
		<dc:creator>Lutz</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[apiOmat]]></category>
		<category><![CDATA[app cloud]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[Backend as a service]]></category>
		<category><![CDATA[backend framework]]></category>
		<category><![CDATA[Backend mobile App]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=2913</guid>
		<description><![CDATA[So after two long days at the CeBIT we are finally sitting stranded on a station and waiting for the next train after Deutsche Bahn fooled us&#8230; Time to write down some impressions&#8230; We arrived at Hannover yesterday in the morning started the day with some brand-new information from Mozillas evangelist Christian Heilmann about Firefox OS. Everything in Mozillas new mobile operating system is based on HTML5. The Javascript code that was shown seemed really simple and cool. We assume mozilla learned from all failures others did before. The question will be if there is enough place for another operating]]></description>
				<content:encoded><![CDATA[<p><a style="font-style: normal; line-height: 24px; text-decoration: underline;" href="http://www.apiomat.com/cebit-and-moosecon-2013/attachment/1362677938713/" rel="attachment wp-att-2921"><img class="alignnone size-large wp-image-2921" style="border-color: #bbbbbb; background-color: #eeeeee;" title="apiOmat @ moosecon" src="http://www.apiomat.com/wp-content/uploads/2013/03/1362677938713-1024x768.jpg" alt="" width="300" height="300" /></a></p>
<p>So after two long days at the CeBIT we are finally sitting stranded on a station and waiting for the next train after <em>Deutsche Bahn</em> fooled us&#8230; Time to write down some impressions&#8230;</p>
<p>We arrived at Hannover yesterday in the morning started the day with some brand-new information from Mozillas evangelist Christian Heilmann about Firefox OS. Everything in Mozillas new mobile operating system is based on HTML5. The Javascript code that was shown seemed really simple and cool. We assume mozilla learned from all failures others did before. The question will be if there is enough place for another operating system in this market. Mozilla tries to bring smartphones to people who don&#8217;t want to invest so many bucks into highend-Androids or iPhones. The first phone will be available for 150$  told us. And they do not only have the manufactures already they also have contracts with 18 carriers.</p>
<p>The session took place at the moosecon, a new conference that was organized in Hall 17 of the CeBIT. moosecon is The Mobile Operating Sytems Conference at CeBIT. When we saw this conference we decided to submit a session that was luckily accepted. We presented &#8220;<a title="Creating backends in minutes with backend as a service" href="http://www.moosecon.com/create-backends-minutes-backend-service">Creating Backends in minutes with backend as a service</a>&#8221; on Wednesday afternoon and the closed area of the conference was quite good filled.</p>
<p><span id="more-2913"></span></p>
<p><a href="http://www.apiomat.com/cebit-and-moosecon-2013/img_2710-arbeitskopie-2/" rel="attachment wp-att-2920"><img class="alignnone size-large wp-image-2920" title="apiOmat presented at moosecon" src="http://www.apiomat.com/wp-content/uploads/2013/03/IMG_2710-Arbeitskopie-2-1024x297.jpg" alt="" width="584" height="169" /></a></p>
<p>It seems that <a href="www.apiomat.com" title="backend as a Service" target="_blank">backend as a service</a> is actual very interesting for developers. We discussed the possibilities and developed an example of a backend and an android-app for storing tasks live in less than 15 minutes. Discussion afterwards showed that people were impressed by what is possible with apiOmat in such a short time. The audience was very interested and asked qualified questions.</p>
<p>After our talk we had some time looking around at the CeBIT. You can see some impressions here:</p>
<div id="attachment_2927" class="wp-caption alignnone" style="width: 160px"><a href="http://www.apiomat.com/cebit-and-moosecon-2013/img_2720/" rel="attachment wp-att-2927"><img class="size-thumbnail wp-image-2927" title="BIG SERVERS" src="http://www.apiomat.com/wp-content/uploads/2013/03/IMG_2720-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">BIG SERVERS</p></div>
<div id="attachment_2926" class="wp-caption alignnone" style="width: 160px"><a href="http://www.apiomat.com/cebit-and-moosecon-2013/img_2719/" rel="attachment wp-att-2926"><img class="size-thumbnail wp-image-2926" title="BIG SCREENS" src="http://www.apiomat.com/wp-content/uploads/2013/03/IMG_2719-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">BIG SCREENS</p></div>
<div id="attachment_2924" class="wp-caption alignnone" style="width: 160px"><a style="text-decoration: underline;" href="http://www.apiomat.com/cebit-and-moosecon-2013/img_2707/" rel="attachment wp-att-2924"><img class="size-thumbnail wp-image-2924" style="border-color: #dddddd; background-color: #ffffff;" title="3D Printer" src="http://www.apiomat.com/wp-content/uploads/2013/03/IMG_2707-150x150.jpg" alt="3D Printer" width="150" height="150" /></a><p class="wp-caption-text">3D Printer</p></div>
<div id="attachment_2922" class="wp-caption alignnone" style="width: 160px"><a href="http://www.apiomat.com/cebit-and-moosecon-2013/img_2711/" rel="attachment wp-att-2922"><img class="size-thumbnail wp-image-2922" title="Helicopter" src="http://www.apiomat.com/wp-content/uploads/2013/03/IMG_2711-150x150.jpg" alt="Helicopter" width="150" height="150" /></a><p class="wp-caption-text">Helicopter</p></div>
<p>We didn&#8217;t see anything completely new this year but perhaps we missed a lot of things</p>
<p>On Thursday we watched Marcus Ross presenting about PhoneGap that is now called Apache Cordova. The possibilities of the cross-platform html5 framework were extended in the last years in a way that it can really be useful in projects now. The possibility to write own native plugins seems promising. All people who want some more information should read the <a title="PhoneGap Book by Marcus Ross" href="http://www.amazon.de/PhoneGap-Mobile-Cross-Plattform-Entwicklung-Apache-Cordova/dp/3898648249">book</a> Marcus wrote. He is not only an entertainer but also a good trainer and teacher as we know.</p>
<p>While we were walking through the halls in the afternoon we took time to talk to some app-developing companies and discuss about backend as a service with them. It seems that most companies have had an own stack for some backend-things but are absolutely willing to exchange these things if they can switch to a BaaS hosted in Germany. With that shine future we left the CeBIT and got into railway problems&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/cebit-and-moosecon-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So you messed up your data.</title>
		<link>http://www.apiomat.com/so-you-messed-up-your-data/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=so-you-messed-up-your-data</link>
		<comments>http://www.apiomat.com/so-you-messed-up-your-data/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 11:25:11 +0000</pubDate>
		<dc:creator>Andreas</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=2717</guid>
		<description><![CDATA[Well, it happens from time to time that someone (or yourself) messes up data, deletes parts of it or some magic happend over the weekend; whatsoever, you need to restore your old data. Assuming you created backups this is an easy task when creating a self made backend. But what will you do on a backend as a service solution like apiOmat? What first comes into mind is creating a ticket in the helpdesk of your service provider, waiting for an answer, perhaps paying a bunch of money for a technican working hour and waiting several hours until you have]]></description>
				<content:encoded><![CDATA[<p>Well, it happens from time to time that someone (or yourself) messes up data, deletes parts of it or some magic happend over the weekend; whatsoever, you need to restore your old data. Assuming you created backups this is an easy task when creating a self made backend. But what will you do on a backend as a service solution like <a title="apiOmat" href="http://apiomat.com">apiOmat</a>?<br />
<span id="more-2717"></span><br />
What first comes into mind is creating a ticket in the helpdesk of your service provider, waiting for an answer, perhaps paying a bunch of money for a technican working hour and waiting several hours until you have your data back.</p>
<p>What we at <a title="apiOmat" href="http://apiomat.com">apiOmat</a> think a customer needs is a possibility to start restore of your own data by yourself, without any cost and instantly. Therefore we created a new goodie for you, the <a title="Restore module" href="http://www.apiomat.com/docs/modules/restore-module/" target="_blank">Restore module</a>.</p>
<p><a href="http://www.apiomat.com/so-you-messed-up-your-data/bildschirmfoto-vom-2013-03-02-191722/" rel="attachment wp-att-2719"><img class="aligncenter size-medium wp-image-2719" title="Restore module" src="http://www.apiomat.com/wp-content/uploads/2013/03/Bildschirmfoto-vom-2013-03-02-191722-300x212.png" alt="" width="300" height="212" /></a></p>
<p>To use it, simple at the module on <em>App Setup</em> page to your app, you will find it in the <em>Tools</em> section then. Select the day to restore from, hit the restore button &#8211; finished! And, of course, you can restore the data separately for your live and test system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/so-you-messed-up-your-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good news!</title>
		<link>http://www.apiomat.com/good-news/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=good-news</link>
		<comments>http://www.apiomat.com/good-news/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 11:01:06 +0000</pubDate>
		<dc:creator>Saskia</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[apiOmat]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=2757</guid>
		<description><![CDATA[The idea to create a platform that standardizes the backend development of a mobile app arose by a cool beer. Last year we have done a lot of research. We have invested endless hours of freetime to develop and promote apiOmat. We talked to developers, early adopters and innovators from the betahaus Berlin over the MobileCamp Dresden and the iPhone DevCon Cologne to the mLove ConFestival in Saxony-Anhalt. The positive feedback from all of these encouraged us to find an investor. No sooner said than done we are proud to pronounce that we closed our seed-funding round with TGFS, a]]></description>
				<content:encoded><![CDATA[<p>The idea to create a platform that standardizes the backend development of a mobile app arose by a cool beer. </p>
<p>Last year we have done a lot of research. We have  invested endless hours of freetime to develop and promote apiOmat.</p>
<p>We talked to developers, early adopters and innovators from the betahaus Berlin over the MobileCamp Dresden and the iPhone DevCon Cologne to the mLove ConFestival in Saxony-Anhalt. The positive feedback from all of these encouraged us to find an investor. </p>
<p>No sooner said than done we are proud to pronounce that we closed our seed-funding round with TGFS, a local venture capital fund in Saxony.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/good-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our impressions of the iPhone Devcon in Stuttgart</title>
		<link>http://www.apiomat.com/our-impressions-of-the-iphone-devcon-in-stuttgart/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=our-impressions-of-the-iphone-devcon-in-stuttgart</link>
		<comments>http://www.apiomat.com/our-impressions-of-the-iphone-devcon-in-stuttgart/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 10:59:32 +0000</pubDate>
		<dc:creator>Saskia</dc:creator>
				<category><![CDATA[apiOmat News]]></category>
		<category><![CDATA[apiOmat]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[backend framework]]></category>
		<category><![CDATA[Backend mobile App]]></category>
		<category><![CDATA[mobile backend as a service]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=2776</guid>
		<description><![CDATA[Lutz and Philipp have visited the iPhone DevCon, a conference for mobile-developers. At iPhone DevCon 2012, you could choose from dozens of development workshops and sessions about the latest news about development. Of course apiOmat was part of the session plan. Our session about Backend as a Service attracted about 50 participants. Two of fifty Participants had even heard about baas . Therefore the focus of the session was the functionality of backend as a service and its key benefits. We asked the participants why they would use apiOmat and the main reasons were time and cost savings. Especially the]]></description>
				<content:encoded><![CDATA[<p>Lutz and Philipp have visited the iPhone DevCon, a conference for mobile-developers.<br />
At iPhone DevCon 2012, you could choose from dozens of development workshops and sessions about the latest news about development.</p>
<p>Of course <a href="http://www.apiomat.com/" title="Backend as a Service" target="_blank">apiOmat</a> was part of the session plan.  Our session about <a href="http://www.apiomat.com/" title="Backend as a Service" target="_blank">Backend as a Service</a> attracted about 50 participants.</p>
<p>Two of fifty Participants had even heard about baas <img src='http://www.apiomat.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Therefore the focus of the session was the functionality of backend as a service and its key benefits.  We asked the participants why they would use apiOmat and the main reasons were time and cost savings. Especially the topic data security raised a lot of questions.  But we wipe away all the major concerns.</p>
<p>Lutz and Philipp had much fun to listen to Stefan Munz. He talked about „KIF- iPhone Test Automation“.  Interesting was also the night coding session.  We look forward to iPhone DevCon in 2013.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/our-impressions-of-the-iphone-devcon-in-stuttgart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NEW report about developer tools</title>
		<link>http://www.apiomat.com/backend-as-a-service-report/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=backend-as-a-service-report</link>
		<comments>http://www.apiomat.com/backend-as-a-service-report/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 10:10:56 +0000</pubDate>
		<dc:creator>Saskia</dc:creator>
				<category><![CDATA[Backend as a service]]></category>
		<category><![CDATA[baas]]></category>
		<category><![CDATA[Backend Entwicklung]]></category>
		<category><![CDATA[Backend mobile App]]></category>
		<category><![CDATA[mobile backend as a service]]></category>

		<guid isPermaLink="false">http://www.apiomat.com/?p=2390</guid>
		<description><![CDATA[Vision Mobile published a new report about developer tools. The report is based on an online survey of over 3,400 developers. The survey respondents were balanced across Europe (39%), Asia (27%) and North America (24%). As mobile apps become more sophisticated the need for backend features like managing users, introducing social features, or synchronizing cloud data increases. In the following post you read the key insights about the backend as a service market according to this report. The main BaaS selection criteria for developers are availability across platforms and the flexibility of the service. E.g. the ability to implement custom business]]></description>
				<content:encoded><![CDATA[<p><a title="Vision Mobile" href="http://www.visionmobile.com" target="_blank">Vision Mobile</a> published a new report about developer tools. The report is based on an online survey of over 3,400 developers. The survey respondents were balanced across Europe (39%), Asia (27%) and North America (24%).<br />
<span id="more-2390"></span><br />
As mobile apps become more sophisticated the need for backend features like managing users, introducing social features, or synchronizing cloud data increases. In the following post you read the key insights about the <a title="backend as a service" href="http://www.apiomat.com" target="_blank">backend as a service</a> market according to this report.</p>
<p>The main BaaS selection criteria for developers are availability across platforms and the flexibility of the service. E.g. the ability to implement custom business logic seems to be a very important aspect. Further more the richness of the feature set is considered important too. Up to 28% of backend as a service users are using indicated data management and 18% use indicated user management and authentication. Developers also named push notifications and content management, file storage (7%), cloud code (custom logic) (6%) and social graphs (3%) as indispensable features.The survey reveals that the ease of integration and use as well as stability and performance are important to almost 25% of all developers using backend services. Developer tools like <a title="BaaS" href="http://www.apiomat.com" target="_blank">BaaS</a> have become a developer attractor because of their flexibility in pricing and the usage based cost structure. Developers can scale their apps based on the actual usage while costs are growing or decreasing adequately.</p>
<p>Final result: Backend-as-a-service is in early stages, but has a huge potential. It contains great benefits for developers and reduces financial risks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apiomat.com/backend-as-a-service-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
