I am confused if Catalina RealmBase (DataSourceRealm, or the others) situated in Presentation Tier or in the business Logic Tier (Integration or Business Tier).
I created a class SignatureRealm extends DataSourceRealm
to authenticate the users.
The Problem is that now I am confused in which Tier is my class SignatureRealm
located.
Thanks a lot