Skip to content

Instantly share code, notes, and snippets.

View balunasj's full-sized avatar

Jay Balunas balunasj

  • Red Hat Inc.
  • New York, USA
View GitHub Profile
#if ($enterprise == "true" || $enterprise == "y" || $enterprise == "yes" )
<!-- Certified version of the JBoss EAP components we want to use -->
<javaee6.web.spec.version>3.0.0.Beta1-redhat-1</javaee6.web.spec.version>
<!-- Alternatively, comment out the above line, and un-comment the line below to
use version 2.0.0.Final which is based on community built dependencies.
You can actually use this stack with any version of JBoss AS that implements
the Java EE 6 web profile -->
<!--
<javaee6.web.spec.version>2.0.0.Final</javaee6.web.spec.version>
-->
@balunasj
balunasj / gist:2036547
Created March 14, 2012 13:40
AeroGear M2c Announcement Blog
<p>
<div style="float:right;margin-left:20px;">
<a href="http://jboss.org/aerogear" target="blank">
<img src="http://in.relation.to/service/File/22836" alt=""/>
</a>
</div>
The AeroGear project has just released 1.0.0.M2c as our first followup since launch! This release was focused on improving the archetype and quickstart mobile/html5 examples. They got more than just a new look and feel though. We added better device detection, improved our responsive design, integrated with JBoss Tools, JBoss AS 7.1, and more...
The [getting started wiki=>https://community.jboss.org/wiki/GetStartedWithHTML5MobileWebDevelopmentWithJBoss] has been fully updated to show you how to build your own mobile/HTML5 based application. This means built, tested, and deployed to JBoss AS 7.1 in just a matter of minutes. Giving you a great base to build your own application from. Then our [deep dive wiki=>https://community.jboss.org/wiki/HTML5MobileQuickstartArchetypeDeepDive] gives you all the details you need t
@balunasj
balunasj / persistence-spec.md
Created July 13, 2012 13:47 — forked from kborchers/persistence-spec.md
Initial persistence API draft

Persistence API - draft 0.1

This is a initial proposal on having a very simple persistence layer

Requirements

  • Enable data to be created/saved/persisted/queryied/removed to/from the server side in a consistent manner without no matter the data format expected by the server

References

Get Started With HTML5 Mobile Web Development
=============================================
There are many ways of developing mobile web applications. This article is going to show you how to get started quickly to HTML5 + REST development. This approach uses a pure HTML5 based front end which interactions with server side content through RESTful endpoints. First we'll get the application up and running on JBoss AS 7, including tests, and mobile device access. Then we'll go over all the technical details in the companion article link:HTML5QuickstartArchetypeDeepDive.html[HTML5 Mobile Quickstart & Archetype Deep Dive].
If you are new to the HTML5+REST based development, or want more information before you get started take a look at the link:HTML5RESTApps.html[Get Started With HTML5+REST Web] guide.
This guide will walk you through creating a new HTML5 mobile application with REST resources using a Maven archetype, deploying it to JBoss Application Server 7, executing server/client test suites, and give a