• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Does SCWCD 1.4 will out soon?

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know scjp1.4 is out, and scjd1.4 will out soon, how about the scwcd? thx
 
author
Posts: 3252
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SCWCD is impacted far more by the Servlet & JSP specifications than by the JDK. JSP 2.0 is a major revision of the JSP specification expected around March next year together with Servlet 2.4. I would expect that to be rolled into the specification around the same time.
The highlights? For me, they are an inbuilt expression language (essentially the JSTL language, except that you can now use it anywhere within your page); the ability to package a chunk of JSP code as a tag i.e. you don't always need Java to write custom tags and can much more easily componentize your JSP code; extensible web-app deployment descriptors using XML namespaces; and a more complete servlet event model.
- Peter
 
Ranch Hand
Posts: 898
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Peter,
I'll hurry up! to take exam
reply
    Bookmark Topic Watch Topic
  • New Topic