• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Differences in objectives SCWCD 1.4 and SCWCD 5

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SCWCD 1.4 Objectives (http://www.sun.com/training/catalog/courses/CX-310-081.xml) say:

Section 7: Building JSP Pages Using the Expression Language (EL)
________________________________________

*Given a scenario, write EL code that accesses the following implicit variables including pageScope, requestScope, sessionScope, and applicationScope, param and paramValues, header and headerValues, cookie, initParam and pageContext.
*Given a scenario, write EL code that uses the following operators: property access (the . operator), collection access (the [] operator).
*Given a scenario, write EL code that uses the following operators: aritmetic operators, relational operators, and logical operators.
*Given a scenario, write EL code that uses a function; write code for an EL function; and configure the EL function in a tag library descriptor.


SCWCD 5 Objectives (http://www.sun.com/training/catalog/courses/CX-310-083.xml) say:

Section 7: Building JSP Pages Using the Expression Language (EL)
________________________________________

*Given a scenario, write EL code that accesses the following implicit variables including pageScope, requestScope, sessionScope, and applicationScope, param and paramValues, header and headerValues, cookie, initParam and pageContext.
*Given a scenario, write EL code that uses the following operators: property access (the . operator), collection access (the [] operator)


So, SCWCD 5 has two less objectives. Why they were removed? Or someone simply forget to post them?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic