IntelliJ Java IDE
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes HttpSession v.s. Stateful session beans Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "HttpSession v.s. Stateful session beans" Watch "HttpSession v.s. Stateful session beans" New topic
Author

HttpSession v.s. Stateful session beans

andy armstrong
Ranch Hand

Joined: May 14, 2002
Posts: 154
Any preferences? You can accomplish the same thing
with both methods would both gain a passing mark in the part 2 assignment?
Why one choice over the other?
Anyone?


Certifications: <br />scp2, scea, scwcd, WL7.0, CISSP, XML
Martin Eriksen
Greenhorn

Joined: Jun 11, 2002
Posts: 2
Good question, I have been thinking about the same! Dont have an answer but some thoughts: Servlets should only be used for web access (true?) and since part two requires you to provide access for java applications too stateful session beans should be used. That is: If you want a session for your Java application...
Originally posted by andy armstrong:
Any preferences? You can accomplish the same thing
with both methods would both gain a passing mark in the part 2 assignment?
Why one choice over the other?
Anyone?
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
Either could be used as long as you justify your choice.
There is not just one correct answer to the assignment.
 
 
subject: HttpSession v.s. Stateful session beans
 
Threads others viewed
Switchinhg Jobs In India
The difference between HttpSessionAttributeListener and HttpSessionBindingListener
different packages
"declare" element in "variable" element of TLD
just being curious
MyEclipse, The Clear Choice