Public API JDK vanilla
See original GitHub issueWhat do you think about the idea of exposing only (or at least) JDK
vanilla compliant API?
Example without using ImmutableList
from guava
or offer an alternative with List
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Framework-less REST API in Java - DEV Community
Framework-less REST API in Java ... Java ecosystem is packed with frameworks and libraries. For sure not as many as in JavaScript world...
Read more >Vanilla Java
Here are some of my favourites ;) Stateless Singleton implementing an interface public enum RandomStrategy implements IntSupplier { INSTANCE;.
Read more >Creating a REST API - Happy Coding
Simple Java REST Client. The details of exactly how to build one of those applications (also called clients) are a little bit outside...
Read more >Creating a REST API quickly using pure Java | Insight - Box UK
1. Step 1 – set up Spark 2. Step 2 – Creating a RESTful endpoint 3. Step 3 – Persisting data
Read more >Why use a framework for RESTful services in Java instead of ...
JAX-RS is a very well designed API that makes mapping HTTP requests to methods, extracting parameters from various parts of a HTTP request, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The interesting part is that guava dependency is transitive from
problem
librarySee #47