jeudi 25 avril 2019

Good design approach for reading value from a database and publish as JSON

What could be a good design approach / pattern for following problem statement (in Java) - "I would like to read data from a relational database (as of now using hibernate) and publish that to a web socket client (both should part of one component). The web socket client will ask for the data when he needs it. Already published data should not be published"

Aucun commentaire:

Enregistrer un commentaire