Giter Club home page Giter Club logo

datanucleus-json's People

Contributors

andyjefferson avatar ergunbaris avatar renataogarcia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

datanucleus-json's Issues

Migrate to use javax.json definition of JSON at some point

We currently make use of org.json definition of JSONObject, JSONArray etc, but JSR0353 provides javax.json. Would make sense to migrate to this at a convenient point.

See
http://www.javabeat.net/2013/10/java-json-api-jsr-353/
http://www.javabeat.net/2013/10/json-processing-javaee-7-object-model-api/

The downside of using javax.json is that we need only 5 classes currently and these are repackaged internally. Using javax.json will require a user to have javax.json and an implementation of that API in their CLASSPATH

Support for Object storages like Apache SeaweedFS, Minio

Hi, Thanks for all your effort. Can i know whether the JSON Persistence can be used to integrate with Apache SeaweedFS storage or Minio apart from the S3. Or Do we need to create a different Persistence like Google storage. Thanks in Advance for answering my query.

Load of query doesnt ensure that all SCOs are wrapped

When we execute a query and use FetchFieldManager, we have to use the constructor for an ExecutionContext (i.e ObjectProvider not yet known). This means that we cannot easily wrap any SCO fields in FetchFieldManager. Consequently we need to call

ObjectProvider.replaceAllLoadedSCOFieldsWithWrappers()

just after the FetchFieldManager process.

Support JPA @OrderBy

When we retrieve a List from JSON we retrieve it in the exact same order as persisted. That is, it is stored as a Collection in the owner object. If a user puts some @orderby annotation they may want the list reordering.

This applies to ALL non-RDBMS datastores, so creating some generic code would make sense and reorder them in-memory, maybe using a Comparator.

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.