<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Java Software Development Videos and Tutorials &#187; unit testing</title>
	<atom:link href="http://www.java-tv.com/tag/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.java-tv.com</link>
	<description>Java Software Development Videos and Tutorials</description>
	<lastBuildDate>Tue, 07 Feb 2012 06:59:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GenerateTestCases IntelliJ IDEA Plugin</title>
		<link>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/</link>
		<comments>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:25:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2115</guid>
		<description><![CDATA[This GenerateTestCases IntelliJ IDEA plugin aims to make Behavior Driven Development easier with a really cool and easy approach that consist in annotating interface method with desired behaviors. It generates your unit test methods, so you don&#8217;t think about how you will call your unit test methods. The plugin allows you to jump from the method you are testing to the unit test method with just a click from the behavior defined as a javadoc custom @should tag.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/12/generatetestcases-intellij-idea-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s Play TDD #1: How Does This Thing Work, Again?</title>
		<link>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/</link>
		<comments>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 12:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1651</guid>
		<description><![CDATA[James Shore starts this series on Test Driven Development by describing what his goals are and then starts with a new project in Java with Eclipse where he will apply TDD using JUnit.
 
Video Producer: James Shore
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/10/05/lets-play-tdd-1-how-does-this-thing-work-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUnit Test using Eclipse</title>
		<link>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/</link>
		<comments>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 11:41:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1643</guid>
		<description><![CDATA[This two part video shows how to use the JUnit plug in we already have installed in the Eclise IDE (by default) to create unit tests.
 
 
Additional resources:
* Junit SourcePage
* Junit.org
* JUnit presentation
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/27/junit-test-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing Legacy Code</title>
		<link>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/</link>
		<comments>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1628</guid>
		<description><![CDATA[This video shows technique to refactoring unit testing of legacy code.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/09/08/unit-testing-legacy-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contract Tests in JUnit 4</title>
		<link>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/</link>
		<comments>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/#comments</comments>
		<pubDate>Fri, 28 May 2010 12:20:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1522</guid>
		<description><![CDATA[As part of his talk on  integration tests J.B. Rainsberger talked about how contract tests can be used to test the interaction between classes when using a mockist  approach to developer testing. He wondered aloud if it would be possible to  write these kinds of tests using abstract classes and JUnit 4. The answer is  yes, with some caveats, as Ben Rady demonstrates it.

Video produced by Ben Rady
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/05/28/contract-tests-in-junit-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listening to Test Smells</title>
		<link>http://www.java-tv.com/2010/02/18/listening-to-test-smells/</link>
		<comments>http://www.java-tv.com/2010/02/18/listening-to-test-smells/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:09:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1435</guid>
		<description><![CDATA[This talk is about how to use the stresses of writing unit tests to improve your code. If I&#8217;m having trouble writing tests, it&#8217;s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — that&#8217;s a hint as to why it&#8217;s called Test-Driven Development. As a developer, you can sensitise yourself to find the rough edges in your tests and use them for rapid feedback about how to improved the design of your code. ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/18/listening-to-test-smells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy and Maintainable Enterprise Testing with Unitils</title>
		<link>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/</link>
		<comments>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1422</guid>
		<description><![CDATA[Unit testing has become a mainstream task. Most developers do it. Most project leaders and architects expect their team to write tests. However, practice has taught us that a lot of teams write few tests, or spend too much time writing and maintaining them. Different development teams make common mistakes, run into similar issues and find their own solutions for them. This costs a lot of valuable time. Unitils started in 2005 and has emerged from concrete experience and lessons learned, with the ultimate goal of making unit testing easy, ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/02/10/easy-and-maintainable-enterprise-testing-with-unitils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented Design for Testability</title>
		<link>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/</link>
		<comments>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 12:55:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1363</guid>
		<description><![CDATA[We design our code for performance, maintenance, simplicity, extensibility and other goals, but most of us do not think about testability as a design goal, yet verifying the correctness of our code is of great importance. What does it mean to have testable code, and what kind of trade offs does one have to think about when designing for testability. Turns out that testable code is well designed code, and it has many of the characteristics we search for such as low cohesion, separation of concerns, proper encapsulation and many ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2010/01/13/object-oriented-design-for-testability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving on Unit Tests with Sonar</title>
		<link>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/</link>
		<comments>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:39:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sonar]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1193</guid>
		<description><![CDATA[Sonar enables to collect, analyze and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality. This screencast shows how to use Sonar to manage unit tests by checking their results. When you are done, you can verify that components are properly covered. 

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/09/29/improving-on-unit-tests-with-sonar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerMock</title>
		<link>http://www.java-tv.com/2009/08/24/powermock/</link>
		<comments>http://www.java-tv.com/2009/08/24/powermock/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[powermock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=1099</guid>
		<description><![CDATA[PowerMock can be used to test code normally regarded as untestable! Have you ever heard anyone say that you should never use static or final methods in your code because it makes them impossible to test? Have you ever changed a method from private to protected for the sake of testability? What about avoiding &#8220;new&#8221;? Think again! PowerMock lets you mock static methods, remove static initializers, allow mocking without dependency injection and much much more. And it works just as well for J2EE as J2ME! This presentation will give the ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/08/24/powermock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>John Ferguson Smart Devoxx Interview</title>
		<link>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/</link>
		<comments>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=947</guid>
		<description><![CDATA[John Ferguson Smart is a freelance consultant and author of Java Power Tools.  During the JavaPosse.com interview John, Dick and Carl talk about Continuous Integration tools, parameterized unit tests and what other test approaches the near future will probably bring.

]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/06/02/john-ferguson-smart-devoxx-interview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Value of Small Tests</title>
		<link>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/</link>
		<comments>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:20:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=716</guid>
		<description><![CDATA[Whenever unit-tests are written, chances are good that the code is not isolated. Many tests run against a given class/interface/function. The design didn&#8217;t consider isolating the dependencies of this function, which makes tests slower, larger, less focused, and likely depending on external dependencies (e.g. database access) which decreases the reliability. In addition, it disables much of the interaction-based testing or verification of behavior at error conditions. In this session I will demonstrate the value of small, isolated tests and explain good engineering practices for how to structure them. I will ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2009/01/07/the-value-of-small-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing as an Architectural Concern</title>
		<link>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/</link>
		<comments>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=598</guid>
		<description><![CDATA[In this session, Kevin Seal will present some recent experiences of testing a JavaEE project and how coverage was a double-edged sword, unit testing a blessing and a curse, and a pragmatic mix of test approaches was eventually invaluable in refining the architecture and development process. Kevin Seal talks about the role of testing in design and development processes. Unit testing has several benefits, like providing easy refactoring, simplified integration, and improved documentation. However, while most developers know how to write unit tests, they do not necessarily know what they ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/24/testing-as-an-architectural-concern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUnit Tutorial</title>
		<link>http://www.java-tv.com/2008/11/14/junit-tutorial/</link>
		<comments>http://www.java-tv.com/2008/11/14/junit-tutorial/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 11:03:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=570</guid>
		<description><![CDATA[A brief tutorial on how to use the JUnit testing framework for Java. 
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/14/junit-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing POJOs &amp; JavaBeans Using JUnit in IRAD for WebSphere7</title>
		<link>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/</link>
		<comments>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:56:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=568</guid>
		<description><![CDATA[This tutorial shows you how to use IBM&#8217;s Rational Application Developer (IRAD) 6.0 to create and run a JUnit test on a simple JavaBean.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/14/testing-pojos-javabeans-using-junit-in-irad-for-websphere7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Testable Code</title>
		<link>http://www.java-tv.com/2008/11/06/writing-testable-code/</link>
		<comments>http://www.java-tv.com/2008/11/06/writing-testable-code/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 07:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=540</guid>
		<description><![CDATA[Misko Hevery made a presentation at Google Tech Talks about unit testing. He tells us that &#8220;There is no secret to writing tests&#8230; &#8230; there are only secrets to writing testable code!&#8221;. He describes the different category of tests and shows the importance of unit testing. He describes how to avoid writing untestable code.
 
Additional resources
Slides of the presentation (requires google account)
Testability-explorer is a tool which analyzes java byte-codes and computes how difficult it will be to write unit-test. It attempts to help you quantitatively determine how hard your code ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/11/06/writing-testable-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grails eXchange 2007: Unit Testing and Mock Objects with Groovy</title>
		<link>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/</link>
		<comments>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:45:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[groovy]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=165</guid>
		<description><![CDATA[Unit testing is a first-class developer duty with even higher priority in dynamic languages like Groovy. During this talk at the Grails eXchange 2007, Dierk explained the built-in features that Groovy provides for unit testing ranging from basic tests as known from JUnit, through Groovy specific testing strategies, up to advanced testing with the help of Groovy&#8217;s stubs and mocks. Special attention was given to Grails related unit test questions.
Dierk KÃ¶nig works as a senior software developer, mentor and coach for Canoo Engineering AG in Basel, Switzerland. He is a ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/11/grails-exchange-2007-unit-testing-and-mock-objects-with-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTAC 2007: Cedric Beust &#8211; Test NG</title>
		<link>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/</link>
		<comments>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:28:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[TestNG]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=161</guid>
		<description><![CDATA[Cedric is a software engineer at Google. He is the creator of the testing  framework TestNG and he regularly speaks at conferences about software testing  and other programming related topics.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/08/11/gtac-2007-cedric-beust-test-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Testing Java &amp; SOA</title>
		<link>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/</link>
		<comments>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 07:34:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://www.softdevtube.com/?p=53</guid>
		<description><![CDATA[Unit Testing Java &#38; SOA, In-the-Brain of Frank Cohen  at Skills Matter, London. Java developers have widely adopted  test first software development strategies. Unit test frameworks for Java, Web  services, Ajax, REST, Service Oriented Architecture, and Flash/Action Script  show the diversity of adoption among Java developers. In this session, Frank  took Java developers through the advanced topics in unit testing: turning unit  tests into functional tests, running unit tests on a scalable grid of unit  testing nodes, leveraging unit tests build by developers ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2008/04/24/unit-testing-java-soa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1253/1409 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:24:12 -->
