Skip to content

Commit b65f1e4

Browse files
committed
Add Jainja demo (GWT)
1 parent 7243cb8 commit b65f1e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+35649
-0
lines changed

demo/jainja/Jainja_GWT.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/** Add css rules here for your application. */
2+
3+
4+
/** Example rules used by the template application (remove for your app) */
5+
h1 {
6+
font-size: 2em;
7+
font-weight: bold;
8+
color: #777777;
9+
margin: 40px 0px 70px;
10+
text-align: center;
11+
}
12+
13+
.sendButton {
14+
display: block;
15+
font-size: 16pt;
16+
}
17+
18+
/** Most GWT widgets already have a style name defined */
19+
.gwt-DialogBox {
20+
width: 400px;
21+
}
22+
23+
.dialogVPanel {
24+
margin: 5px;
25+
}
26+
27+
.serverResponseLabelError {
28+
color: red;
29+
}
30+
31+
/** Set ids using widget.getElement().setId("idOfElement") */
32+
#closeButton {
33+
margin: 15px 6px 6px;
34+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3+
<application>thenesis-org</application>
4+
<version>1</version>
5+
<threadsafe>true</threadsafe>
6+
7+
<!--
8+
By default, App Engine sends requests serially to a given web server.
9+
To allow App Engine to send multiple requests in parallel specify:
10+
11+
<threadsafe>true</threadsafe>
12+
-->
13+
14+
<!-- Configure serving/caching of GWT files -->
15+
<static-files>
16+
<include path="**" />
17+
18+
<!-- The following line requires App Engine 1.3.2 SDK -->
19+
<include path="**.nocache.*" expiration="0s" />
20+
21+
<include path="**.cache.*" expiration="365d" />
22+
<exclude path="**.gwt.rpc" />
23+
</static-files>
24+
25+
<!-- Configure java.util.logging -->
26+
<system-properties>
27+
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
28+
</system-properties>
29+
30+
</appengine-web-app>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Module jainja_gwt
2+
# RPC service class, partial path of RPC policy file

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/41DF3BC59AD5D3B8DE9158CF26194768.symbolMap

Lines changed: 4061 additions & 0 deletions
Large diffs are not rendered by default.

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/70BD842AC58FB8B89838A0B225B1F35D.symbolMap

Lines changed: 4000 additions & 0 deletions
Large diffs are not rendered by default.

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/72A9041707FEB1CEF24B976B909D67D1.symbolMap

Lines changed: 4012 additions & 0 deletions
Large diffs are not rendered by default.

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/BA5D469BA8E5CB178BDBEDE3745DAFB7.symbolMap

Lines changed: 4029 additions & 0 deletions
Large diffs are not rendered by default.

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/C5179BA7D271EC01090EDF3A9B46893E.symbolMap

Lines changed: 4073 additions & 0 deletions
Large diffs are not rendered by default.

demo/jainja/WEB-INF/deploy/jainja_gwt/symbolMaps/FD7103662D52A26BF7780BE9194FDA49.symbolMap

Lines changed: 3997 additions & 0 deletions
Large diffs are not rendered by default.
30.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)