Tagged Questions
0
votes
0answers
139 views
Java Design Question - Updates to Multiple Tables
My application is having several domains and have corresponding screens for doing all the CRUD operations.
Now I have a requirement where objects from cross domain should be shown in single screen. ...