I'm creating a java server app which supposed to be a bridge between React cliant app in browser and applications beans on java server in secure environment.
It supposed to work as
- React application from browser generates POST request, containig module name, bean name and function to call in secure environment and values in JSON.
- Bridge checks security and translates POST to call the beans on java server
- returning value from beans translating back to JSON and transfering it to React app