<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Seva Safris</title>
    <description>The latest articles on DEV Community by Seva Safris (@sevasafris).</description>
    <link>https://dev.to/sevasafris</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F167925%2Fed540ee4-7f74-4769-ae7a-4af43f387ed4.png</url>
      <title>DEV Community: Seva Safris</title>
      <link>https://dev.to/sevasafris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sevasafris"/>
    <language>en</language>
    <item>
      <title>RFC: JSONx Framework</title>
      <dc:creator>Seva Safris</dc:creator>
      <pubDate>Wed, 15 May 2019 15:46:12 +0000</pubDate>
      <link>https://dev.to/sevasafris/rfc-jsonx-framework-4jmc</link>
      <guid>https://dev.to/sevasafris/rfc-jsonx-framework-4jmc</guid>
      <description>&lt;p&gt;Hi dev.to community, I wanted to share an open-source project I released 2 days ago, and request for comment. The project is called &lt;strong&gt;JSONx Framework&lt;/strong&gt;, and it is created to help developers work with JSON in Java. I started this project in 2015, and have invested hundreds and hundreds of hours into it. In short, the &lt;strong&gt;JSONx Framework&lt;/strong&gt; provides:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;JSON Schema Definition Language (JSD), for Consumer Driven Contracts, for instance.&lt;/li&gt;
&lt;li&gt;A Java API for binding to JSDs, implemented with annotations to be light-coupling.&lt;/li&gt;
&lt;li&gt;A JSD-&amp;gt;Java binding generator, and a Java-&amp;gt;JSD reverse generator.&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;jsonx-maven-plugin&lt;/code&gt;, for generating binding classes during the &lt;code&gt;generate-sources&lt;/code&gt; phase, for instance.&lt;/li&gt;
&lt;li&gt;A JAX-RS provider for &lt;code&gt;MessageBodyReader&lt;/code&gt; and &lt;code&gt;MessageBodyWriter&lt;/code&gt;, to plug into a JAX-RS runtime.&lt;/li&gt;
&lt;li&gt;A sample project called: "Consumer Driven Contracts".&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The project is &lt;em&gt;thoroughly&lt;/em&gt; tested via a custom test framework that generates random JSON documents (392000 with each run) conforming to a schema that expresses the full declarative scope of the JSD language, across all success and failure cases.&lt;br&gt;
The project is available here: &lt;a href="https://github.com/jsonx-org/"&gt;JSONx&lt;/a&gt;.&lt;br&gt;
I would very much appreciate a glance, a star, or trying it out. It has been a loooooong time coming for me to release this, and I'm excited contribute this work to the open-source community.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>java</category>
    </item>
  </channel>
</rss>
