Tagged articles
13 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 28, 2022 · Backend Development

Understanding Spring’s Parent and Child Container Initialization in XML Config

This article explains how Spring configures its parent and child application contexts using web.xml, ContextLoaderListener, and DispatcherServlet, detailing the loading of configuration files, context class determination, bean definition processing, and the refresh cycle that ultimately stores the WebApplicationContext in the ServletContext.

Backend DevelopmentContextLoaderListenerDispatcherServlet
0 likes · 12 min read
Understanding Spring’s Parent and Child Container Initialization in XML Config
JavaEdge
JavaEdge
Feb 12, 2021 · Backend Development

Mastering Ehcache: A Deep Dive into Java’s Lightweight Local Cache Framework

This article provides a comprehensive overview of Ehcache, covering its core components, data‑flow mechanisms, XML configuration options, persistence behavior, and key features such as multi‑level storage, monitoring interfaces, and cache‑manager scalability for Java applications.

Cache ManagementEhcacheJava
0 likes · 7 min read
Mastering Ehcache: A Deep Dive into Java’s Lightweight Local Cache Framework
Programmer DD
Programmer DD
Mar 11, 2020 · Backend Development

Switch from MyBatis Annotations to XML in Spring Boot: Step‑by‑Step Guide

This tutorial walks you through converting a Spring Boot MyBatis integration from annotation‑based configuration to XML‑based mapper files, covering scanner setup, interface definition, XML mapper creation, property configuration, and a unit test to verify database read/write operations.

XML Configurationbackend-developmentspring-boot
0 likes · 5 min read
Switch from MyBatis Annotations to XML in Spring Boot: Step‑by‑Step Guide
Java Captain
Java Captain
May 26, 2018 · Backend Development

Spring Task Scheduling: XML and Annotation Configurations with Cron Expressions

This article explains how to implement scheduled tasks in Spring using the lightweight Spring Task framework, covering both XML‑based and annotation‑based configurations, providing complete code examples, cron expression details, and practical tips for Java backend developers.

JavaXML Configurationannotation
0 likes · 9 min read
Spring Task Scheduling: XML and Annotation Configurations with Cron Expressions
Java Captain
Java Captain
Apr 30, 2018 · Backend Development

Spring AOP Tutorial: Concepts, XML Configuration, and Sample Implementation

This article explains Aspect‑Oriented Programming (AOP) as a complement to OOP, introduces core AOP concepts such as aspects, join points, pointcuts, advice, weaving and introductions, and provides a step‑by‑step Spring XML configuration with Java code examples demonstrating time‑logging and logging aspects, ordering, selective pointcuts, and forced CGLIB proxy usage.

Aspect Oriented ProgrammingJavaXML Configuration
0 likes · 14 min read
Spring AOP Tutorial: Concepts, XML Configuration, and Sample Implementation
Java Captain
Java Captain
Apr 5, 2018 · Backend Development

Guide to Integrating Spring Framework, Spring MVC, and MyBatis

This article provides a step‑by‑step tutorial on building a Spring container, configuring Spring MVC with DispatcherServlet, setting up essential beans such as multipartResolver, custom handler mapping, handler adapter, view resolver, component scanning, and finally integrating MyBatis with SqlSessionFactoryBean and SqlSessionTemplate for a complete Java backend solution.

Backend DevelopmentJavaMyBatis
0 likes · 10 min read
Guide to Integrating Spring Framework, Spring MVC, and MyBatis
Qunar Tech Salon
Qunar Tech Salon
Jan 30, 2016 · Backend Development

Spring IoC Bean Configuration, Naming, and Instantiation Guide

This article explains how to structure Spring XML configuration files, define bean metadata, use id/name/alias for bean naming, and instantiate beans via constructors, static factory methods, or instance factories, providing detailed code examples and JUnit tests for each approach.

IoCXML Configurationbean
0 likes · 12 min read
Spring IoC Bean Configuration, Naming, and Instantiation Guide
Qunar Tech Salon
Qunar Tech Salon
Jan 29, 2016 · Backend Development

Understanding Spring IoC Container, Beans, and a Hello World Example

This article explains the concepts of Spring's IoC container and beans, guides through setting up a development environment, details the required JARs, demonstrates creating a simple Hello World application with interface and implementation, and shows how to configure and retrieve beans using XML configuration.

IoCXML Configurationbean
0 likes · 11 min read
Understanding Spring IoC Container, Beans, and a Hello World Example
Java High-Performance Architecture
Java High-Performance Architecture
Jun 7, 2015 · Databases

How to Configure Amoeba XML Files for MySQL Proxying

This guide explains the main Amoeba configuration files, provides step‑by‑step instructions to set up dbServers.xml and amoeba.xml for proxying a MySQL instance, and details the file structures, access controls, logging, and routing rules needed for successful deployment.

AmoebaDatabase ProxyXML Configuration
0 likes · 6 min read
How to Configure Amoeba XML Files for MySQL Proxying