jakartaee-platform icon indicating copy to clipboard operation
jakartaee-platform copied to clipboard

Platform Core Architecture

Open mkarg opened this issue 6 years ago • 3 comments

There should be an ongoing updated work towards a platform core architecture, like whether CDI shall replace other injection technologies, whether we want a common plug-in architecture (like simply using ServiceLoader or something like OSGi) and so on.

mkarg avatar Jan 10 '19 18:01 mkarg

Agreed. There were a few interesting notes in the EE4J Projects - Technical Direction document published about half a year ago:

  • Integration with CDI (see here).
  • Soft dependencies (see here)
  • Support for optional modules (see here)

I guess this issue is closely related to #1.

chkal avatar Jan 14 '19 12:01 chkal

https://docs.google.com/document/d/1WYcZOcJmQF4PKSwxPcgpKmg71c3LCmHcyh07ZF-rnew/edit

ivargrimstad avatar Jun 01 '21 15:06 ivargrimstad

The Jakarta Commons is a related effort https://projects.eclipse.org/proposals/jakarta-commons

starksm64 avatar Apr 19 '22 14:04 starksm64