• | • | • |
November 18, 2019 |
Beautiful SDK Design in Java for APIs |
We are happy to announce that Micah Silverman will be our special guest for this month's meeting. |
Often times Java SDKs for APIs look more like the API they represent than idiomatic Java. This talk examines how great SDKs are built using design patterns. It covers: enforced separation of Java api and implementation, use of generics, a caching layer and hiding network traffic. |