<?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>Armindo Cachada&#039;s Blog: Struts 2, Adobe Flex and ATG &#187; Struts 2</title>
	<atom:link href="http://www.spltech.co.uk/blog/tag/struts-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spltech.co.uk/blog</link>
	<description>In this blog I talk about Struts 2, Adobe Flex, JBOSS, ATG and other technologies.</description>
	<lastBuildDate>Sun, 14 Feb 2010 15:33:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrate Adobe Flex and JBOSS using BlazeDS &#8211; Part I</title>
		<link>http://www.spltech.co.uk/blog/jboss/integrate-adobe-flex-and-jboss-using-blazeds-part-i</link>
		<comments>http://www.spltech.co.uk/blog/jboss/integrate-adobe-flex-and-jboss-using-blazeds-part-i#comments</comments>
		<pubDate>Mon, 31 Aug 2009 12:21:27 +0000</pubDate>
		<dc:creator>Armindo Cachada</dc:creator>
				<category><![CDATA[Data Services]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[JBOSS]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Adobe LiveCycle DS]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Struts 2]]></category>

		<guid isPermaLink="false">http://www.spltech.co.uk/blog/?p=45</guid>
		<description><![CDATA[In this tutorial I will give you step by step instructions on how to integrate Adobe Flex and JBOSS using BlazeDS.
Although in this tutorial I am addressing BlazeDS, the steps in this tutorial should also apply to Adobe Flex LiveCycle Data Services. The only difference are the jars that you copy to your WEB-INF/lib directory. [...]]]></description>
		<wfw:commentRss>http://www.spltech.co.uk/blog/jboss/integrate-adobe-flex-and-jboss-using-blazeds-part-i/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adobe Flex with Struts 2 using HttpService</title>
		<link>http://www.spltech.co.uk/blog/struts-2/adobe-flex-with-struts-2-using-httpservice</link>
		<comments>http://www.spltech.co.uk/blog/struts-2/adobe-flex-with-struts-2-using-httpservice#comments</comments>
		<pubDate>Mon, 31 Aug 2009 12:10:15 +0000</pubDate>
		<dc:creator>Armindo Cachada</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Struts 2]]></category>
		<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[flex 3]]></category>
		<category><![CDATA[HttpService]]></category>
		<category><![CDATA[struts+flex]]></category>
		<category><![CDATA[struts2+flex]]></category>

		<guid isPermaLink="false">http://www.spltech.co.uk/blog/?p=33</guid>
		<description><![CDATA[Using HttpService is the easiest way in which you can integrate Adobe Flex and Struts 2. As an example I will show you how you can create a registration form in Adobe Flex which calls a struts 2 action to create new users. Note that this example is very simple and for demonstration purposes. I [...]]]></description>
		<wfw:commentRss>http://www.spltech.co.uk/blog/struts-2/adobe-flex-with-struts-2-using-httpservice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uploading a file with Struts 2</title>
		<link>http://www.spltech.co.uk/blog/struts-2/uploading-a-file-with-struts-2</link>
		<comments>http://www.spltech.co.uk/blog/struts-2/uploading-a-file-with-struts-2#comments</comments>
		<pubDate>Mon, 31 Aug 2009 11:50:28 +0000</pubDate>
		<dc:creator>Armindo Cachada</dc:creator>
				<category><![CDATA[Struts 2]]></category>
		<category><![CDATA[file upload]]></category>

		<guid isPermaLink="false">http://www.spltech.co.uk/blog/?p=22</guid>
		<description><![CDATA[Uploading a file with Struts 2 is really simple with the help of the FileUploadInterceptor. The steps required to upload a file using Struts 2 are:
Step 1
Create the Struts 2 Action class. In our example we have called it FileUploadAction.java
An example of an action to upload a file:

package uk.co.spltech.web.actions;

import com.opensymphony.xwork2.Action;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;

/**
 * Uploads [...]]]></description>
		<wfw:commentRss>http://www.spltech.co.uk/blog/struts-2/uploading-a-file-with-struts-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

