Jyotiprakash Mishrablog.jyotiprakash.org·Nov 18, 2024Dynamic Plugin Loading in Java: From Configuration to Annotation-Based Dependency InjectionIn modern software development, dynamically loading and managing plugins at runtime allows for high flexibility, extensibility, and modularity in applications. This blog will walk through creating a dynamic plugin architecture using Dependency Inject...27 readsJava
Venkata Thanoojthanooj.hashnode.dev·Mar 1, 2024Making the Right Choice: RestController or Controller ?In the world of Spring Framework, understanding when to use @RestController and @Controller annotations is crucial for developing web applications effectively. Both annotations play a significant role in the creation of web services, yet they serve d...REST API
Chandrasekar Kuppusamyblog.ckdevrel.me·May 3, 2017Reducing Intent data passing ‘putExtra’, ‘putInt’, ‘putParcelable’ Boiler plate codeHey! We all know that passing data from one Activity to another Activity is a bit messy and tedious to handle in Android. Do you think that it can be processed in an easy way with less coding? Here it is, Dart and Henson f2prateek/dart*dart - Extras ...Android