• Get Started with Hybrid Application Frameworks

    This wiki page will give an overview of what hybrid applications are, what tools and frameworks are out there to help create them, and some teasers for upcoming examples if you wanted to get involved. What is a Hybrid...
    Profile Photo
    last modified by abstractj
  • HTML5 example Project fails Arqillian test

    I created the HTML5 Project from the JBoss Central page in Eclipse Indigo on windows 7.  The app deploys and displays correctly on community JBoss7.1.1, but when I tried to run the tests the last test (testRegist...
    Profile Photo
    last modified by gebuh
  • Javascript Forge Plugin

    Aftering seeing what Forge could do at jboss world i decided to try writing a plugin.   The toughest part of getting started on any project is always copying the js resources over.   this plugin will do th...
    Profile Photo
    last modified by lholmquist
  • AeroGear Server Side Resources

    Bookmark or favorite this page! and please submit any projects we have not included.   The following page serves as a central index of all HTML5, mobile, and server-side resources created by JBoss and community m...
    Profile Photo
    last modified by heiko.braun
  • POH5 application development and databinding (knockout.js)

    I'm currently planning an application with the following layers:   HTML  (5) + Javascript controller + RESTful services probably via JAX-RS (implemented using JPA)   Prior to looking at Aerogear my re...
    Profile Photo
    last modified by peterfry
  • Converting an AeroGear HTML5 + REST Web App to a Hybrid App with Apache Cordova

    This article will use the example of AeroGear's kitchensink quickstart, converted to an Apache Cordova based, hybrid application to illustrate the concepts. What does all of that mean? Basically, this takes our HTML5 ...
    Profile Photo
    last modified by abstractj
  • HTML5 + REST Applications

    What is a HTML5 + REST application? This could just as easily be called a "plain old open web" application. The HTML5 revolution causes developers to think differently about their overall architecture, with more JavaS...
    Profile Photo
    last modified by abstractj
  • IE Conditional CSS

    This is really a questions,  i just thought this might be helpful to others.   This is one way of having differnt styles for different IE browsers.     I have this at the top of my html   &#...
    Profile Photo
    last modified by lholmquist
  • Orientation Changes Across Devices

    Recently i converted a flash application to a web app so it could also run on tablets.  My main focus was the iPad, but it also needed to work on other tablets.  The other tablet i was testing on was a galax...
    Profile Photo
    last modified by lholmquist
  • aerogear-controller-demo dependencies

    Hi,   I've been looking at the aerogear-controller-demo and noticed that there were a few dependencies I had not expected. The war contains the following:   WEB-INF/lib/aerogear-controller-1.0-SNAPSHOT.jar...
    Profile Photo
    last modified by beve
  • Problems opening cordova example with Xcode

    hi just cloned https://github.com/aerogear/kitchensink-cordova.git and tried to open the ios project following instructions in the wiki. But I get the following message: "The document “KitchensinkCordova.xcodepr...
    Profile Photo
    last modified by aamonten
  • 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 kitchensink-html5-mobile. For instructions on gett...
    Profile Photo
    last modified by abstractj
  • AeroGear+Postgresql

    I need integrate AeroGear+Postgresql and deploying on Tomcat. I try of generate the  War file and deploy  on tomcat. I guess I need to copy the driver and  configure persistence.xml how I do this? ...
    Profile Photo
    last modified by crowcommand
  • AeroGear+Postgresql+Tomcat

    hi I need to make an application with AeroGear with Postgresql and deploy on a Tomcat server. I must do and configure for this thanks
    Profile Photo
    last modified by crowcommand
  • problem in installation off jboss

    hi every one,would u like to tell me about installation of jboss,i m stuck at initail installaion
    Profile Photo
    last modified by asadchanna04
  • Deploying HTML5 Applications To Openshift

    This guide will show you how to deploy HTML5 Applications to Openshift.   Prerequisites This article assumes you have created an application following the instructions in Get Started With HTML5 Mobile Web Develop...
    Profile Photo
    last modified by jbalunas
  • Cache practices

    Are there any plans to show the best practices for caching js/css files in any of the quickstarts.    I'm using apache as my front end with mod_jk to as 7.1.  Is there a document out there that alread...
    Profile Photo
    last modified by lholmquist
  • AeroGear services and GateIn

    We are adding mobile support to GateIn and we are trying to figure out if AeroGear has any services we can use.   GateIn is a portal framework with its own UI elements, and but also runs other applications and s...
    Profile Photo
    last modified by mwringe
  • how to avoid duplicating validation rules

    Hi AeroGear folks,   I'm curious to hear what others think about this.   In the AeroGear kitchensink archetype, the validation rules for the fields are written directly in index.html, as well as in Member....
    Profile Photo
    last modified by matt.drees
  • Error deploying when project name contains "-"

    Hi I created a project with command line named html5-test by executing     mvn archetype:generate -DarchetypeArtifactId=jboss-html5-mobile-archetype -DarchetypeGroupId=org.jboss.aerogear.archetypes -Darchet...
    Profile Photo
    last modified by aamonten