Giter Club home page Giter Club logo

example-books's Introduction

Build Status codecov.io Revved up by Develocity

Ratpack.io

What is Ratpack?

Ratpack is a simple, capable, toolkit for creating high performance web applications.

Ratpack is built on Java and the Netty event-driven networking engine. The API is optimized for Groovy and Java 8.

Optional Google Guice integration provides a foundation for scaling your application in size in a managed way.

Optional Gradle build time support makes building and testing applications a breeze.

http://www.ratpack.io

Looking to contribute?

Please see CONTRIBUTING.md

example-books's People

Contributors

aheusingfeld avatar beckje01 avatar danhyun avatar davidmc24 avatar erdi avatar jkutner avatar jlstrater avatar johnrengelman avatar ldaley avatar matthurne avatar rhart avatar sondrai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

example-books's Issues

error: gradlew (on Windows)

...
Download http://oss.jfrog.org/artifactory/repo/io/ratpack/ratpack-gradle/0.9.11/ratpack-gradle-0.9.11.pom
Download http://oss.jfrog.org/artifactory/repo/io/ratpack/ratpack-gradle/0.9.11/ratpack-gradle-0.9.11.jar

FAILURE: Build failed with an exception.

* Where:
Build file 'D:\example-books-ratpack\build.gradle' line: 11

* What went wrong:
A problem occurred evaluating root project 'example-books'.
> ratpack/gradle/RatpackGroovyPlugin : Unsupported major.minor version 52.0

(question/comment) HystrixCommand instead of HystrixObervableCommand ?

Hi,

According to this thread Netflix/Hystrix#805 and for my own understanding, wouldn't it be more adequate to rely on HystrixCommands (instead of HystrixObservableCommands) in BookDbCommands, therefore leveraging the thread isolation from Hystrix (instead of using Ratpack execControl) since all commands are blocking?

I'm not sure I'm clear, but I'd like to have your insights on this!

Thanks,
BQ.

Uncaught TypeError: javascript error for metrics page in browser console

Hello,
I am seeing errors in the console for Chrome and Firefox for the '/admin/metrics' page

Chrome below

Uncaught TypeError: Cannot read property 'replace' of undefined
getTimerDiv @ metrics.js:22
(anonymous function) @ metrics.js:61
b.extend.each @ jquery.min.js:3
updateTimerCharts @ metrics.js:60
updateCharts @ metrics.js:157
window.ws.onmessage @ metrics.js:171

Firefox
TypeError: timerName is undefined metrics.js:22:8

Thanks,
Juan

Wrong plugin id in build.gradle

Current version doesn't build out of the box, because or the wrong ratpack plugin id in build .gradle.

Changing

apply plugin: "ratpack-groovy" 

to

apply plugin: "io.ratpack.ratpack-groovy"

solves the problem.

Updates & PR

Hi, I made some changes in this fork dev if you guys accept PR. it's almost ready for the v2.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.