Skip to content

Instantly share code, notes, and snippets.

@corinnekrych
Last active December 19, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save corinnekrych/5934947 to your computer and use it in GitHub Desktop.
Save corinnekrych/5934947 to your computer and use it in GitHub Desktop.
Devoxx Proposals

Easy enterprise iOS app

(with AeroGear)

Type: Tools in Action

Abstract: Today, it’s a fact: mobile and smartphones sales are double than personal computers. Tomorrow, enterprise applications will be mobile apps. What are the challenges of mobile apps: accessing RESTful services, paging, data storage, security features... But not only your device interacts with cloud services, enterprise applications interact with registered devices providing you valuable contextual information.

Do you want to see it in action? We will drive you through a step by step approach from consuming OpenData services, reading/paging broad set of data to dealing with push notifications. With plumbing done for you, accessing REST services feels fluent using iOS AeroGear libraries. In no time, you’ll get your iOS native app running.

Developing enterprise iPhone Applications on JavaEE

Type: BOF

Abstract: With the growth rate of mobile devices, there is a high demand for building native and secure iPhone & iPad applications that have access to a JavaEE server. This BOF session gives a practical overview on how to build native mobile apps, that use the AeroGear iOS library to access private and cloud-enabled JavaEE applications. The library has rich API support for accessing RESTful services, data storage and security features built specifically for mobile like OTP (One-Time-Password). The session ends with an outlook to future developments of the AeroGear project!

My Comment: proposal from Matthias, not sure I feel confortable with BOF, wdyt?

iOS app in 15 mins

Type: Quickie

Abstract: You boss wants you to build a native app for iPhone accessing your enterprise cloud-based server. But wait, that’s mean iOS environment and you’re more a Java guy. You're scared of this barbarian syntax? Relax Objective-C is a cool dude. Xcode is not a bad guy, he’ll help you. Using template, you get up and running in no time. UI designing with interface builder and story boards are dead easy to start with. How to do plumbing for accessing REST services feels fluent using iOS AeroGear libraries. In no time, you’ll get your iOS native app running, trust me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment