Java 9 features announced
jaxenter.com
Java 9 features announced
1–10 of 228 posts
Re: Java 9 features announced
#2Re: Java 9 features announced
#3Re: Java 9 features announced
#4The lack of an official JSON API has been a huge sore point for quite some time and has spawned dozens of libraries re-implementing the same thing over and over (GSON, Jackson, and even my own nanojson). I do hope that we avoid the DocumentBuilderFactory mistakes of XML and just end up with One True JSON implementation this time.
FYI: Just looked at your nanojson, looks good. Might have to try it out, i like the fluent api for object creation.
Re: Java 9 features announced
#5Re: Java 9 features announced
#6The lack of an official JSON API has been a huge sore point for quite some time and has spawned dozens of libraries re-implementing the same thing over and over (GSON, Jackson, and even my own nanojson). I do hope that we avoid the DocumentBuilderFactory mistakes of XML and just end up with One True JSON implementation this time.
Im not sure i would call having multiple options a huge sore point. Chances are many of these options would still exist even if there was an official API. FYI: Just looked at your nanojson, looks good. Might have to try it out, i like the fluent api for object creation.
It becomes one when serializing and de-serializing across a distributed application like xerces class path issues in different jvm implementations.Not a common sore point though!
>> Chances are many of these options would still exist even if there was an official API.
True and agreed.
Re: Java 9 features announced
#7The lack of an official JSON API has been a huge sore point for quite some time and has spawned dozens of libraries re-implementing the same thing over and over (GSON, Jackson, and even my own nanojson). I do hope that we avoid the DocumentBuilderFactory mistakes of XML and just end up with One True JSON implementation this time.
Now, props where props are due: Sun crushed the collections APIs compared to other languages at the time. And that more than makes up for everything else.
But I see little evidence that standardizing JSON parsing will improve things.
Re: Java 9 features announced
#8Re: Java 9 features announced
#9is there any contender to json at the moment?
Re: Java 9 features announced
#10I'm deeply missing hot swapping. I believed it could be included in java 9 but i think we have to wait...