• 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 between SCWCD 1.3 & 1.4

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what's the new objective comes up in 1.4 was not in 1.3?

like EL? anymore?

Thanks!
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Besides EL

*JSTL has come up in the new version
*SimpleTag library besides the CustomTag library is there on the exam.

These both are together huge changes .rest everything remains the same.
Correct me if am wrong,Experts

Cheers
Gaurav
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see error handling section in 1.4, I am not sure if there will be questions about that in the exam.

Besides what has been said above,
1. Filter and wrapper
2. ServletRequest ( & attribute) listener
3. Tag file
4. Simple Tag
5. Three new patterns, Intercepting Filter, Service Locator, Transfer Object.
 
reply
    Bookmark Topic Watch Topic
  • New Topic