If the JPA is not dependent on the EJB and has its own specification. Why do I need EJB? What can not I do without EJB?
I read the following discussions, but I really do not indicate why this is still necessary?
Why should we use EJB?
https://stackoverflow.com/questions/4464338/why-ejb-is-used-in-enterprise-applications
, . EJB ( , , , ..). , - , RMI/IIOP. . , -. , EJB, , , . , , , EJB. , , " ". Java Spring " J2EE-" " EJB". EJB : -)
P.S. EJB , , , , , . ""
EJB java beans - Java, Java EE, ,
, JPA Java EE. JSE. , Entity beans "" Java .
EJB? . , EJB. , , Spring Guice.
- .
EJB - , . bean , ( , , bean ..) /. , , .
So, we can conclude that EJB simply reduces the amount of coding performed by the programmer, and allows the programmer to focus on the core business logic.
We can do the same without EJB with some good amount of coding.
Thanks JK
Source: https://habr.com/ru/post/1545638/More articles:jersey error java.lang.IncompatibleClassChangeError: implementing a class in a built-in pier - jerseyHow to run an Android application written in Red? - androidCasperJS: URL Iteration - casperjsConvert strftime to SQLite query for MySQL - sqlCircular dependencies or the right way to create a project - javawhy the returned os.popen object does not support the next () call - pythonHow to connect vpn always in iOS - ios7Запуск тестов UFT (QTP) удаленно через пакетный файл. - batch-fileJQuery Dynamic Table column call - jqueryIncrease mouse wheel pitch in QML ScrollView - qtAll Articles