• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SCEA 5 / 1 - SLSB question.

 
Ranch Hand
Posts: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please see this scenario :

You are architecting a real-time system with high usage and high volumes of transactions. You need an MVC application with quick presentation times resembling a thin client and will have several pre-populated views that can carry across several pages. The users must be able to quickly navigate between different sections of the system.

Which three technologies will you need to implement? (Choose three.)


- MDB
- Swing GUI controls
- JSP
- EJB3 Entities
- Stateless Session Beans
- JCE

Why the correct answer is SLSB if they mention that they need to "carry state across several pages"?

is it supposed to be done by using HTTP session then?

In this case this is the answer because there is no one else close to the requeriment?

is that?

tks!!
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Steven,
I don't think the question actually mentioned "carry state across several pages"

It said "several pre-populated views that can carry across several pages"
I guess there's a difference. Pre-populated view doesn't need to means carry state across several pages.
E.g pre-populated views can be done using Composite view?

And I think you have also correctly mentioned 1 of the reason is because http session bean is not part of the option.
 
Selina Tan
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for the benefit of others.....
the correct answer to the question is

- EJB3 Entities
- Stateless Session Beans
- JCE

Hee... again from Sun's ePractice exam
 
Steven Colley
Ranch Hand
Posts: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Selina Tan:
[QB]
It said "several pre-populated views that can carry across several pages"
I guess there's a difference.



Hi selina..right..it makes sense!! thank you!!

With regards to the correct answers...in fact these are the correct ones:

- JSP
- EJB3 Entities
- Stateless Session Beans

(JSP rather than JCE)..i think that you just copied that wrong right? because it didn't say anything about encryption here
 
Selina Tan
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oops...
copy and paste error!

luckily you pointed it out...
Otherwise this might start a war going on why JCE is the correct answer.... LOL
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic