• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

If i dont do custom tags??

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
i need some advice. i passed SCJP in July and i wanted to do SCWCD asap, because i already do a lot of jsp/servlet coding. I have not done Custom Tag Development much and really dont see applying it in the future. While i want to remain motivated it is difficult to study a thing which one feels has low application in professional life.
So all in all can i skip the chapter on custom tag development ?? (
How many questions come from this topic...is it scoring .... i really need help and motivation on this ....

Thanks all,
Rocky
 
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Custom tags are very useful - think of them as re-usable chunks of code that you can pass parameters to (in the attributes). They are also a good alternative to scriptlet code (since scriptlets are baaaad)

Have you ever looked at JSTL - lots of useful stuff in there (mainly in the core libraries) and you need to know that too for the exam.

Learn all the aspects of JSTL, Custom Tags, EL etc, because if you don't know much about them - you can't say they aren't useful.
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cleared my SCWCD yesterday, and I would advice, that if u want to score high, and possibly dont mind doing some extra, you should read the chapter, and try in full and full, as around 4-7 questions are based on it.

You should sure do JSTL and custom tag (both classic and simple tag version).
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Aruneesh
 
Rocky Jaiswal
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys, seems that much motivation would do it for me, although i have done JSTL, custom tags seemed a long shot to me but anyways i will do it now.


Thanks,
Rocky
 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may not do it now - but you might get asked it in a job interview in the future. I wouldn't be doing the job I am now without studying for the SCJP, and learning a few things that I don't do in my day to day job.

I think an all round knowledge of a subject area is one of the strengths of the Java certs.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic