weixin_39552472 2020-11-22 05:36
浏览 0

Liberty Dev Mode

What commercial Liberty edition does this feature belong in (pick one)?

  Open Liberty

Should this feature be included in the Bluemix buildpack?

  No

What SalesForce Skill/Mission Team and legacy RETAIN queue will be responsible for supporting this feature?

  None. This feature will be part of the Maven plugins

Provide a Dev Mode for Liberty that enables developers to focus on coding without needing to repeatedly compile, package and then deploy their applications to test. IOW, fast and efficient inner loop development.

This includes doing hot deploy with background compilation of changed classes, hot reload of changed resource/properties files and reload on first request (e.g. browser refresh) should changes are detected in the workspace (project).

Developers can use Boost to launch Liberty into Dev Mode, edit their Maven or Gradle-built applications with their favourite editor (any IDE), changes will be automatically compiled and re-loaded where they can test right away.

Should enable developers to run and run JUnit tests simultaneous (from their IDE) with Dev Mode running too. Provide facilities (like Liberty-specific annotations) to developers to simplify what they need to do to setup their tests.

该提问来源于开源项目:OpenLiberty/open-liberty

  • 写回答

5条回答 默认 最新

  • weixin_39552472 2020-11-22 05:36
    关注

    YK: We can architect this so Boost can support different runtimes/frameworks in Dev Mode too.

    评论

报告相同问题?