Card 42 / 59: What do you need to create a EJB3 session bean?
A)
Declare a business interface and annotate it with @Local or @Remote
B)
Write the session bean class itself that implements the business logic
C)
Annotate the session bean with @Session
D)
Annotate the session bean with @SessionBean
E)
Annotate the session bean with @Stateful or @Stateless
Answer:
A) Declare a business interface and annotate it with @Local or @Remote
B) Write the session bean class itself that implements the business logic
E) Annotate the session bean with @Stateful or @Stateless
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
|