<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Computers Fear Me</title>
    <link>http://computersfearme.com/tags/java/</link>
    <description>Recent content in Java on Computers Fear Me</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 25 Oct 2018 00:00:00 +0000</lastBuildDate><atom:link href="http://computersfearme.com/tags/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Spring for POJAs (Plain old java applications) - Revisited</title>
      <link>http://computersfearme.com/post/spring-for-poja-revisited/</link>
      <pubDate>Thu, 25 Oct 2018 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/spring-for-poja-revisited/</guid>
      <description>Back in the distant past, I wrote this article showing how to use spring to initialize a command line application. I used this technique often to create command line tools that could make use of many of the java components I built for web applications and other J2EE deployments. Now if you want to use Spring Framework in your applications you have many more options. I will start with something that is largely similar to what I presented in my 2006 article.</description>
    </item>
    
    <item>
      <title>A Throttling CompletionService</title>
      <link>http://computersfearme.com/post/2009/06/08/a-throttling-completion-service/</link>
      <pubDate>Mon, 08 Jun 2009 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2009/06/08/a-throttling-completion-service/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/CompletionService.html&#34;&gt;CompletionService&lt;/a&gt; interface defines a service that allows the caller to submit tasks to be completed in the future.  A commonly used implementation is the &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/ExecutorCompletionService.html&#34;&gt;ExecutorCompletionService&lt;/a&gt;, which uses an &lt;a href=&#34;http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/Executor.html&#34;&gt;Executor&lt;/a&gt; to run the tasks that have been submitted.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Resin and Session Clustering</title>
      <link>http://computersfearme.com/post/2008/04/30/resin-and-session-clustering/</link>
      <pubDate>Wed, 30 Apr 2008 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2008/04/30/resin-and-session-clustering/</guid>
      <description>&lt;p&gt;In a world where AJAX is becoming the norm instead of the exception we need technology platforms that allow us to scale these applications.  I have been working on an application for a major hotel chain that is used by their call center agents to book reservations at their hotels.  The application uses AJAX techniques to run several queries simultaneously and presents the data in a very dynamic interface that closely resembles a traditional desktop application.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Acegi Filter Does Not Work in WebSphere 6.1.0.3</title>
      <link>http://computersfearme.com/post/2007/02/06/acegi-filter-does-not-work-in-websphere-six-one-zero-three/</link>
      <pubDate>Tue, 06 Feb 2007 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2007/02/06/acegi-filter-does-not-work-in-websphere-six-one-zero-three/</guid>
      <description>&lt;!-- raw HTML omitted --&gt;</description>
    </item>
    
    <item>
      <title>Java 1.5 Generic DAO</title>
      <link>http://computersfearme.com/post/2006/10/06/java-1.5-generic-dao/</link>
      <pubDate>Fri, 06 Oct 2006 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2006/10/06/java-1.5-generic-dao/</guid>
      <description>&lt;p&gt;I am always looking for ways to limit the amount of typing I have to do.  &lt;a href=&#34;http://www.hibernate.org/&#34;&gt;Hibernate&lt;/a&gt; helps me alot because I don&amp;rsquo;t have to write all the SQL and I can concentrate on the less tedious aspects of designing my persistence model.  &lt;a href=&#34;http://www.springframework.org&#34;&gt;Spring&lt;/a&gt; helps me alot because I don&amp;rsquo;t have to write all those factories and other &amp;ldquo;glue&amp;rdquo; code.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Spring for Plain old Java Applications (POJAs)</title>
      <link>http://computersfearme.com/post/2006/07/13/spring-for-poja/</link>
      <pubDate>Thu, 13 Jul 2006 00:00:00 +0000</pubDate>
      
      <guid>http://computersfearme.com/post/2006/07/13/spring-for-poja/</guid>
      <description>&lt;p&gt;Most J2EE developers have at least heard of the &lt;!-- raw HTML omitted --&gt;Spring&lt;!-- raw HTML omitted --&gt; framework and know that it is an excellent framework for creating enterprise applications.  I have recently needed to create an application that runs from the command line and is short lived.  It has no GUI but I wanted it to be configurable and extendable in various ways.  To that end, I defined a bunch of interfaces for the objects in the system to use when interfacing with other objects.  Then I started thinking about the implementations of these interfaces and the factory classes I would need to create.  I said to myself &amp;ldquo;Self, doesn&amp;rsquo;t Spring already do this?&amp;rdquo;  and I answered myself, &amp;ldquo;Why, yes&amp;rdquo;.  So I decided to try it.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
