Thoughts of a developer
Factory patterns are often used in software projects to encapsulate the object creation from the client. In my previous developer career, I have seen many...
When I think of CDI (Contexts and Dependency Injection), I always have Java EE in mind. But you don’t need a JEE application server to...