<?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; Coding</title>
	<atom:link href="http://www.java-tv.com/category/coding/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>JSP and Servlet Tutorial 02 &#8211; First Servlet</title>
		<link>http://www.java-tv.com/2012/02/02/jsp-and-servlet-tutorial-02-first-servlet/</link>
		<comments>http://www.java-tv.com/2012/02/02/jsp-and-servlet-tutorial-02-first-servlet/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:27:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2156</guid>
		<description><![CDATA[This tutorial episode shows how to use Eclipse wizards to create a Dynamic Web Project (part 1). You will then create and run your first Servlet (part 2).
 
 
Video Producer: http://javabrains.koushik.org
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/02/02/jsp-and-servlet-tutorial-02-first-servlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Functional Thinking for Java</title>
		<link>http://www.java-tv.com/2012/01/31/functional-thinking-java/</link>
		<comments>http://www.java-tv.com/2012/01/31/functional-thinking-java/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 12:31:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[scala]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2151</guid>
		<description><![CDATA[This video shows you how to transition from a Java writing imperative programmer to a functional programmer, using Java, Clojure and Scala for examples. It takes common topics from imperative languages and looks at alternative ways of solving those problems in functional languages. 
As a Java developer, you know how to achieve code-reuse via mechanisms like inheritance and polymorphism. Code reuse is possible in functional languages as well, using high-order functions, composition, and multi-methods. Expect your mind to be bent, but you’ll leave with a much better understanding of both ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/31/functional-thinking-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legacy Refactoring</title>
		<link>http://www.java-tv.com/2012/01/30/legacy-refactoring/</link>
		<comments>http://www.java-tv.com/2012/01/30/legacy-refactoring/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:51:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[mocking]]></category>
		<category><![CDATA[refactoring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2149</guid>
		<description><![CDATA[This video shows the refactoring of Java legacy code and the presentation was given to the Java User Group Berlin Brandenburg. The beginning is a mess of ugly code that uses an HttpClient to acquire currency conversions. The higher-order goal of the code is to find deals in currency translation that result in a net positive.
The talk discusses and explores:
- Introducing an Instance Delegator
- Making a resettable singleton
- Using JMockit to work absolute black magic
- Writing tests on top of existing legacy code
- The woes of trying to get something ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/30/legacy-refactoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extreme Productivity with Spring Roo</title>
		<link>http://www.java-tv.com/2012/01/24/extreme-productivity-with-spring-roo/</link>
		<comments>http://www.java-tv.com/2012/01/24/extreme-productivity-with-spring-roo/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 12:42:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[roo]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2143</guid>
		<description><![CDATA[Spring Roo is an open source application development tool for Java developers that allows you to code 100% in Java and to reuse all your existing Java knowledge, skills and experience.
These two videos are demonstration-oriented sessions that covers Spring Roo completely:
* Support for Java standards such as JPA, Servlet Spec, JSP, JavaBean, JMS, JavaMail, Bean Validation etc
* Scaffolded UIs using frameworks like Google Web Toolkit (GWT), Spring MVC and Adobe Flex
* Automatic JUnit tests, Maven builds, JSP round tripping, toString() methods etc
* Transparently reverse engineering and synchronising database schemas
* Hidden ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/24/extreme-productivity-with-spring-roo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Productivity with Grails 2.0</title>
		<link>http://www.java-tv.com/2012/01/23/better-productivity-with-grails-2-0/</link>
		<comments>http://www.java-tv.com/2012/01/23/better-productivity-with-grails-2-0/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[goovy]]></category>
		<category><![CDATA[grails]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2139</guid>
		<description><![CDATA[As Grails 2 has just been released, it&#8217;s time to find out just why we think you should upgrade. This video presents the new usability features that are targeted at improving your productivity, such as the new interactive command line, improved class reloading and much better unit testing support. You&#8217;ll also discover powerful new features such as &#8216;where&#8217; queries, database migrations, and static resource (CSS, JS, etc.) handling. 
Watch this video on http://skillsmatter.com/podcast/java-jee/grails-2-0
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/23/better-productivity-with-grails-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Spring Java Configuration in Scala</title>
		<link>http://www.java-tv.com/2012/01/17/writing-spring-java-configuration-in-scala/</link>
		<comments>http://www.java-tv.com/2012/01/17/writing-spring-java-configuration-in-scala/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:02:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[scala]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2129</guid>
		<description><![CDATA[To make the transition from Java to Scala easier, you might want to keep some of the existing Java frameworks your company have experience in using. At least that is our theory when we chose to keep SpringMVC as web framework in my current Scala project. Time will tell if we are right or wrong in that theory :)
A nice little side effect is that Scala could make Spring Java configuration go from cool to great. This video shows how a Spring configuration could look in Scala, and how we ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/17/writing-spring-java-configuration-in-scala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Your First Spring Web MVC Application</title>
		<link>http://www.java-tv.com/2012/01/16/creating-your-first-spring-web-mvc-application/</link>
		<comments>http://www.java-tv.com/2012/01/16/creating-your-first-spring-web-mvc-application/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 15:39:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[headline]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2117</guid>
		<description><![CDATA[In this article, based on chapter 3 of Spring in Practice, Willie Wheeler, John Wheeler and Joshua White show you how to build a simple Spring Java application to manage a roster.  You will write some Spring Web MVC code with a goal to get an intuitive feel for how things work in Spring Web MVC.
 This article is based on Spring in Practice, to be published in April 2012. It is being reproduced here by permission from Manning Publications. Manning early access books and ebooks are sold exclusively through ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/16/creating-your-first-spring-web-mvc-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Are You a Service Provider?</title>
		<link>http://www.java-tv.com/2012/01/11/are-you-a-service-provider/</link>
		<comments>http://www.java-tv.com/2012/01/11/are-you-a-service-provider/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:09:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2113</guid>
		<description><![CDATA[This video is aimed at project managers, software architects, developers and testers who are interested in fitting into the global frame of Service Management within their company &#8211; or those ones of their customers. You have already suffered from the &#8220;On my machine it worked!&#8221;-syndrome and do no longer accept this as an excuse! Solutions are easy to implement and well known! To have a good starting point the target audience should be familiar with basic ideas of development and service management issues.
This video provides an idea about how you ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/11/are-you-a-service-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Renaissance</title>
		<link>http://www.java-tv.com/2012/01/09/java-renaissance/</link>
		<comments>http://www.java-tv.com/2012/01/09/java-renaissance/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 23:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[jruby]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2109</guid>
		<description><![CDATA[In this presentation, Bob Lee the CTO of Square Inc discusses where Java comes from and where it is heading. According to him, the main driver is scalability and throwing more hardware is not the solution. He discusses also JRuby, Android, invokedynamic, closures and how open Java is.
 
Video Producer: OSCON Conference
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/09/java-renaissance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object-Oriented Programming in Java</title>
		<link>http://www.java-tv.com/2012/01/05/object-oriented-programming-in-java/</link>
		<comments>http://www.java-tv.com/2012/01/05/object-oriented-programming-in-java/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:34:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[object oriented]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2106</guid>
		<description><![CDATA[In this video Kevlin Henney explains what it means to write Java programs according to his view on Object Oriented Programming (OOP) and takes a philosophical approach to encapsulation, polymorphism and inheritance.
Watch this video on http://www.infoq.com/presentations/It-Is-Possible-to-Do-OOP-in-Java
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2012/01/05/object-oriented-programming-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java EE 6 Tooling Status</title>
		<link>http://www.java-tv.com/2011/12/12/java-ee-6-tooling-status/</link>
		<comments>http://www.java-tv.com/2011/12/12/java-ee-6-tooling-status/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 13:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2086</guid>
		<description><![CDATA[If you are a Java EE 6 user, your choices for tools have never been better. Maybe you have been using a specific tool forever (NetBeans, Eclipse, IntelliJ), and do not have the time of the energy to learn a new one? 
This video presents the latest developments in the following IDEs around Java EE 6:
* NetBeans and its advanced Java EE 6 GlassFish integration
* Eclipse and the Oracle OEPE pack with GlassFish integration, as well as the latest features in the Eclipse December 2010 release (with hopefully more Java ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/12/12/java-ee-6-tooling-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerful Metaprogramming Techniques with Groovy</title>
		<link>http://www.java-tv.com/2011/12/08/powerful-metaprogramming-techniques-with-groovy/</link>
		<comments>http://www.java-tv.com/2011/12/08/powerful-metaprogramming-techniques-with-groovy/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 20:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2084</guid>
		<description><![CDATA[This video covers in detail a number of advanced metaprogramming concepts in Groovy. The discussion will cover using dynamic method interception, custom meta-class implementations and Groovy&#8217;s Meta Object Protocol to build flexible applications in Groovy including implementing a Domain Specific Language (DSL).
Watch this video on http://skillsmatter.com/podcast/java-jee/metaprogramming-groovy
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/12/08/powerful-metaprogramming-techniques-with-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSPs and Servlets Tutorial 01 &#8211; Setting Up</title>
		<link>http://www.java-tv.com/2011/12/07/jsps-and-servlets-tutorial-01-setting-up/</link>
		<comments>http://www.java-tv.com/2011/12/07/jsps-and-servlets-tutorial-01-setting-up/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 18:38:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[servlet]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2079</guid>
		<description><![CDATA[This video shows how to set up and configure Eclipse and Tomcat in our development environment.
 
Video Producer: http://javabrains.koushik.org
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/12/07/jsps-and-servlets-tutorial-01-setting-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSL with Groovy</title>
		<link>http://www.java-tv.com/2011/12/01/dsl-with-groovy/</link>
		<comments>http://www.java-tv.com/2011/12/01/dsl-with-groovy/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 18:17:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[groovy]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2074</guid>
		<description><![CDATA[Your users often know how to write code. Take advantage of that by creating a custom DSL — a minilanguage. This session goes over the different ways you can provide your users with the ability to write code that&#8217;s executed inline and how to add features to that code that make it more valuable to your users. 
Using Groovy&#8217;s facilities, you don&#8217;t have to design a language from the ground up—you can instead use Groovy as your baseline and add (or even remove) capabilities as required. This presentation is designed ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/12/01/dsl-with-groovy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busy Java Developers Guide to NoSQL</title>
		<link>http://www.java-tv.com/2011/11/30/busy-java-developers-guide-to-nosql/</link>
		<comments>http://www.java-tv.com/2011/11/30/busy-java-developers-guide-to-nosql/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:24:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[nosql]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2069</guid>
		<description><![CDATA[The NoSQL movement has stormed onto the development scene and it&#8217;s left a few developers scratching their heads, trying to figure out when to use a NoSQL database instead of a regular database, much less which NoSQL database to use. This video examines the NoSQL ecosystem, looks at the major players, how they compare and contrast, and what sort of architectural implications they have for software systems in general.
 
Video Producer: JAX London
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/30/busy-java-developers-guide-to-nosql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dependency Injection With Only One Dependency</title>
		<link>http://www.java-tv.com/2011/11/22/dependency-injection-with-only-one-dependency/</link>
		<comments>http://www.java-tv.com/2011/11/22/dependency-injection-with-only-one-dependency/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 13:29:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[dependency injection]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2058</guid>
		<description><![CDATA[If you&#8217;re like most projects these days, you probably use Spring, Guice or another dependency framework. But how many dependencies do you really have? By exploiting the fact that you probably only have a very few number of real dependencies in your project, you can greatly simplify your application. 

Video Producer: JavaZone Conference
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/22/dependency-injection-with-only-one-dependency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Brief History of the (Java) World and a Peek Forward</title>
		<link>http://www.java-tv.com/2011/11/18/a-brief-history-of-the-java-world-and-a-peek-forward/</link>
		<comments>http://www.java-tv.com/2011/11/18/a-brief-history-of-the-java-world-and-a-peek-forward/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 14:53:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2053</guid>
		<description><![CDATA[Neal Gafter reviews the long history of Java from its inception to the present and makes an incursion into what he thinks will be a great future and guessing what might come in Java SE 9+ after 2014. 
Watch this video on http://www.infoq.com/presentations/A-Brief-History-of-the-Java-World
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/18/a-brief-history-of-the-java-world-and-a-peek-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel on JVM</title>
		<link>http://www.java-tv.com/2011/11/17/excel-on-jvm/</link>
		<comments>http://www.java-tv.com/2011/11/17/excel-on-jvm/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 19:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[jvm]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2049</guid>
		<description><![CDATA[Make your application compile spreadsheets directly to parametrized, high-performance Java classes for use in your business logic using the open source Abacus Formula Compiler. Why? In many business applications, the calculation of certain key values varies from user to user, and over time. Users know best how such key values are calculated and they know and love tools like Microsoft Excel or OpenOffice Calc. So let them use these familiar tools to define and update the calculations instead of adding endless and, for many users, incomprehensible configuration options to your ...]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/17/excel-on-jvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java #20 and #21 &#8211; Recursion</title>
		<link>http://www.java-tv.com/2011/11/16/java-20-and-21-recursion/</link>
		<comments>http://www.java-tv.com/2011/11/16/java-20-and-21-recursion/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 22:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2046</guid>
		<description><![CDATA[These two tutorials explains the concept of recursion in Java using exponentiation as an example in the first video and by printing all of the anagrams of a word in the second video.
 
 
Video Producer: http://www.martincarlisle.com/
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/16/java-20-and-21-recursion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans Platform Language Mashup</title>
		<link>http://www.java-tv.com/2011/11/14/netbeans-platform-language-mashup/</link>
		<comments>http://www.java-tv.com/2011/11/14/netbeans-platform-language-mashup/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 22:53:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.java-tv.com/?p=2040</guid>
		<description><![CDATA[This video shows how Groovy, Scala and JRuby integrate within a Swing application based on the NetBeans Platform.
 
]]></description>
		<wfw:commentRss>http://www.java-tv.com/2011/11/14/netbeans-platform-language-mashup/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 1212/1391 objects using disk: basic

Served from: www.java-tv.com @ 2012-02-07 03:23:47 -->
