Tag

separation

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Aug 10, 2024 · Frontend Development

Evolution of Front‑End/Back‑End Separation: From JSP/Servlet to Node.js‑Based Full‑Stack Architecture

This article traces the historical evolution of web application architecture—from tightly coupled JSP/Servlet models through semi‑separated Ajax‑driven approaches to fully separated SPA and Node.js‑mediated full‑stack designs—highlighting the motivations, drawbacks, and benefits of each stage for modern front‑end development.

APIWeb Developmentarchitecture
0 likes · 14 min read
Evolution of Front‑End/Back‑End Separation: From JSP/Servlet to Node.js‑Based Full‑Stack Architecture
Top Architect
Top Architect
May 24, 2024 · Fundamentals

Guidelines for Front‑Back End Separation and API Specification

The article explains why front‑back end separation is needed, outlines common collaboration patterns, presents a staged migration from MVC to SPA, and provides detailed API request/response standards, interface versioning, and practical steps for implementing clean separation in modern web projects.

APIWeb Developmentarchitecture
0 likes · 12 min read
Guidelines for Front‑Back End Separation and API Specification
Top Architect
Top Architect
Apr 23, 2024 · Fundamentals

Guidelines for Front‑Back End Separation and API Specification (Version 1.0.0)

This article explains why front‑back end separation is needed, describes the evolution from MVC to SPA, outlines the principles of responsibility and concern separation, and provides a detailed API specification—including request/response formats, pagination, and special field handling—to improve collaboration and reduce integration effort.

APISpecificationarchitecture
0 likes · 14 min read
Guidelines for Front‑Back End Separation and API Specification (Version 1.0.0)
Top Architect
Top Architect
Mar 17, 2023 · Frontend Development

Guidelines for Frontend‑Backend Separation and API Specification

This article explains why and how to separate frontend and backend development, outlines the evolution from MVC to SPA architectures, and provides detailed API design standards—including request/response formats, pagination, and special data types—to improve collaboration, reduce integration effort, and prepare for future front‑end‑centric trends.

APISPAarchitecture
0 likes · 12 min read
Guidelines for Frontend‑Backend Separation and API Specification
Architecture Digest
Architecture Digest
Sep 16, 2022 · Backend Development

Front‑Back End Separation: Principles, Practices, and API Specification (v1.0.0)

The article explains why front‑back end separation is needed, describes the evolution from MVC to SPA, outlines responsibility separation, development workflow, and presents a detailed API specification including request/response formats, pagination, and special data handling rules.

APIInterface DesignMVC
0 likes · 10 min read
Front‑Back End Separation: Principles, Practices, and API Specification (v1.0.0)
IT Architects Alliance
IT Architects Alliance
Feb 27, 2022 · Frontend Development

Guidelines for Front‑End/Back‑End Separation and API Specification

This article explains why front‑end and back‑end separation is needed, describes the evolution from MVC to SPA, outlines responsibilities, development workflow, and provides a detailed version‑1.0.0 API contract with request/response formats, special field rules, and future front‑end trends.

APISpecificationarchitecture
0 likes · 13 min read
Guidelines for Front‑End/Back‑End Separation and API Specification
Architecture Digest
Architecture Digest
Aug 2, 2021 · Frontend Development

Guidelines for Front‑End/Back‑End Separation and API Specification (V1.0.0)

This article explains why front‑end and back‑end should be separated, describes the evolution from MVC to SPA, outlines responsibilities, development workflow, and provides a detailed version‑1.0.0 API contract including request/response formats, pagination, special data types, and mock‑server usage.

AJAXAPISPA
0 likes · 12 min read
Guidelines for Front‑End/Back‑End Separation and API Specification (V1.0.0)
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 28, 2020 · Frontend Development

Development Models: Frontend‑Backend Half Separation and Full Separation

The article explains common development models, detailing the steps from requirement gathering to delivery, compares half‑separation and full separation of frontend and backend, outlines their advantages and disadvantages, and reflects on architectural responsibilities in line with Conway's Law.

BFFarchitecturebackend
0 likes · 3 min read
Development Models: Frontend‑Backend Half Separation and Full Separation
Top Architect
Top Architect
Jan 19, 2020 · Frontend Development

Evolution of Front‑End and Back‑End Separation Architecture and the Role of Node.js

The article traces the historical evolution from tightly coupled JSP/Servlet MVC architectures through semi‑separated Ajax/SPA patterns to fully decoupled front‑end/back‑end separation, highlighting the advantages of introducing Node.js as a middle‑layer to improve adaptability, performance, and development efficiency.

architecturebackendfrontend
0 likes · 13 min read
Evolution of Front‑End and Back‑End Separation Architecture and the Role of Node.js
Java Captain
Java Captain
Oct 30, 2019 · Frontend Development

Guidelines for Front‑End and Back‑End Separation and API Specification

This article explains why front‑end/back‑end separation is needed, describes the evolution from MVC to SPA, and provides detailed API design rules, request/response formats, and implementation steps to achieve a clear, maintainable, and efficient development workflow.

APISPASpecification
0 likes · 12 min read
Guidelines for Front‑End and Back‑End Separation and API Specification
Nightwalker Tech
Nightwalker Tech
Jun 22, 2016 · Frontend Development

How to Effectively Implement Front‑Back End Separation

The discussion explores various perspectives on front‑back end separation, covering definitions, benefits, architectural patterns, technology choices like Node.js, Vue, Angular, and practical considerations such as API design, performance, and deployment strategies.

APIFront-endWeb Development
0 likes · 9 min read
How to Effectively Implement Front‑Back End Separation