Advertisement
Guest User

Untitled

a guest
May 28th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Spring Singleton corresponds to either
  2. - JEE stateless session bean
  3. - or if it has internal state to JEE singleton
  4.  
  5. Spring Prototype corresponds to JEE stateful session bean.
  6.  
  7. Spring Scopes Session and Request correspond to CDI Scoped beans. However CDI does not support transactions in contrast to Spring Beans or JEE beans.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement