International
You can watch the high resolution, full screen videos here:
http://www.thebookonhibernate.com/j2ee/index.jsp?link=07customtags
Creating Your Own Custom JSP Tags
This free, multimedia tutorial shows you how to use IBM's Rational Application Developer (IRAD) 6.0 to create a custom tag library (well, one custom tag, so it is a pretty impoverished library), and the corresponding Java code and tld file to make a custom tag work on a JSP page.
If you found something helpful here, please do your part and help support the site. Link to us, buy some books, support our sponsors, tell your developer friends about us, and remember: Happy Java!
package com.examscam.servlet.tags;
import java.io.IOException;
import javax.servlet.ServletContext;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpSession;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.TagSupport;
import com.examscam.common.Timer;
public class TimerTag extends TagSupport {
public int doStartTag() throws JspException {
JspWriter out = pageContext.getOut();
ServletRequest request = pageContext.getRequest();
ServletResponse response = pageContext.getResponse();
ServletContext application = pageContext.getServletContext();
HttpSession session = pageContext.getSession();
Timer t = (Timer)session.getAttribute("timer");
if (t==null){
t = new Timer();
session.setAttribute("timer", t);
}
try {
out.print("Elapsed Time: " + t.getElapsedTime());
out.print("Start Time: " + t.getStartTime());
} catch (IOException e) {
e.printStackTrace();
}
return SKIP_BODY;
}
}
Please check out my SCJA Java Certification Mock Exam website:
http://www.scja.com/associate/
And for Hibernate and JPA tutorials, check out:
http://www.thebookonhibernate.com
http://www.scja.com/j2ee/index.jsp?link=03httpsessionswf
awesome! no annoying typing sound effect!!
By WestFlipian [Affiliate User] 1221541089 Reply Spam [+0] Moderate Up Moderate Down RemoveRated 2.67 | 3,674 Views
Rated 1.00 | 3,620 Views
Rated 2.11 | 1,064 Views
Personalized Car Tags Tri - Cities AJ Grap...hics
Rated 0.00 | 21 Views
By AJ Graphics
AJ Graphics Custom Tags Tri - Cities
Rated 0.00 | 6 Views
By AJ Graphics
Lazer Cut Logo Car Tags Tri - Cities AJ Gr...aphics
Rated 0.00 | 11 Views
By AJ Graphics
Sports Logo Car Tags Tri - Cities AJ Graphics
Rated 0.00 | 12 Views
By AJ Graphics
Photo Car Tags Mouse Pads & T- Shirts Tri...- Cities
Rated 0.00 | 1 Views
By AJ Graphics
Custom Euro Car Tags Tri - Cities AJ Graphics
Rated 0.00 | 6 Views
By AJ Graphics
Custom Motorcycle Tags Tri - Cities AJ Gra...phics
Rated 0.00 | 6 Views
By AJ Graphics
UT Florida Car Tags Tri - Cities AJ Graphics
Rated 0.00 | 0 Views
By AJ Graphics
NY Yankees Car Tags Tri - Cities AJ Graphics
Rated 0.00 | 0 Views
By AJ Graphics
Alabama / UT Car Tags Tri - Cities AJ Grap...hics
Rated 0.00 | 0 Views
By AJ Graphics
GTA - San Andreas - Tags Guide - All 100 -...1 of 3
Rated 4.32 | 1,661 Views
Affiliate Submitter: atwyatt
What Are Heading Tags? What Do They Do?
Rated 2.84 | 110 Views
By topzzz
Custom Dog Tags - Last Ditch Survival Knife
Rated 2.27 | 133 Views