
spring
Super simple approach to accessing Spring beans from non-Spring managed classes and POJOs
Problem I still remember the first time I used Spring Framework's dependency injection - it seemed almost magical in how it simplified (backend) web application development, and allowed me to do things with simple annotations that would have taken much effort and design to get right. @Autowired'