<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="0.92">
<channel>
	<title>Supergloo Code</title>
	<link>http://code.supergloo.com</link>
	<description>Code samples and programming tutorials</description>
	<lastBuildDate>Sat, 09 Feb 2008 14:49:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Consuming FedEx Web Services from Grails using Apache CXF</title>
		<description>A recent development task was integrating a FedEx web service consumer (client) in a Grails application.  Users require the ability to generate FedEx shipping labels from within the app.  To accomplish this, we call the SOAP based web services provided by FedEx.

I decided to use Apache CXF for ...</description>
		<link>http://code.supergloo.com/2008/02/08/consuming-fedex-web-services-from-grails-using-apache-cxf/</link>
			</item>
	<item>
		<title>Radiant CMS Database Form Extension</title>
		<description>With a few tweaks, the Radiant CMS Mailer Extension can be turned into an extension that allows form submissions (with
pre-post validation) to save to a database; e.g.

class DatabaseFormPage < Page

  class DatabaseFormError < StandardError; end

  attr_reader :form_name, :form_conf, :form_error, :form_data, :tag_attr
    
  # Page ...</description>
		<link>http://code.supergloo.com/2007/12/12/radiant-cms-database-form-extension/</link>
			</item>
	<item>
		<title>Automating Fit Tests in Fitnesse Server from Cruise Control, Hudson, Bamboo via Ant</title>
		<description>Here's an example of calling Fit tests defined in Fitnesse from Ant.  This can be called from a continuous integration server like cruise control, hudson, bamboo, luntbuild, pmeasy:



 
    
    
 

 
  
  
 

 
 
   
 ...</description>
		<link>http://code.supergloo.com/2007/07/28/automating-fit-tests-in-fitnesse-server-from-cruise-control-hudson-bamboo-via-ant/</link>
			</item>
	<item>
		<title>Unit Testing with StrutsTestCase for JUnit Tutorial</title>
		<description>As the name implies, StrutsTestCase is a tool for testing your Struts code.  In this article, I'll cover:


	What is StutsTestCase?
	How?
	When?
	Where?


This article assumes the reader has familiarity and experience with Junit.

"StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on ...</description>
		<link>http://code.supergloo.com/2007/03/30/unit-testing-with-strutstestcase-for-junit-tutorial/</link>
			</item>
	<item>
		<title>Example of Java Acceptance Testing with Fit</title>
		<description>Fit testing provides a way for non-developers to participate in test driven development.  Fit testing facilitates collaboration  and communication in applications that need to verify results from calculations.  From the Fit testing website, http://fit.c2.com/:
Great software requires collaboration and communication. Fit is a tool for enhancing collaboration in ...</description>
		<link>http://code.supergloo.com/2007/03/23/example-of-java-acceptance-testing-with-fit/</link>
			</item>
	<item>
		<title>DLL from Java with Jawin</title>
		<description>Do you need to use a Windows DLL from Java? I recommend investigating the open source tool: Jawin.  I found used this tool in order to call a DLL that converts HTML to RTF.  After struggling with various JNI tutorials, Jawin was refreshing.  What makes this tool ...</description>
		<link>http://code.supergloo.com/2007/03/20/dll-from-java-with-jawin/</link>
			</item>
</channel>
</rss>
