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

SCWCD relevance

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

This is a genuine question. How relevant is the SCWCD exam to the real world? As a J2EE programmer, I think my weakest area is the whole front-end area - servlets, JSPs etc. It's something I intend to address - I'm just wondering if studying for the SCWCD would be the best way to do this?

Thanks.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

How relevant is the SCWCD exam to the real world?


Very relevant. Whatever web framework you'll have a chance to work with, it will help to know what's happening behind.
 
Sheriff
Posts: 7394
1412
IntelliJ IDE jQuery Eclipse IDE Postgres Database Tomcat Server Chrome Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kevin, SCWCD is just a certification, and the content of SCWCD will be very much helpful.
But for the real world JavaEE web development, you have to learn more and more. Nevertheless you should improve your performance-based skills.
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kevin Kilbane wrote:How relevant is the SCWCD exam to the real world?


Almost everything to do with Java EE presentation involves the Web container in some form. Even if you use a framework like JSF or Struts, you'll be using servlets and JSPs underneath, and knowing the details of how they work will help you when a problem arises (as they frequently seem to, for me at least!). I'm currently working on a project which takes inputs from multiple distributed systems and presents them through a single Web interface. Those systems involve using remote database connections, REST over HTTPS, SSH and SOAP. We could have done this in (for example) PHP, but we wanted a language which could scale to a vast number of future technologies. Java provides that platform. The Web container provides a simple yet powerful way to handle all the details of HTTPS as well as promote code re-use (e.g. through JSP tags and EL), and enables container-wide authentication and authorisation, for example.

Kevin Kilbane wrote:I'm just wondering if studying for the SCWCD would be the best way to do this?


I see no reason why not. I find I learn things quite adequately by studying a well-defined syllabus - and having that end goal is good too. Even if you never took the exam to get the certification, you'll still have learnt all the knowledge along the way, and that's what really matters.

I don't know if this was just good timing or a question about my book in particular, but in case it's the latter, you can find more information (table of contents, sample chapter, availability) linked from my post in the sticky thread.
 
Charles Lyons
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may also want to read what I've written in the similar Is the certification still relevant? thread... I don't think I was that helpful, but my musings are there nonetheless. At least, I think I supported studying for the SCWCD.
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[quote=Kevin Kilbane]Hi,

This is a genuine question. How relevant is the SCWCD exam to the real world? As a J2EE programmer, I think my weakest area is the whole front-end area - servlets, JSPs etc. It's something I intend to address - I'm just wondering if studying for the SCWCD would be the best way to do this?

Thanks.[/quote]

Of course, many java web frameworks(i think all), have a foundation on servlets and jsp technologies, if you learn that, it's easier to understand other frameworks, in fact, you can make your own framework with this knowledge. I think SCWCD it's good for a java web developer.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Charles Lyons wrote:

Kevin Kilbane wrote:How relevant is the SCWCD exam to the real world?


Almost everything to do with Java EE presentation involves the Web container in some form. Even if you use a framework like JSF or Struts, you'll be using servlets and JSPs underneath, and knowing the details of how they work will help you when a problem arises (as they frequently seem to, for me at least!). I'm currently working on a project which takes inputs from multiple distributed systems and presents them through a single Web interface. Those systems involve using remote database connections, REST over HTTPS, SSH and SOAP. We could have done this in (for example) PHP, but we wanted a language which could scale to a vast number of future technologies. Java provides that platform. The Web container provides a simple yet powerful way to handle all the details of HTTPS as well as promote code re-use (e.g. through JSP tags and EL), and enables container-wide authentication and authorisation, for example.

Kevin Kilbane wrote:I'm just wondering if studying for the SCWCD would be the best way to do this?


I see no reason why not. I find I learn things quite adequately by studying a well-defined syllabus - and having that end goal is good too. Even if you never took the exam to get the certification, you'll still have learnt all the knowledge along the way, and that's what really matters.

I don't know if this was just good timing or a question about my book in particular, but in case it's the latter, you can find more information (table of contents, sample chapter, availability) linked from my post in the sticky thread.



Hi, Charles, has your book been published in a Chinese edition?
 
Charles Lyons
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

jimmy cheng wrote:Hi, Charles, has your book been published in a Chinese edition?


No, I'm afraid not. The Indian/Asian edition is also in English.
 
Poop goes in a willow feeder. Wipe with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic