dss icon indicating copy to clipboard operation
dss copied to clipboard

Add jdbc data access layer interface

Open ztkmkoo opened this issue 4 years ago • 4 comments

Add jdbc data access layer interface. In nowaday dss system, we need impletment singleton DAO(data access object) and call it in service actor. It is so inefficient that add a data acess layer interface and user implement it, at last we run the data access actor in the background can work greate.

ztkmkoo avatar Jul 19 '20 15:07 ztkmkoo

Sample service class diagram.

class-diagram

We inject the service when server start, and we service this as as actor(Maybe register in io.github.ztkmkoo.dss.core.actor.rest.DssRestMasterActor or new actor?). When we have to access to database, send message to this actor, and after success send back to the service actor

ztkmkoo avatar Jul 19 '20 16:07 ztkmkoo

@JuHyun419

JuHyun419 avatar Aug 01 '20 06:08 JuHyun419

@JuHyun419 Hi there, Is it on process? If not i wanna unassign this one.

ztkmkoo avatar Sep 15 '20 18:09 ztkmkoo

ok~ I got it.

JuHyun419 avatar Sep 16 '20 03:09 JuHyun419