Skip to content

Commit

Permalink
removing aerogear refs from appropriate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Mar 12, 2013
1 parent 87e4a52 commit 1e9829d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/guides/GetStartedHTML5MobileWeb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Move to the directory you wish to create the project in. Then execute the follo
mvn archetype:generate \
-DarchetypeArtifactId=jboss-html5-mobile-archetype \
-DarchetypeGroupId=org.jboss.aerogear.archetypes \
-DarchetypeVersion=1.0.0.M6c
-DarchetypeVersion=1.0.0.M8
----

Maven will download the archetype, and its dependencies then ask you some questions:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/HTML5MobileQuickstartAndDeepDive.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: HTML5 Mobile Quickstart & Archetype Deep Dive

== HTML5 Mobile Quickstart & Archetype Deep Dive

This article details the significant files, libraries, and source code for the AeroGear archetype and quickstart that are part of the JBoss-AS quickstart suite called https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile[kitchensink-html5-mobile]. For instructions on getting started with the archetype and quickstart see: link:../GetStartedHTML5MobileWeb[Getting Started With HTML5 Mobile Web Development with JBoss]. The quickstart is nearly identical to the archetype, and for that reason this article will use the quickstart for reference, but the same files will exist if you create your own application using the archetype.
This article details the significant files, libraries, and source code for the HTML5 archetype and quickstart that are part of the JBoss-AS quickstart suite called https://github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile[kitchensink-html5-mobile]. For instructions on getting started with the archetype and quickstart see: link:../GetStartedHTML5MobileWeb[Getting Started With HTML5 Mobile Web Development with JBoss]. The quickstart is nearly identical to the archetype, and for that reason this article will use the quickstart for reference, but the same files will exist if you create your own application using the archetype.

In many cases the source code is best location for updated comments and details, please refer there for any additional information.

Expand All @@ -30,7 +30,7 @@ After this comes our 3rd party libraries that we are using. They are described
<!DOCTYPE html>
<html>
<head>
<title>AeroGear QuickStart</title>
<title>HTML5 QuickStart</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<!-- Set viewport scaling and zoom features -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/HTML5ToHybridWithCordova.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
layout: basic
title: Converting an AeroGear HTML5 + REST Web App to a Hybrid App with Apache Cordova
title: Converting a Mobile HTML5 + REST Web App to a Hybrid App with Apache Cordova
---

== Converting an AeroGear HTML5 + REST Web App to a Hybrid App with Apache Cordova
== Converting a Mobile HTML5 + REST Web App to a Hybrid App with Apache Cordova

This article will build upon AeroGear's http://www.github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile[kitchensink quickstart], which we have converted to an http://incubator.apache.org/cordova/[Apache Cordova] based hybrid application.
This article will build upon the HTML5 http://www.github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile[kitchensink quickstart], which we have converted to an http://incubator.apache.org/cordova/[Apache Cordova] based hybrid application.

What does all of that mean? Basically, this takes our https://community.jboss.org/docs/DOC-17326[HTML5 + REST] / http://www.jquerymobile.com"[jQuery Mobile] based web app and converts it to a native app for both iOS and Android. Currently, these apps will need to be built separately but in the future, we hope to provide a single build step for all supported mobile OS types. These concepts can be applied to the conversion of most HTML5/JS based web apps by just replacing the specific paths described in this article with paths that match your environment.

Expand Down Expand Up @@ -83,7 +83,7 @@ Change the *Target* in the *Scheme* menu to *KitchensinkCordova* and select a de

image::img/xcode_kitchensink_simulator.png[]

Click the Run button in the upper left corner of XCode and the iOS Simulator should start and you will see the Kitchensink app running. Going to the list page should show you the list of members from http://html5-aerogear.rhcloud.com[html5-aerogear.rhcloud.com], which is the http://openshift.redhat.com[OpenShift] hosted version of the AeroGear kitchensink quickstart. You can also add to that member list from the add screen of the app and also on that add screen, you will see a note referring to your current network connection. That note is proof that Cordova has given you access to native APIs.
Click the Run button in the upper left corner of XCode and the iOS Simulator should start and you will see the Kitchensink app running. Going to the list page should show you the list of members from http://html5-aerogear.rhcloud.com[html5-aerogear.rhcloud.com], which is the http://openshift.redhat.com[OpenShift] hosted version of the HTML5 kitchensink quickstart. You can also add to that member list from the add screen of the app and also on that add screen, you will see a note referring to your current network connection. That note is proof that Cordova has given you access to native APIs.

image::img/network.png[iOS Simulator shoing network connection output]

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: Guides
* [HTML5 Mobile Quickstart & Archetype Deep Dive](HTML5MobileQuickstartAndDeepDive)
* [HTML5 + REST Applications](HTML5RESTApps)
* [Cordova Setup](CordovaSetup)
* [Converting an AeroGear HTML5 + REST Web App to a Hybrid App with Apache Cordova](HTML5ToHybridWithCordova)
* [Converting a Mobile HTML5 + REST Web App to a Hybrid App with Apache Cordova](HTML5ToHybridWithCordova)
* [Getting Started with AeroGear and Xcode](GetStartedwithAeroGearandXcode)
* [Get Started with Hybrid Application Frameworks](HybridApplicationFrameworks)
* [Tutorial: Android Development w/ PhoneGap/Apache Cordova in JBoss Developer Studio 5](CordovaAndroidDevJBDS)
Expand Down

0 comments on commit 1e9829d

Please sign in to comment.