Skip to content

Instantly share code, notes, and snippets.

@elsewhat
elsewhat / FeedResource.java
Created May 19, 2012 14:10
FeedResource (Jersey REST API)
package no.bouvet.sap.neo.rest;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.naming.InitialContext;
import javax.naming.NamingException;
@elsewhat
elsewhat / index.html
Created May 11, 2012 13:39
PhoneGap and SAPUI5 index file
<html>
<head>
<title></title>
<script type="text/javascript" charset="utf-8" src="phonegap/cordova-1.6.0.js"></script>
<script id="sap-ui-bootstrap"
type="text/javascript"
src="sapui5/resources/sap-ui-core.js"
data-sap-ui-theme="sap_platinum"
@elsewhat
elsewhat / contacts.html
Created April 30, 2012 10:38
sapui5 beta - databinding
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>sapui5 databinding</title>
<script src="/sapui5/resources/sap-ui-core.js"
type="text/javascript"
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.commons,sap.ui.table"
data-sap-ui-theme="sap_goldreflection">
@elsewhat
elsewhat / feed_min.html
Created April 27, 2012 13:07
SAPUI5 beta - Simple feed
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>SAPUI5 sap.ui.ux3.Feed</title>
<script src="/sapui5/resources/sap-ui-core.js"
type="text/javascript"
@elsewhat
elsewhat / thing_min.html
Created April 27, 2012 12:20
SAPUI5 beta - Simple Thing Inspector component
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>SalesOrder sap.ui.ux3.ThingInspector</title>
<script src="/sapui5/resources/sap-ui-core.js"
type="text/javascript"
id="sap-ui-bootstrap"
@elsewhat
elsewhat / shell_min.html
Created April 27, 2012 08:28
SAPUI5 beta - Simple Shell component
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Simple sap.ui.ux3.Shell</title>
<script src="/sapui5/resources/sap-ui-core.js"
type="text/javascript"
id="sap-ui-bootstrap"
@elsewhat
elsewhat / shell.html
Created April 25, 2012 10:41
sapui5 beta - Shell component running on phonegap
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>sap.ui.ux3.Shell Test</title>
<script src="sapui5/resources/sap-ui-core.js"
type="text/javascript"
id="sap-ui-bootstrap"