Tag

MVC

0 views collected around this technical thread.

Big Data Technology Tribe
Big Data Technology Tribe
Jun 13, 2025 · Fundamentals

Mastering Software Architecture: 6 Essential Patterns Explained

This article explores six core software architecture patterns—Monolithic, Microservices, MVC, Controller‑Worker, Event‑Driven, and Layered—detailing their structures, typical use cases, advantages, and drawbacks to help developers choose the right design for scalable, maintainable applications.

MVCMicroservicesdesign patterns
0 likes · 12 min read
Mastering Software Architecture: 6 Essential Patterns Explained
Code Ape Tech Column
Code Ape Tech Column
Mar 25, 2025 · Backend Development

Improving MVC Three‑Tier Architecture with a Manager Layer

This article explains the classic MVC three‑tier architecture, identifies its drawbacks such as bloated service code and long‑running transactions, and proposes adding a Manager layer to separate generic business processing, improve code maintainability, and enhance performance in Java backend systems.

JavaMVCService Layer
0 likes · 9 min read
Improving MVC Three‑Tier Architecture with a Manager Layer
php中文网 Courses
php中文网 Courses
Jan 10, 2025 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—and provides a detailed chapter‑by‑chapter outline of the accompanying tutorial.

MVCPHPRouting
0 likes · 4 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
Dec 4, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains why developers may choose to create their own PHP framework—covering specific needs, learning benefits, maintenance, performance, usability, and security—and outlines an eight‑section curriculum that introduces MVC, routing, error handling, namespaces, design patterns, configuration, and database operations.

ConfigurationCustom FrameworkDatabase
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
Nov 21, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—while also outlining the course chapters covering MVC, routing, error handling, namespaces, singleton pattern, configuration, and database operations.

MVCPHPRouting
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
Selected Java Interview Questions
Selected Java Interview Questions
Nov 20, 2024 · Backend Development

Implementing Unified Functionality in Spring with Interceptors, AOP, Exception Handling, and Response Formatting

This article explains how to use Spring's HandlerInterceptor to implement common cross‑cutting concerns such as user login validation, unified exception handling, and standardized JSON response formats, comparing it with Spring AOP and providing step‑by‑step code examples and configuration details.

AOPException HandlingInterceptor
0 likes · 18 min read
Implementing Unified Functionality in Spring with Interceptors, AOP, Exception Handling, and Response Formatting
php中文网 Courses
php中文网 Courses
Sep 24, 2024 · Backend Development

Why Build a Custom PHP Framework – Course Outline and Learning Benefits

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, deepening technical understanding, improving maintainability, performance, usability, and security—and provides a detailed chapter‑by‑chapter outline of the accompanying learning material.

MVCPHPRouting
0 likes · 3 min read
Why Build a Custom PHP Framework – Course Outline and Learning Benefits
php中文网 Courses
php中文网 Courses
Aug 22, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning opportunities, long‑term maintenance, performance optimization, ease of use, and security—and provides a detailed chapter and section outline for a self‑study course.

MVCPHPRouting
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
Jul 25, 2024 · Backend Development

Creating a Custom PHP Framework for Rapid Development

This article explains how to design and build a custom PHP framework—from the motivation and directory layout to core components like a router, controller, and model, plus enhancements, testing, and deployment—providing developers with a practical guide for rapid web development.

MVCPHPRouter
0 likes · 9 min read
Creating a Custom PHP Framework for Rapid Development
php中文网 Courses
php中文网 Courses
Jul 23, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the benefits of creating a custom PHP framework—such as meeting specific needs, learning core concepts, ensuring maintainability, optimizing performance, improving usability, and enhancing security—and provides a detailed chapter and section outline for a tutorial covering MVC, routing, design patterns, configuration, and database handling.

MVCPHPRouting
0 likes · 3 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
Jul 19, 2024 · Backend Development

10 Innovative PHP Project Ideas to Elevate Your Portfolio

This article presents ten carefully crafted PHP project concepts—from building a custom MVC framework and implementing data import/export to creating QR code generators and event management tools—each designed to showcase backend expertise and enhance a developer's professional portfolio.

CRUDEmailMVC
0 likes · 7 min read
10 Innovative PHP Project Ideas to Elevate Your Portfolio
php中文网 Courses
php中文网 Courses
Jul 4, 2024 · Backend Development

Why Build a Custom PHP Framework and What It Can Achieve

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, deepening technical understanding, ensuring long‑term maintainability, optimizing performance, improving usability, and enhancing security—while outlining the curriculum of the accompanying tutorial series.

MVCPHPPerformance
0 likes · 4 min read
Why Build a Custom PHP Framework and What It Can Achieve
php中文网 Courses
php中文网 Courses
Jun 6, 2024 · Backend Development

Why Build a Custom PHP Framework and What It Can Achieve

This guide explains why creating a custom PHP framework is beneficial—addressing specific project needs, fostering learning, simplifying maintenance, improving performance, enhancing usability, and boosting security—while outlining the curriculum covering MVC, routing, error handling, namespaces, singleton pattern, configuration, and database abstraction.

DatabaseMVCPHP
0 likes · 3 min read
Why Build a Custom PHP Framework and What It Can Achieve
php中文网 Courses
php中文网 Courses
Apr 18, 2024 · Backend Development

Why Build a Custom PHP Framework and Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific project needs, learning core concepts, ensuring long‑term maintainability, optimizing performance, improving usability, and enhancing security—while also presenting a detailed chapter and section outline for a self‑study course.

Custom FrameworkMVCframework
0 likes · 4 min read
Why Build a Custom PHP Framework and Course Outline
php中文网 Courses
php中文网 Courses
Feb 6, 2024 · Backend Development

Why Build a Custom PHP Framework – Course Outline

This article explains the motivations for creating a custom PHP framework—such as meeting specific needs, learning, long‑term maintenance, performance, usability, and security—and provides a detailed course outline covering MVC, routing, error handling, namespaces, design patterns, configuration, and database operations.

MVCPHPRouting
0 likes · 4 min read
Why Build a Custom PHP Framework – Course Outline
php中文网 Courses
php中文网 Courses
Dec 26, 2023 · Backend Development

Advanced Laravel Development: Best Practices and Common Pitfalls

This article guides developers on becoming advanced Laravel programmers by explaining the framework’s ecosystem, naming conventions, effective use of Eloquent ORM and relationships, applying the DRY principle, separating business logic, and offering optimization tips, all illustrated with correct and incorrect code examples.

Best PracticesEloquentLaravel
0 likes · 9 min read
Advanced Laravel Development: Best Practices and Common Pitfalls
php中文网 Courses
php中文网 Courses
Nov 29, 2023 · Backend Development

Comprehensive Guide to PHP Framework Development

This article provides a comprehensive guide to PHP framework development, covering core principles and architecture, routing and URL handling, database operations, authentication and authorization, template engine usage, caching mechanisms, as well as optimization and debugging techniques to improve development efficiency and code quality.

MVCPHPRouting
0 likes · 5 min read
Comprehensive Guide to PHP Framework Development
php中文网 Courses
php中文网 Courses
Nov 13, 2023 · Backend Development

Building a Simple PHP MVC Framework from Scratch

This tutorial guides you step‑by‑step through creating a basic PHP MVC framework, covering MVC concepts, Composer setup, project structure, core components like routing and controllers, view rendering, model creation, and testing the application with the built‑in PHP server.

ComposerMVCframework
0 likes · 8 min read
Building a Simple PHP MVC Framework from Scratch
Java Architecture Diary
Java Architecture Diary
Oct 10, 2023 · Backend Development

Running Spring Cloud Gateway on Traditional Servlet Containers: MVC Support Explained

This article explains why Spring Cloud Gateway originally required Netty and could not run in traditional Servlet containers, introduces the new MVC Servlet support added in Spring Cloud 2023 (Gateway 4.1), and provides step‑by‑step instructions for configuring dependencies, routing rules, and custom filters using Tomcat or other servlet containers.

JavaMVCNetty
0 likes · 6 min read
Running Spring Cloud Gateway on Traditional Servlet Containers: MVC Support Explained
macrozheng
macrozheng
Jun 14, 2023 · Backend Development

When and Why to Use VO, BO, PO, DO, and DTO in Java Projects

This article explains the roles of View Object (VO), Business Object (BO), Persistent Object (PO), Domain Object (DO), and Data Transfer Object (DTO) within the MVC architecture, discusses when they are beneficial for small versus large Java projects, and offers practical naming conventions to improve code maintainability and scalability.

BODTOJava
0 likes · 7 min read
When and Why to Use VO, BO, PO, DO, and DTO in Java Projects