Seva Safris
Seva Safris
Hi @adligo, the ideas behind JSON Obfuscation are definitely useful. However, JSON Obfuscation is outside the scope of the JSONx projects. The JSONx projects provide a [schema language](https://github.com/jsonx-org/schema/), and reference...
Hi @adligo, I'll try to address your questions in order. The [jaxrs](https://github.com/jsonx-org/java/tree/master/jaxrs) module is supplementary. If you desire JAX-RS integration, then you use this module. If not, then the rest...
Hi Adligo, Thank you for your synopsis of the standards that are involved in JSONx. Ultimately, the goal of the JSONx project is to provide a schema solution that works...
Hi Adligo, Thanks for the detailed response. I was able to follow what you said to a fair degree, but I'm not 100% on the packaging pattern you're envisioning. A...
Hi Adligo, I'm not really clear on your plan. From the GWT link you provided, it looks like none of the JAX-RS libraries are available. So I'm not sure how...
Hi Adligo, As I mentioned before, the JAX-RS module is just for integration of JSONx into JAX-RS. It is a supplementary module. The reason I'm repeating this is because of...
Hi Adligo, Have you tried to use classes with JSONx bindings (generated from a schema, or hand created) with a GWT application? Because, I believe the binding API does not...
Hi @adligo, what facet of the **JSONx Framework for Java** are you referring to with regard to GWT support? The top of the [README.md](https://github.com/jsonx-org/java#jsonx-framework-for-java) gives a synopsis of the modules...
Hi @adligo, These are interesting ideas. I am not sure, however, how a class generator for JavaScript would be useful, since JSON is a native object format for JavaScript already....
JSONx does not convert XSD to JSON Schema. JSONx defines its own [JSON Schema Definition (JSD) Language](https://jsonx.org/schema/) that can be represented in both XML form (`.jsdx` extension), as well JSON...