All activity
Nicolas Dos Santosleft a comment
If you've ever worked with structured data, you're probably familiar with Schema.org. And you must have realized that entities contain a lot of information and that inheritance can be complex. So it can be tedious to create all the entities needed for your project and then serialize / deserialize the data in JSON-LD format. schema-org-java is a library to work with Schema.org entities. The...

schema-org-javaJava library for working with Schema.org data in JSON-LD
schema-org-java is a library to work with Schema.org entities and simplify the handling of these complex entities.
The entities can be easily generated with the Maven plugin, and can then be (de)serialized to JSON-LD format with the Serializer module.

schema-org-javaJava library for working with Schema.org data in JSON-LD
Nicolas Dos Santosleft a comment
Let's say you manage Persons associated with Addresses, Vehicles and a Job. You want to allow customers to search for them, regardless of the search criteria: - Search for Persons whose first name is "John" or "Jane" - Search for Persons whose company where they work is "Acme", and own a car or a motorbike - Search for Persons who live in London Weedow Searchy allows you to perform all these...

Weedow SearchyAdvanced Entity search engine with a powerful query language
Searchy is a Spring-based library that automatically exposes web services over HTTP to search for Entity-related data using a powerful query language (searching on any field, combine multiple criteria to refine the search, and even search on nested fields).

Weedow SearchyAdvanced Entity search engine with a powerful query language
