Code Monkey home page Code Monkey logo

dsl-client-java's Introduction

DSL client - Java

Introduction

DSL client is a set of core Java files used as compile target for [DSL Platform] 1.

If you are new to the DSL Platform, take a look at [introduction] 3 and check out [the tutorials] 4. You can even [try it online] 5 (but not in Java).

Why?

DSL client is compatible with [Revenj] 6 REST API. This means it can be used as Java/Android library for interaction with Revenj.

DSL client can also be used as fastest [JSON serializer] 7 for JVM.

Documentation

List of documentation resources:

dsl-client-java's People

Contributors

melezov avatar rinmalavi avatar zapov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dsl-client-java's Issues

Remove assembly dependencies

dsl-client-http assembly should not depend on core, for it already has core components embedded inside of it; the publish step needs to be fixed.

Base64 ser/deser speed

Java 8 implementation seems to be faster than our current third party implementation (MIG).
Consider assembling part of java 8 runtime into the client library (if the licence permits).

Enable S3 load by versionID in S3Repository

I'm referring to implementation AmazonS3Repository.java.

If you save an object with same key several times,
new GetObjectRequest(bucket, key) will return the newest version of the file...

There's also a method new GetObjectRequest(bucket, key, versionID)

switch JsonInclude to NON_NULL

NON_EMPTY is purely optimization, properties should be decorated with it for size optimization.
Otherwise empty strings/collections for nullable properties will be deserialized as null strings/collections.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.