Tagged Questions
0
votes
0answers
132 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. ...
-5
votes
1answer
172 views
Singleton: Is Singleton Pattern Evil/Stupid [duplicate]
Was reading an interesting blog post on Singleton design pattern which is so widely used.
If it's stupid or as in some quora posts, its an anti-pattern why is it so widely used even in frameworks.
...