Help coderanch get a
new server
by contributing to the fundraiser

DM

Ranch Hand
+ Follow
since May 10, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by DM

92% on beta Not perfect

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
Excellent score, Nick !

Congratulations ! way to go

-Durgesh
SCJP1.4, SCWCD 1.4, SCDJWS(beta)
20 years ago
http://www.websphere.org/education_zone.php#cert

-DM
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
[ October 22, 2008: Message edited by: DM ]
20 years ago
Congratulations Rashmi ! Well done



-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
[ August 06, 2004: Message edited by: durgesh mankekar ]
20 years ago
telnet localhost 80

If you see a blank window, then there is some process listening on port 8080. If you see "Connection refused" or similar error, then the port should be clear.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
[ August 05, 2004: Message edited by: durgesh mankekar ]
Nick,

I am sure you will do fine in the exam. I think I have been lucky with the beta score

Next ? Really want to do SCEA at some point, not sure if I should wait for beta of new version (if any). ICED is also tempting, as I am reading your helpful posts.

Good Luck,
-DM
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
[ October 22, 2008: Message edited by: DM ]
20 years ago
IMO, the answer should be 2 (assuming there is a typo in coyote.jsp, the file attribute is not enclosed in "").

My mehtod is : acme/detonate.jsp is included statically, so it becomes part of coyote.jsp (or its servlet, rather) at page-translation time. coyote.jsp is at the root dir, so it should use <jsp:include page="acme/dynamite.jsp"/>

Worth trying it out in tomcat.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
I have Redhat 9 installed merrily on a 3-4 years old laptop.

-durgesh
20 years ago
If you only meant sample code questions for "design patterns", then there were no code questions for me.
Don't know about the voucher question.

There are many sample code questions in the exam : e.g. what will this EL expression evaluate to ? (Hope this does not break any rule).

Try the Jwebplus simulator. I found the questions strikingly similar to the real questions. (don't know about whizlabs or others).

-DM
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
[ October 22, 2008: Message edited by: DM ]
Rashmi,

I purchased JWebPlus v4 from enthuware. and just took 4 out of the 7 exams. (I was in a real hurry too Scored little above 80 on those exams and just 84 on the real one.

I prepared for 1.5 weeks after completing SCJP (well... but I work with Servlets/JSP almost every day). 1.3 Study kit book + specs quick read + new JSP and JSTL sections from Bergsten's book + JWebPlus exams. Thats all

good luck.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
Also new in 1.4 objectives are SimpleTag and Tag files. Those are also added in JSP 2.0 and hence in SCWCD 1.4. I used Bergsten's book for those sections.

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)
Rashmi,

I think the filters are covered well in the "Study Kit" book. There are not many changes in filters in servlet 2.3 and 2.4 (Except one key difference about how filters can intercept requests forwarded or included by RequestDispatcher http://javapronews.com/2003/0408.html ).

I mostly relied on the 2.4 spec and a few articles on onjava.com and javaworld.com for filters.

I think there were only 2-3 questions on filters. But they were really easy, so don't skip it

-Durgesh
SCJP 1.4, SCWCD 1.4, SCDJWS(beta)