nbrugger-tgm / reactj

A reactive ui lib for easy MVC
LaTeX Project Public License v1.3c
10 stars 0 forks source link

[Feature] Bean Proxy #57

Open nbrugger-tgm opened 2 years ago

nbrugger-tgm commented 2 years ago

At the moment proxies for list and all generic objects are provided.

But creating object proxies is dangerous as it can produce runtime failures due to a security manager or the use of reflections.

Therefore a Bean proxy should be provided that is safe to operate if the proxy class is a Java Bean.