Tag: architecture
Questions Related to architecture
You have defined transaction attributes for a particular method in the session bean class through annotations. You defined a different value in the deployment descriptor. If you have defined at both the places for a particular method, which settings take precedence?
When should you use a Stateful Session Bean?
When should you use a Session Bean?
EJB 3.0 offers simplified entity programming model. Which of the following describe these new simplified features with regard to EJB 3.0 and Java Persistence API?
There is an excellent open-source ORM framework available in the market. Your team suggests using this new framework. Which of the following is the main disadvantage of using this new framework?
Which two statements are FALSE about implementing web services utilizing the Java EE programming model?
You are building a Java EE Stateless Session Bean with remote interfaces which you also would like to expose as a web service. Which of the following is false?
You would like to measure the performance (response time) of a particular business method of EJB3.0 Session Bean. Which of the following facilitates the same?
Which of the properties in the list below are unique to Enterprise JavaBeans but not for JavaBeans?