Discussion on:

4
Comments

Join the conversation!

Follow via:
RSS
Email Alert
Are session beans kept in application server pool?
0 Votes
+ -
yes, they are
oopxprt 21st Jan 2004
EJB containers use connection pools to optimize access to instances of each session bean. This way the container can select an instance that already exists to field a request from a client.
0 Votes
+ -
Are the activate and passivate methods called for local interfaces?
0 Votes
+ -
Left hanging...
barddzen 20th Sep 2004
Is there ever going to be an article that takes youu through create, compile, deploy, call via servlet?

I've gone through many tutorials, but they all require many other tools to pull this whole EJB process off such as JBoss (even if you're using Tomcat) and getting the App. Server o work with your IDE, such as NetBeans or Eclipse is generally an issue as well (writing the deployment descriptor varies based on the appllication server you are using).

I also thought EJB stood for Enterprise Java Bean, not Enhanced Java Bean...
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.