Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    declarative security for rpcBindings

    Hello, I just want to ask if by chance is possible to use declarative security for the rpcBindings of a RPC DMI, or if I must continue to check in java code.

    #2
    There isn't a way to do this, but one approach would be to take some of your RPCs and shift them over so that they are represented as CRUD operators on DataSources.

    A surprising range of operations can be represented as CRUD operations, and it's often beneficial to represent them that way. We actually wrote a blog about it!

    https://blog.smartclient.com/why-everything-is-crud/

    Comment

    Working...
    X