Recently I passed out SCWCD with 92%, thanks to Kathy, Bert and Bryan.
I want to share some exam tips to the ones heading for SCWCD.
For all SCWCD test takers, there is a mock exam list I am including in this posting. I spent a lot of time collecting the information about mock exams, so I have compiled the list here. I hope it helps.
http://www.enthuware.com/jwebplus/
You can download the trial version from here.
http://whizlabs.com/products/scwcd/scwcd-details.html
http://www.javaprepare.com/scwd/quests/questions.html
http://www.jiris.com/online/page.do?p.t=1100922450054
http://java.sun.com/developer/Quizzes/jsptut/
http://www.certgear.com/products/info/scwcd.htm
Exam Tips
Good Luck to all SCWCD takers.
- Megha
On your passing the SCWCD with a great score.
And also, thanks for passing the tips...
Esam
SCJP 1.4
SCWCD in progress.....
Esam<br />SCJP 1.4, SCWCD 1.4
SCJP 1.4<br />SCWCD 1.4(91%)<br />Working on SCJD -Bodgitt & Scrapper Constructions...<br /> <br />"It takes 43 muscles to frown & 17 to smile but it doen't take any to just sit there with a dumb look on your face .. Keep Smiling "
Congrats for your score!

I am writing the exam this month end..
I am preparing from HFSJ and offcourse Java Ranch.
I am not so comfortable in custom tags. How are questions on custom tags appearing in the exam. Are they direct or just like the questions in HFSJ(tough)...?
Thanks in advance...

SCJP, SCWCD, SCBCD (EJB 2.x and EJB 3), OCA, SCDJWS
I am still not comfortable in custom tags (God, please help me in that!!),
which I am preparing again and again

Apart from that, its ok.
Thanks a lot for your information!

Srini
[ September 28, 2005: Message edited by: Srinivasan R ]
SCJP, SCWCD, SCBCD (EJB 2.x and EJB 3), OCA, SCDJWS
Megha Audichya wrote:Hi Ranchers
Recently I passed out SCWCD with 92%, thanks to Kathy, Bert and Bryan.
I want to share some exam tips to the ones heading for SCWCD.
For all SCWCD test takers, there is a mock exam list I am including in this posting. I spent a lot of time collecting the information about mock exams, so I have compiled the list here. I hope it helps.
Anand Chawla http://www.podar.net/scwcd/startexam.htm Self Test Software http://www.selftestsoftware.com/generic.asp?page%5Fid=p00169& Enthuware
http://www.enthuware.com/jwebplus/
You can download the trial version from here.
Whizlabs
http://whizlabs.com/products/scwcd/scwcd-details.html
JavaPrepare.com (questions are topic wise)
http://www.javaprepare.com/scwd/quests/questions.html
JIRIS (1 mock exam 59 Questions)
http://www.jiris.com/online/page.do?p.t=1100922450054
Eduardo Cobian's mock exam (50 questions)http://www.javaranch.com/carl/SCWCD.htm Sun Quiz (10 questions)
http://java.sun.com/developer/Quizzes/jsptut/Certgear (21)
http://www.certgear.com/products/info/scwcd.htmSRRehman(Simulator 59 Questions)http://www.geocities.com/rahmanjava/jpilotstore.html (Download JPilotTest Evaluation Version 1.0) 10 Questions from J2eeCertificate.com http://www.j2eecertificate.com/scwcd/control/runsampletest?generatedTestCode=DEMO_EXAM&reset=Y 5 Mock Testshttp://www.jdiscuss.com/
Exam Tips
There is plenty of time to take the exam so take it patiently Exam is simpler than the mock exam given at the end of HFSJ Choices are very direct. Since number of correct answers is already mentioned in the question, it makes the question easier. read the "Head First Servlets and Jsp" thoroughly and it prepares you 90% for the exam. Do not forget to read JSTL Documentation (on Sun site) + DTD for web.xml and tag library.
Good Luck to all SCWCD takers.
- Megha
hey guys the links are broken. can somebody send the tips to my email.


Passed SCWCD(OCPJWCD), today(76%), tested at PearsonVue. Experience was good. Exam went on
smoothly. Future aspirants may be glad to know that, found the SCWCD easier than SCJP. And much
shorter(finished with 57 minutes left)
Passed the exam thanks to HFS&J(KS,BB,BB), Enthuware, MarcusGreen, NikoJava, MikalaiZaikin,
JavaRanch, the animated ppt about Listener interfaces, animated ppt about TLD file acronyms,
each one of you guys mentioned here are great. Respect you for your work. Thankyou once again.
For all SCWCD aspirants -
1. Go through as many links as possible from the ScwcdMockTests here, and
2. HeadFirstServlets&JSPs(2ndEdition) book.
SCJP6, SCWCD5, SCMAD
Chanakya Gupta wrote:Hi Ranchers,
Congrants.. i have to question i hope you can help me..
who have access to resource with some stuff??

if i declare a Tag with. a empty body(TLD) and i return EVAL_BODY_INCLUDE or EVAL_BODY_BUFFERED.
What happens? nothing or a exception??

thanks a lot
best regards from Venezuela.

sorry by my poor english.

Good questions, thank you for asking !
1. Answer to the first question could be,
Nobody wins, (nobody allowed access)
BUT, it is invalid to put two
elements in the same
2. Answer to the second question could be,
In the TLD, you have
In the jsp, you must have,
Body is evaluated ONLY if(see lifecycle of Classic Tag),
1. <body-content> is not 'empty' AND
2. tag is NOT invoked with an empty body, AND
3. doStartTag() method returns EVAL_BODY_INCLUDE
1 and 2 above fail in our example.
Body is not evaluated. doEndTag() runs,
returns EVAL_PAGE(default).
There is NO exception thrown.
Hope am able to answer your queries !
SCJP6, SCWCD5, SCMAD
-
1
-
-
-
-
Cristian Daniel Ortiz Cuellar wrote:
Chanakya Gupta wrote:
thanks Chanakya is very clear to me right now..
god bless you.![]()
hi my question was wrong. the right question may be..
i have two
pointing to the same web resource in one i have
in other i have i have
who have access to myresource..

It is my pleasure to answer,

About <auth-constraint> :
Got your query,
With same <url-pattern>, but different <auth-constraint>
1. access allowed ----- <role-name>*</role-name>
vs
2. access prevented ---- <auth-constraint/>
Who wins ? 1 or 2 ?
The winner is NOBODY. 2 wins.
Access is prevented.
SCJP6, SCWCD5, SCMAD
Servlet 3.0 Specification, 13.8.1 Combining Constraints
The combination of authorization constraints that name roles or that imply roles via
the name “*” shall yield the union of the role names in the individual constraints as
permitted roles. A security constraint that does not contain an authorization
constraint shall combine with authorization constraints that name or imply roles to
allow unauthenticated access. The special case of an authorization constraint that
names no roles shall combine with any other constraints to override their affects and
cause access to be precluded.
The last post in this forum was 6 years ago before you woke it up....
Just have a browse through our guidelines HowToAskQuestionsOnJavaRanch and especially UseOneThreadPerQuestion.
Thanks and we are still very happy to answer all of your questions, it justs makes it easier for everybody.

Frits
Frits Walraven wrote:Hi Cristian,
The last post in this forum was 6 years ago before you woke it up....
Just have a browse through our guidelines HowToAskQuestionsOnJavaRanch and especially UseOneThreadPerQuestion.
Thanks and we are still very happy to answer all of your questions, it justs makes it easier for everybody.
![]()
Frits
hey guys i feel very sorry. i'm doing the things in the wrong way. i had a question. and i find a some kind of answering on google... and i start the same thread once again. i apologies very much.
Cristian Daniel Ortiz Cuellar wrote:
Chanakya Gupta wrote:Hi Ranchers,
Also include 'Inquisition' in the list of recommended mock tests.
that's great. do you have a particular link with the latest update. thanks a lot
Hi Cristian,
The ScwcdMockTests link at javaranch.com should be the best bet
for latest links of Mock Tests. All links here are working and found
(very)useful for that last minute testing yourself!!!
SCJP6, SCWCD5, SCMAD
Chanakya Gupta wrote:
Cristian Daniel Ortiz Cuellar wrote:
Chanakya Gupta wrote:Hi Ranchers,
Also include 'Inquisition' in the list of recommended mock tests.
that's great. do you have a particular link with the latest update. thanks a lot
Hi Cristian,
The ScwcdMockTests link at javaranch.com should be the best bet
for latest links of Mock Tests. All links here are working and found
(very)useful for that last minute testing yourself!!!
thanks gupta.. i will check it out.. i have 2 question i hope you or somebody else can help me out..
1). transfer object is the same as data transfer object? and the same of value objects??
2). can somebody give me some tips about this or these design patterns.
thanks a lot a god bless..
