The Artima Developer Community
Sponsored Link

Java Buzz Forum
Introduction to TagUnit article published on java.net

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Simon Brown

Posts: 636
Nickname: simonbrown
Registered: Jun, 2003

Simon Brown is a Java developer, architect and author.
Introduction to TagUnit article published on java.net Posted: Jul 8, 2004 2:12 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Simon Brown.
Original Post: Introduction to TagUnit article published on java.net
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Simon Brown
Latest Posts From Simon Brown's weblog

Advertisement

The first of two articles about TagUnit has been published over at java.net. If you've not come across TagUnit before, it's a framework for testing JSP tags from within JSP pages and was something that I started because I wanted a way to test custom tags as components rather than standalone classes. Here's the abstract.

JSP custom tags allow developers to abstract complex code out of a JSP page and into reusable components. JSP custom tags are not, however, standalone classes, and therefore cannot be fully tested with tools like JUnit. Once you think of custom tags as components in their own right, you see that they should be tested -- and tested as components. This pair of articles will introduce TagUnit -- an easy-to-use, open source testing tool that makes it possible to comprehensively test JSP tags."
You can read the full article here.

Read: Introduction to TagUnit article published on java.net

Topic: Crankiness Disclaimer Previous Topic   Next Topic Topic: [Jun 30, 2004 16:23 PDT] 18 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use