Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ejb-dev] EJB replacement for Jakarta EE tutorial

Hi,

I'm working on migrating the Java EE tutorial to Jakarta EE. In most places EJB I've replaced with "enterprise beans" but for some cases I think we can even remove "beans":
- EJB deployment descriptors  -> enterprise deployment descriptors
- EJB JAR -> enterprise JAR

The reason is to reduce verbository to he minimum required. Do you agree it's acceptable to do this or would you prefer to explicitly talk about "enterprise beans" everywhere?


Regards,

Guillermo González de Agüero

Back to the top