google /
guava
Google core libraries for Java
94/100 healthLoading repository data…
krisnye / repository
Java library for serving javascript and coffeescript based pages on Google App Engine.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Glasspages allow you to use server side coffeebars templates to render pages.
TODO: X move the page building into glass build. remove page building from glass-pages. update the blank app engine project with glasspages. describe glass build setup for building pages.
To setup for server pages:
Include the /glasspages.jar in your app. Register the glasspages.PageServlet in your web.xml The source parameter takes ; delimited urls. The urls can either be .js source files or .json array manifest files that list other relative sources.
<servlet>
<servlet-name>pageServlet</servlet-name>
<servlet-class>glasspages.PageServlet</servlet-class>
<init-param>
<param-name>source</param-name>
<param-value>classpath:glasspages/PageServlet.js;js/modules/manifest.json;WEB-INF/js/modules/manifest.json</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>true</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>pageServlet</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
Create and test a hello.page in the root:
Hello {{ "Page" }}
Selected from shared topics, language and repository description—not editorial ratings.
google /
Google core libraries for Java
94/100 healthakullpp /
A curated list of awesome frameworks, libraries and software for the Java programming language.
84/100 healthReactiveX /
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
/100 healthzxing /
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
96/100 healthsquare /
A memory leak detection library for Android.
97/100 healthdmlc /
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
95/100 health