Json Processing specification implementation: Apache enters the game


JSR 353 is part of JavaEE 7 and until today mainly glassfish implementation was available (found also https://github.com/vvakame/jpp-jsr353-impl on github). Since Apache will need its implementation (TomEE and CXF for instance ;)) and since JSon is a very common need at Apache, creating an incubator project for it didn’t create a big debate.

The project is called Apache Fleece. It will provide an implementation of JSon processing specification of course but also a small Mapper (Java JSon) and two JAX-RS JSon providers (one for JSON Processing specification Objects and one for standard Java objects).

Project is not yet imported but it will be hopefully done in the coming days. Draft implementation can be found on my github at https://github.com/rmannibucau/json-impl.

Advertisement

2 thoughts on “Json Processing specification implementation: Apache enters the game

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s