Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active September 14, 2015 15:18
Show Gist options
  • Select an option

  • Save fernandojunior/dc403ba5b775e7afe294 to your computer and use it in GitHub Desktop.

Select an option

Save fernandojunior/dc403ba5b775e7afe294 to your computer and use it in GitHub Desktop.
RESTful Services with Java
## Libs:
- JAX-RS / Jersey - RESTful Web Services framework
- Gradle - OPEN SOURCE BUILD AUTOMATION dependencies manager
- CDI / Weld - Dependency Injection
# Storege & analytics
- Hadoop - Distributed storage and distributed processing of very large data
- Hive - data warehouse infrastructure built on top of Hadoop for providing data summarization, query, and analysis
- In-memory MPP-based Analytical Databases
// combining Hadoop with an MPP database is that queries that used to take hours can now be done in just seconds and complex data processing tasks, previously thought daunting, completed with ease.
# Cloud
- Amazon elastic MapReduce
- OpenShift
# Jersey Dependencies:
- asm.jar
- jersey-bundle.jar
- json.jar
- jersey-server.jar
Refs:
- https://gradle.org/
- https://jersey.java.net/
- http://weld.cdi-spec.org/
- https://gradle.org/getting-started-gradle-java/
- https://docs.gradle.org/current/userguide/tutorial_java_projects.html
- http://crunchify.com/how-to-build-restful-service-with-java-using-jax-rs-and-jersey/
= http://blog.caelum.com.br/use-cdi-no-seu-proximo-projeto-java/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment