Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

194 Commits

Repository files navigation

🌈 Spring Framework Core Concepts 🚀

Course by [Nagoor Babu]

Repository containing Spring Framework core concepts implementations, demonstrating fundamental to advanced Spring features.


🏆 Spring Core Module Concepts

📂 Project Listings 🎯

S.NoProjectDescriptionKey Features
1📦 app01Basic Spring applicationIoC ContainerBeanFactory
2🧬 Bean InheritanceBean configuration inheritanceabstract beansparent/child
3⚙️ Bean InstantiationDifferent bean creation approachesStatic FactoryInstance Factory
4🔄 Bean InitializationBean lifecycle initializationInitializingBean@PostConstruct
5🔧 Bean Post ProcessorCustom bean processingBeanPostProcessor@PreDestroy
6🧩 Nested BeanBean composition patternsinner beansproperty nesting
7🏷️ P-NamespacesXML shorthand notationp:namespaceproperty shortcuts
8🏷️ C-namespacesConstructor shortcutsc:namespaceconstructor args
9💉 DI By Setter MethodProperty-based DI<property>setter injection
10🔗 DI By Setter (Ref Beans)Reference-based injectionref attributebean references
11🏗️ DI By ConstructorConstructor-based DI<constructor-arg>mandatory deps
12📜 XML AutowiringXML configuration wiringautowire="byName/byType"
13✨ Annotation AutowiringAnnotation-driven wiring@Autowired@Qualifier
14🏷️ Stereotype AnnotationComponent scanning@Component@Controller@Service@Repository
15☕ Java based AutowiringJava configuration@Configuration@Bean
16🔄 Method InjectionRuntime dependency injectionMethod InjectionAbstract methods
17🔍 Lookup Method InjectionPrototype bean injection@LookupPrototype scope
18🛠️ Method ReplacementDynamic method implementationMethodReplacerXML configuration
19✅ Bean ValidationData validation frameworkJSR-380@ValidConstraintValidator
20📢 Event HandlingSpring event systemApplicationEventApplicationListener
21🎚️ Custom Event HandlingCustom event publishingCustom events@EventListener

🚀 Quick Start

  1. Clone the repository:
    git clone https://github.com/safi-sfn/durgaSoft_JavaSpring.git

Releases

Packages

Contributors

Languages