Skip to content

Conversation

@athikha
Copy link

@athikha athikha commented Oct 18, 2025

Add Server-Side Page Fragment Composition pattern #2697

Implement complete Server-Side Page Fragment Composition design pattern
Add microservices for header, content, and footer fragments
Create composition service for server-side page assembly
Include comprehensive documentation and examples
Add unit tests with 17 test cases covering all functionality
Support both synchronous and asynchronous composition
Include caching, personalization, and performance monitoring
Follow project contribution guidelines and coding standards
Closes #2697

- Implement complete Server-Side Page Fragment Composition design pattern
- Add microservices for header, content, and footer fragments
- Create composition service for server-side page assembly
- Include comprehensive documentation and examples
- Add unit tests with 17 test cases covering all functionality
- Support both synchronous and asynchronous composition
- Include caching, personalization, and performance monitoring
- Follow project contribution guidelines and coding standards

Closes iluwatar#2697
- Implement complete Server-Side Page Fragment Composition design pattern
- Add microservices for header, content, and footer fragments
- Create composition service for server-side page assembly
- Include comprehensive documentation and examples
- Add unit tests with 17 test cases covering all functionality
- Support both synchronous and asynchronous composition
- Include caching, personalization, and performance monitoring
- Follow project contribution guidelines and coding standards

Closes iluwatar#2697
- Implement complete Server-Side Page Fragment Composition design pattern
- Add microservices for header, content, and footer fragments
- Create composition service for server-side page assembly
- Include comprehensive documentation and examples
- Add unit tests with 17 test cases covering all functionality
- Support both synchronous and asynchronous composition
- Include caching, personalization, and performance monitoring
- Follow project contribution guidelines and coding standards

Closes iluwatar#2697
@github-actions
Copy link

Analyzing changes in this PR...

This might take a few minutes, please wait

📥 Commits

Analyzing changes from base (ede37bd) to latest commit (3f6dd9c):

  • 3f6dd9c: Add Server-Side Page Fragment Composition pattern Microservice pattern: Server-side page fragment composition #2697

  • Implement complete Server-Side Page Fragment Composition design pattern

  • Add microservices for header, content, and footer fragments

  • Create composition service for server-side page assembly

  • Include comprehensive documentation and examples

  • Add unit tests with 17 test cases covering all functionality

  • Support both synchronous and asynchronous composition

  • Include caching, personalization, and performance monitoring

  • Follow project contribution guidelines and coding standards

Closes #2697

  • 763bb35: Add Server-Side Page Fragment Composition pattern Microservice pattern: Server-side page fragment composition #2697

  • Implement complete Server-Side Page Fragment Composition design pattern

  • Add microservices for header, content, and footer fragments

  • Create composition service for server-side page assembly

  • Include comprehensive documentation and examples

  • Add unit tests with 17 test cases covering all functionality

  • Support both synchronous and asynchronous composition

  • Include caching, personalization, and performance monitoring

  • Follow project contribution guidelines and coding standards

Closes #2697

  • 9f2129f: Add Server-Side Page Fragment Composition pattern Microservice pattern: Server-side page fragment composition #2697

  • Implement complete Server-Side Page Fragment Composition design pattern

  • Add microservices for header, content, and footer fragments

  • Create composition service for server-side page assembly

  • Include comprehensive documentation and examples

  • Add unit tests with 17 test cases covering all functionality

  • Support both synchronous and asynchronous composition

  • Include caching, personalization, and performance monitoring

  • Follow project contribution guidelines and coding standards

Closes #2697

📁 Files being considered (19)

➕ .github/LLM_API_KEY_SETUP.md (1 hunk)
🔄 .github/workflows/presubmit.yml (1 hunk)
🔄 pom.xml (1 hunk)
➕ server-side-fragment-composition/README.md (1 hunk)
➕ server-side-fragment-composition/etc/server-side-fragment-composition.urm.puml (1 hunk)
➕ server-side-fragment-composition/pom.xml (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/App.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/composition/CompositionService.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/composition/PageComposer.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/fragments/ContentFragment.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/fragments/FooterFragment.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/fragments/Fragment.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/fragments/HeaderFragment.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/services/ContentService.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/services/FooterService.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/services/HeaderService.java (1 hunk)
➕ server-side-fragment-composition/src/main/java/com/iluwatar/serverfragment/types/PageContext.java (1 hunk)
➕ server-side-fragment-composition/src/test/java/com/iluwatar/serverfragment/CompositionServiceTest.java (1 hunk)
➕ server-side-fragment-composition/src/test/java/com/iluwatar/serverfragment/services/ServiceTest.java (1 hunk)


autogenerated by presubmit.ai

@athikha athikha closed this Oct 18, 2025
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
65.4% Coverage on New Code (required ≥ 80%)
4.9% Duplication on New Code (required ≤ 3%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Microservice pattern: Server-side page fragment composition

1 participant