Tag

monolithic architecture

1 views collected around this technical thread.

JD Tech
JD Tech
Sep 5, 2023 · Fundamentals

Layered Monolithic Architecture: Styles, Benefits, and Common Issues

This article examines the layered monolithic architecture style, describing classic four‑layer and five‑layer designs, their advantages and drawbacks, the impact on system complexity, change isolation, and the gap between business domains and technical implementation, and proposes modular monolith approaches to mitigate these challenges.

Software EngineeringSystem Complexitychange isolation
0 likes · 13 min read
Layered Monolithic Architecture: Styles, Benefits, and Common Issues
IT Architects Alliance
IT Architects Alliance
Jan 17, 2022 · Backend Development

Monolithic vs Microservices Architecture: Advantages, Disadvantages, Gateway Design, Service Registration, and Configuration Center

This article explains the concepts, pros and cons of monolithic and microservice architectures, details the design of API gateways, outlines service registration and discovery mechanisms, and introduces open‑source configuration center solutions for modern backend systems.

Configuration Centerbackend-developmentmicroservices
0 likes · 26 min read
Monolithic vs Microservices Architecture: Advantages, Disadvantages, Gateway Design, Service Registration, and Configuration Center
Selected Java Interview Questions
Selected Java Interview Questions
Jan 19, 2021 · Backend Development

Designing a Monolithic Application for Future Microservice Migration: Best Practices and Code Structure

The article explains how to design a monolithic Java application with clear business boundaries, modular code organization, MVC layering, and disciplined controller logic so that it can be smoothly refactored into a micro‑service architecture, illustrating the approach with directory trees, package schemes, and sample CommonResult code.

DDDJavaMVC
0 likes · 11 min read
Designing a Monolithic Application for Future Microservice Migration: Best Practices and Code Structure
Selected Java Interview Questions
Selected Java Interview Questions
Jun 30, 2020 · Backend Development

Understanding Microservices: From Monolithic Architecture to Distributed Systems

This article explains the concept of microservices, contrasts it with monolithic architecture, outlines the drawbacks of monoliths, describes the advantages of microservice architectures, and briefly compares microservices with SOA, while also promoting a Java interview question resource.

SOAbackenddistributed systems
0 likes · 7 min read
Understanding Microservices: From Monolithic Architecture to Distributed Systems
Tencent Cloud Developer
Tencent Cloud Developer
Jun 26, 2018 · Backend Development

Why FinTech Companies Should Migrate from Monolithic to Microservices Architecture

FinTech firms should replace monolithic systems with microservices because the modular style delivers greater agility, maintainability, scalability, availability, and code reuse—crucial for rapid market demands and regulatory change—while acknowledging migration costs, monitoring complexity, and the need for phased refactoring of legacy assets.

FinTechcode reusemicroservices
0 likes · 13 min read
Why FinTech Companies Should Migrate from Monolithic to Microservices Architecture