Lalu Prasad

Greenhorn
+ Follow
since Mar 05, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lalu Prasad

Raj, I heard that only 4 design patterns in objectives? Do we need to study more? If yes, can you provide the links? And do you have the keywords associations with these patterns?
Gennadi,
Heard it makes easy to prepare cheatsheets for patterns, Tag library etc. Do you have any you can share?
Thanks and nice job again
Congrats!!! Do you still need the More Servlets book.
As I understand, the main components of SCWCD are:
Servlets
JSP
DD/DTD ???
Custom Tags
Patterns
Others???
The one source for Servlets and JSP would be Servlets and JSP specs from Sun. My question;
1. DD/DTD- part of Servlets/JSP specs?
2. Custom Tags - included in JSP specs by Sun? If not, what is the best resource for study? Did not like the SCWCD FAQ link tutorial for Custom Tags. Any other resource?
3. Patterns - one resource available for all patterns?
Thanks
Getting the following error:
500 Internal Server Error
/java/DebugExample.jsp:
Parse Error in JSP page: Tag 'debug' on line '17' of page '/DebugExample.jsp' is not in tag library 'csajsp-taglib.tld'.
allaire.jrun.jsp.ParseException: Tag 'debug' on line '17' of page '/DebugExample.jsp' is not in tag library 'csajsp-taglib.tld'.
The tag is there well and fine. What could be the reason?
Is knowledge of Tomcat must or can you use any tool for testing your servlets and JSPs like JRun?