Skip to content
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

[Docs] Add "Application lifecycle" #3384

Closed
dhmlau opened this issue Jul 18, 2019 · 3 comments
Closed

[Docs] Add "Application lifecycle" #3384

dhmlau opened this issue Jul 18, 2019 · 3 comments

Comments

@dhmlau
Copy link
Member

dhmlau commented Jul 18, 2019

Description

Proposal originated from PR: #3164

Application life cycle content should cover the following stages:

  • Installation

  • Create: includes scaffolding

    • download the cli module
    • create project skeleton
    • scaffold application, create model, add business logics in controller.
  • Develop: Add more artifacts

    • start to add building blocks
  • Build

    • part of npm start
    • build step will transpile everything to javascript
  • Boot

    • app.boot()
    • load the artifact by convention from well know folders and populate into
      the application context
  • Start

    • app.start()
    • LB application does the start event
    • activation of endpoints
    • start to listen on the transport and start to accept requests
    • lifecycle event, e.g. start a timer to clean up cache periodically
  • Try and test?

    Build the app iteratively.
    How to debug your application (?)

  • Request/Response processing
    <-- refer to this page when it's done -->

  • Stop

    • deactivate the endpoints. shutting down the application

More focus on cli/references.

@stale
Copy link

stale bot commented Dec 25, 2020

This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.

@stale stale bot added the stale label Dec 25, 2020
@dhmlau dhmlau removed the stale label Mar 25, 2021
@stale
Copy link

stale bot commented Sep 21, 2021

This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.

@stale stale bot added the stale label Sep 21, 2021
@stale
Copy link

stale bot commented Oct 21, 2021

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this as completed Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant