forked from jboss-developer/jboss-eap-quickstarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge aerogear/as-quickstart '1.0.0.M6'
- Loading branch information
Showing
156 changed files
with
19,056 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
JBoss, Home of Professional Open Source | ||
Copyright 2012, Red Hat, Inc., and individual contributors | ||
by the @authors tag. See the copyright.txt in the distribution for a | ||
full listing of individual contributors. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
.invalid { | ||
color: red; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ios/KitchensinkCordova.xcodeproj/xcuserdata/ | ||
ios/KitchensinkCordova.xcodeproj/project.xcworkspace/xcuserdata/ | ||
android/gen/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
kitchensink-cordova: Example AeroGear Application Using Hybrid HTML5 + REST with Apache Cordova | ||
=============================================================================================== | ||
Author: Kris Borchers | ||
Level: Intermediate | ||
Technologies: HTML5, REST, Apache Cordova | ||
Summary: Based on kitchensink, but uses hybrid HTML5 running as a native application on mobiles | ||
|
||
What is it? | ||
----------- | ||
|
||
This project serves as an example of AeroGear's [kitchensink quickstart](http://www.github.com/aerogear/as-quickstarts/tree/master/kitchensink-html5-mobile), converted to an [Apache Cordova](http://incubator.apache.org/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. | ||
|
||
Available Hybrid Applications | ||
----------------------------- | ||
|
||
The following is a list of the currently available hybrid applications. | ||
For more detailed information about a quickstart, click on the quickstart name. | ||
|
||
This quickstart contains the following mobile OS types: | ||
|
||
1. [ios](kitchensink-cordova/ios/README.md) | ||
2. [android](kitchensink-cordova/android/README.md) |
Binary file not shown.
Oops, something went wrong.