Skip to content

Instantly share code, notes, and snippets.

@cvasilak
Forked from corinnekrych/gist:5946754
Last active December 19, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvasilak/5948362 to your computer and use it in GitHub Desktop.
Save cvasilak/5948362 to your computer and use it in GitHub Desktop.

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. How do you unified push notifications across different platforms?

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!

iOS app in 15 mins

Type: Quickie

Abstract: You want you to build a native app for your iPhone?

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.

Your app has to be connected to your enterprise cloud-based server application? No worries, all the plumbing for accessing REST services feels fluent using iOS AeroGear libraries.

Join us to follow the tribulations of a Java guy in the world of iOS programming. The unbearable suspence: will he get his iOS app on time?

Android in 15 mins

Type: Quickie

Abstract: You want you to build a native app for your Android phone?

....... UI stuff android specific... TODO

Your app has to be connected to your enterprise cloud-based server application? No worries, all the plumbing for accessing REST services feels fluent using Android AeroGear libraries.

Join us to follow the tribulations of a Java guy in the world of Android programming. The unbearable suspence: will he get his app on time?

'Push once, send anywhere'

Type: Tools In Action

Abstract: One of the many challenges developers face when building mobile applications for a business backend, is notification messaging and handling. Each mobile platform offers its own proprietary notification mechanism, such as Apple's Push Notification Service (APNS) and Google's Cloud Messaging platform (GCM). Further, with recent developments, notification messaging is coming to the web with efforts such as Mozilla's SimplePush. We can realize that there is a need for a 'Unified' Push mechanism that will integrate all these mechanisms under a single entry point, offer additional valuable services such as selective sends and broadcasts and be flexible enough so it can be easily integrated in any business backend.

Come and join us to see in action how AeroGear's Unified Push Project can help to Push-enabled your backend across discrete mobile platforms and the web (and have fun in between!)

@corinnekrych
Copy link

Rephrase for:

  1. offer additional valuable services such as
  2. be flexible enough to easily integrate with any...
  3. Come and join us to see in action how ...
  4. push-enabled or to enable push instead of 'Push' enabled

take them or leave them if you don't agree. It's very small stylish remarks. Good for me :)

@cvasilak
Copy link
Author

cvasilak commented Jul 8, 2013

thanx Corinne!

have rephrased the sentences with your suggestions.

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