in Education by
Do you still use session or entity EJBs in your project? Why? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
EJB3 is a vast improvement over previous versions. It's still technically the standard server-side implementation toolset for JavaEE and since it now has none of the previous baggage (thanks to annotations and Java Persistence), is quite usable and being deployed as we speak. As one commenter noted, JBoss SEAM is based upon it. EJB 3 is a viable alternative to Spring, and the two technologies may become more tightly related. this article details that Spring 3.0 will be compatible with EJB Lite (which I'm not sure what that is, exactly) and possibly be part of Java EE 6. EJB is not going anywhere.

Related questions

0 votes
    I have a script which loops over tables and fields doing a find and replace. The script takes around ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I'm using JEE and I created EJB-Singleton. It has as a field LRUMap, which represents cache to ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    How EJB Container handles exceptions?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is System level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Application level Exception in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    Explain annotation in EJB to do the database entity relationships/mappings....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is JNDI? Explain its terms in terms of EJB....
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is Container Managed Transactions in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What ACID stands for in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
0 votes
    What is method level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is default interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is class level interceptor in EJB?...
asked Nov 7, 2020 in Technology by JackTerrance
0 votes
    What is an EJB Interceptor?...
asked Nov 7, 2020 in Technology by JackTerrance
...