-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microservice pattern: Server-side page fragment composition #2697
Comments
can you assign me this one. |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
stale
bot
added
the
status: stale
issues and pull requests that have not had recent interaction
label
Feb 1, 2024
stale
bot
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Mar 24, 2024
iluwatar
added
info: help wanted
status: stale
issues and pull requests that have not had recent interaction
labels
Mar 24, 2024
stale
bot
removed
the
status: stale
issues and pull requests that have not had recent interaction
label
Mar 24, 2024
howdy @iluwatar I might be able to implement this design pattern could you assign me, Thanks. |
can you assign me this one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The Server-Side Page Fragment Composition design pattern involves composing a webpage from various fragments that are managed by different microservices. This pattern is particularly useful for creating modular, scalable web applications where each part of the page can be developed, deployed, and scaled independently. The key elements of this pattern include:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: