欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Dropwizard
来自开放百科 - 灰狐
(版本间的差异)
小 (→组件) |
小 (→链接) |
||
(未显示1个用户的4个中间版本) | |||
第12行: | 第12行: | ||
*SnakeYAML for [[YAML]] | *SnakeYAML for [[YAML]] | ||
− | == | + | ==Scala== |
+ | *[https://github.com/datasift/dropwizard-scala Dropwizard Scala] | ||
+ | |||
+ | ==Modules== | ||
+ | Dropwizard的模块化机制让其拥有更多的功能扩展,从 [http://modules.dropwizard.io/ Dropwizard Modules Directory] 获得更多: | ||
+ | *[https://github.com/dropwizard/dropwizard-java8 dropwizard-java8] | ||
+ | *[https://github.com/bretthoerner/dropwizard-scala dropwizard-scala] | ||
*[https://github.com/HubSpot/dropwizard-guice dropwizard-guice] | *[https://github.com/HubSpot/dropwizard-guice dropwizard-guice] | ||
*[https://github.com/federecio/dropwizard-swagger dropwizard-swagger] | *[https://github.com/federecio/dropwizard-swagger dropwizard-swagger] | ||
+ | *[https://github.com/composable-systems/dropwizard-cassandra dropwizard-cassandra] | ||
*[https://github.com/eeb/dropwizard-mongo dropwizard-mongo] | *[https://github.com/eeb/dropwizard-mongo dropwizard-mongo] | ||
+ | *[https://github.com/dropwizard/dropwizard-flyway dropwizard-flyway] | ||
*[https://github.com/jaredstehler/dropwizard-quartz dropwizard-quartz] | *[https://github.com/jaredstehler/dropwizard-quartz dropwizard-quartz] | ||
*[https://github.com/tkrille/dropwizard-template-config dropwizard-template-config] | *[https://github.com/tkrille/dropwizard-template-config dropwizard-template-config] | ||
+ | *[https://github.com/dropwizard/dropwizard-discovery dropwizard-discovery] | ||
+ | *[https://github.com/dropwizard/dropwizard-elasticsearch dropwizard-elasticsearch] | ||
+ | *[https://github.com/dropwizard/dropwizard-protobuf dropwizard-protobuf] | ||
+ | *[https://github.com/ToastShaman/dropwizard-auth-jwt dropwizard-auth-jwt] | ||
+ | *[https://github.com/LivePersonInc/dropwizard-websockets dropwizard-websockets] | ||
+ | *[https://github.com/yammer/tenacity tenacity] | ||
+ | *[https://github.com/hmsonline/dropwizard-spring dropwizard-spring] | ||
+ | *[https://github.com/silb/dropwizard-shiro dropwizard-shiro] | ||
==链接== | ==链接== | ||
第23行: | 第39行: | ||
*[https://github.com/dropwizard/dropwizard Dropwizard @ Github] | *[https://github.com/dropwizard/dropwizard Dropwizard @ Github] | ||
*[https://github.com/stve/awesome-dropwizard Awesome Dropwizard] [[image:awesome.png]] | *[https://github.com/stve/awesome-dropwizard Awesome Dropwizard] [[image:awesome.png]] | ||
− | *[http://docs.huihoo.com/dropwizard | + | *[http://docs.huihoo.com/dropwizard/ Dropwizard文档] |
+ | [[category:framework]] | ||
[[category:java]] | [[category:java]] | ||
[[category:scala]] | [[category:scala]] | ||
[[category:REST]] | [[category:REST]] |
2016年11月22日 (二) 14:09的最后版本
Dropwizard 是一个开发者友好,高性能,RESTful web services 的 Java 和 Scala 框架。
Dropwizard被成功应用于Yammer的JVM后台服务。
目录 |
[编辑] 组件
- Jetty for HTTP
- Jersey for REST
- Jackson for JSON
- Logback for logging
- Hibernate Validator for validatin'.
- Metrics for figurin' out what your service is doing in production.
- SnakeYAML for YAML
[编辑] Scala
[编辑] Modules
Dropwizard的模块化机制让其拥有更多的功能扩展,从 Dropwizard Modules Directory 获得更多:
- dropwizard-java8
- dropwizard-scala
- dropwizard-guice
- dropwizard-swagger
- dropwizard-cassandra
- dropwizard-mongo
- dropwizard-flyway
- dropwizard-quartz
- dropwizard-template-config
- dropwizard-discovery
- dropwizard-elasticsearch
- dropwizard-protobuf
- dropwizard-auth-jwt
- dropwizard-websockets
- tenacity
- dropwizard-spring
- dropwizard-shiro
[编辑] 链接
分享您的观点