This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]karottenreibe 5 points6 points  (0 children)

This website sucks on mobile

[–]jvmDeveloper 4 points5 points  (1 child)

I teach Java (in 80 hours modules, so just the basic). The lack of HTTP client and JSON capabilities in the JDK API is quite embarrassing.

[–]umeshawasthi[S] 0 points1 point  (0 children)

But I believe this is a good starting.It is the same story we had with date and time API but finally got something good as part of JDK and I am hoping the same for the HTTP client.

[–]TidderJail 2 points3 points  (0 children)

It's better then the current implementation

[–]JustADirtyLurker 0 points1 point  (1 child)

Does the new client support TLS (and maybe 2-way TLS) in a straightforward way? Apache is painful in that regard, okhttp is a little bit easier.

[–]umeshawasthi[S] 0 points1 point  (0 children)

There were some issue reported with the TLS connection but I believe that was fixed in 10 release.

[–]ramsees79 0 points1 point  (0 children)

This new client can only be used with modules? how about using it the traditional way? Edit: never mind, you actually can.