<?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>Li Guoliang &#187; BlazeDS</title>
	<atom:link href="http://liguoliang.com/tag/blazeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://liguoliang.com</link>
	<description>ActionScript Flex Java JEE PHP...</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:44:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>基于Athena framework快速创建Java Flex应用入门教程</title>
		<link>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-index/</link>
		<comments>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-index/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 14:05:17 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Athena Framework]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Flex企业级框架]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-index/</guid>
		<description><![CDATA[本教程简要介绍基于Athena框架的Flex应用开发. 假定你已具备基本的Flex + Java开发技能. 我们将使用Athena框架快速创建一个类似与Adobe Flex Test Drive的小应用(<a href="http://www.adobe.com/devnet/flex/testdrive.html" target="_blank">链接</a>), 该应用与Adobe Flex Test Drive的不同之处在于: Flex端采用了A<p class='read-more'><a href='http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-index/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-index/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>基于Athena框架的Flex入门教程(3) 编写Java Flex两端代码,运行程序</title>
		<link>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-3/</link>
		<comments>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-3/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 12:04:00 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Athena Framework]]></category>
		<category><![CDATA[BlazeDS]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-3/</guid>
		<description><![CDATA[<a href="http://liguoliang.com/2011/get-start-with-ahtena-flex-framework/" target="_blank">在教程1中</a>已经创建好了Java工程及Flex工程;
<a href="http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/" target="_blank">在教程2中</a>已经使用AthenaConsole及metadata workbench配置好了数据库,并进行了建模及代码生成;
本节我们将编写Java端及Flex端代码, 并最终运行程序;
服务器端编程 &#8211; 创建被配置Service
在At<p class='read-more'><a href='http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-3/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于Athena框架的Flex入门教程(2)配置Entity, 自动生成Java端, Flex端代码</title>
		<link>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/</link>
		<comments>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:50:39 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Athena Framework]]></category>
		<category><![CDATA[BlazeDS]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/</guid>
		<description><![CDATA[使用Athena Console(控制台)管理数据库, 管理Entity, 生成代码
基于Athena Console可快速创建并管理数据库, 维护数据库结构, 并自动生成代码.
使用Athena Console创建并管理数据库
控制台基于前文所述的eo-config.xml文件运行, 因此启动后应<p class='read-more'><a href='http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于Athena框架的Flex入门教程(1) 环境配置</title>
		<link>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/</link>
		<comments>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 07:44:58 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Athena Framework]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Flex企业级框架]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2011/get-start-with-ahtena-flex-framework/</guid>
		<description><![CDATA[环境搭建
在服务器端, 我们采用MySql数据库;
除了开发必须的IDE, MySql之外, 需要先下载或安装以下文件: <a href="http://athenasource.org/downloads/index.php" target="_blank">下载页面</a>
<ul>
<li>Athena Framework SDK (Java and Flex) 2.0.0 &#8211; 包含Java端及Flex端的SDK及文档
</li><li>Athena Cons</li></ul><p class='read-more'><a href='http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2011/get-start-with-ahtena-flex-framework-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlazeDS Flex端常用方法总结 及 ResultEvent分析</title>
		<link>http://liguoliang.com/2009/blazeds-flex%e7%ab%af%e5%b8%b8%e7%94%a8%e6%96%b9%e6%b3%95%e6%80%bb%e7%bb%93-%e5%8f%8a-resultevent%e5%88%86%e6%9e%90/</link>
		<comments>http://liguoliang.com/2009/blazeds-flex%e7%ab%af%e5%b8%b8%e7%94%a8%e6%96%b9%e6%b3%95%e6%80%bb%e7%bb%93-%e5%8f%8a-resultevent%e5%88%86%e6%9e%90/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 12:24:54 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[ResultEvent]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2009/02/803/</guid>
		<description><![CDATA[<strong>1 .基本使用:</strong>
	private var op:AbstractOperation;
	public function loadEmployees():void {
		op = AppContext.getRemoteObject().getOperation("loadEmployees");<p class='read-more'><a href='http://liguoliang.com/2009/blazeds-flex%e7%ab%af%e5%b8%b8%e7%94%a8%e6%96%b9%e6%b3%95%e6%80%bb%e7%bb%93-%e5%8f%8a-resultevent%e5%88%86%e6%9e%90/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2009/blazeds-flex%e7%ab%af%e5%b8%b8%e7%94%a8%e6%96%b9%e6%b3%95%e6%80%bb%e7%bb%93-%e5%8f%8a-resultevent%e5%88%86%e6%9e%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex BlazeDS Java JDBC MySql 快速配置</title>
		<link>http://liguoliang.com/2009/flex-blazeds-java-jdbc-mysql-%e9%80%9f%e9%85%8d%e5%bf%ab%e9%80%9f%e9%85%8d%e7%bd%ae/</link>
		<comments>http://liguoliang.com/2009/flex-blazeds-java-jdbc-mysql-%e9%80%9f%e9%85%8d%e5%bf%ab%e9%80%9f%e9%85%8d%e7%bd%ae/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 08:48:27 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2009/02/793/</guid>
		<description><![CDATA[从下往上:<a href="http://liguoliang.com/wp-content/uploads/2009/02/image9.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="image" src="http://liguoliang.com/wp-content/uploads/2009/02/image-thumb9.png" border="0" alt="image" width="330" height="540" align="right" /></a>
<strong>1. Java – JDBC – MySql</strong>
1. 装好MySql, 启动服务.
2. 将mysql-connector-java-5.1.7-bin.jar 拖入WEB-INF/lib下.
搞定.
<a href="http://liguoliang.com/wp-content/uploads/2009/02/image10.png"></a>
<strong>2. Java端BlazeDS配置</strong>
1. Java端:
将BlazeDS压缩包内的WE<p class='read-more'><a href='http://liguoliang.com/2009/flex-blazeds-java-jdbc-mysql-%e9%80%9f%e9%85%8d%e5%bf%ab%e9%80%9f%e9%85%8d%e7%bd%ae/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2009/flex-blazeds-java-jdbc-mysql-%e9%80%9f%e9%85%8d%e5%bf%ab%e9%80%9f%e9%85%8d%e7%bd%ae/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Flex端调用Java服务的过程</title>
		<link>http://liguoliang.com/2009/flex%e7%ab%af%e8%b0%83%e7%94%a8java%e6%9c%8d%e5%8a%a1%e7%9a%84%e8%bf%87%e7%a8%8b/</link>
		<comments>http://liguoliang.com/2009/flex%e7%ab%af%e8%b0%83%e7%94%a8java%e6%9c%8d%e5%8a%a1%e7%9a%84%e8%bf%87%e7%a8%8b/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 03:14:35 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://liguoliang.com/2009/02/777/</guid>
		<description><![CDATA[1. get Operation
2. set arguments
3. AddResponder, Send();
如下:

	private var op:AbstractOperation;
	public function loadEmployees():void {
		op = AppC<p class='read-more'><a href='http://liguoliang.com/2009/flex%e7%ab%af%e8%b0%83%e7%94%a8java%e6%9c%8d%e5%8a%a1%e7%9a%84%e8%bf%87%e7%a8%8b/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2009/flex%e7%ab%af%e8%b0%83%e7%94%a8java%e6%9c%8d%e5%8a%a1%e7%9a%84%e8%bf%87%e7%a8%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlazeDS配置实例</title>
		<link>http://liguoliang.com/2008/blazeds%e9%85%8d%e7%bd%ae%e5%ae%9e%e4%be%8b/</link>
		<comments>http://liguoliang.com/2008/blazeds%e9%85%8d%e7%bd%ae%e5%ae%9e%e4%be%8b/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 15:55:52 +0000</pubDate>
		<dc:creator>老李</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://myxju.com/?p=20</guid>
		<description><![CDATA[[小站博客均为原创, 转载请保留以下信息:
作者:<a href="http://liguoliang.com" target="_blank">http://liguoliang.com</a> 欢迎访问:Adobe上海用户组: <a href="http://riashanghai.com " target="_blank">http://riashanghai.com </a>]

1.什么是BlazeDS
BlazeDS is the server-based Java remoting and w<p class='read-more'><a href='http://liguoliang.com/2008/blazeds%e9%85%8d%e7%bd%ae%e5%ae%9e%e4%be%8b/'>More...</a></p>]]></description>
		<wfw:commentRss>http://liguoliang.com/2008/blazeds%e9%85%8d%e7%bd%ae%e5%ae%9e%e4%be%8b/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

