<?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>Himmel &#187; AST</title>
	<atom:link href="http://lazing.ave7.net/tag/ast/feed/" rel="self" type="application/rss+xml" />
	<link>http://lazing.ave7.net</link>
	<description>时间很长；现在很短；距离很长；相遇很短</description>
	<lastBuildDate>Thu, 09 Sep 2010 17:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>新七街开发进度小结 080913</title>
		<link>http://lazing.ave7.net/2008/summary-of-the-seven-streets-in-the-development-of-the-progress-of-the-new-080913/</link>
		<comments>http://lazing.ave7.net/2008/summary-of-the-seven-streets-in-the-development-of-the-progress-of-the-new-080913/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 19:02:13 +0000</pubDate>
		<dc:creator>某L</dc:creator>
				<category><![CDATA[Project and Methodology]]></category>
		<category><![CDATA[AST]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://lazing.ave7.net/blog/?p=318</guid>
		<description><![CDATA[完成了所有框架的搭设并且已经完成了论坛基本功能 用户基本管理 权限控制与分组 基础部分，通用模块经过三次重大调整，完成了ChainQuery以及相关的分页，延迟加载，排序等模块，估计进度80% REST模式确定 为 http://www.example.org/namespace/con&#8230;para=paraValue 的格式 基于ModelDriven 结合REST 就实现了 http://www.example.org/namespace/controller.json http://www.example.org/namespace/controller.xml 这样的数据访问接口，并且可以通过HttpBasic认证（之前有POC，此次还未测试） 数据部分，已经尝试转换基本用户数据成功 重要关注：帖子 主题 论坛分类 主题分类 附件 明天工作计划： 完成权限相关的细节功能 完成基本Tag模块 关于Hibernate数据库链接未释放的问题 一定要调用session的close或者release这样的方法。 如果使用Spring的HibernateTemplate，不妨写个HibernateCallback把琐碎的事情交给Spring来完成，毕竟涉及到多事务的问题，还是相对复杂的。 另外赞一下AST以及Hibernate的AST实现，对DSL有了新的想法 笔记：DSL之二 使用DSL 笔记：DSL之一 简介 安静一点 七街开发报告1104 Dynamic Language and DSL]]></description>
			<content:encoded><![CDATA[<p>完成了所有框架的搭设并且已经完成了论坛基本功能    <br />用户基本管理 权限控制与分组</p>
<p>基础部分，通用模块经过三次重大调整，完成了ChainQuery以及相关的分页，延迟加载，排序等模块，估计进度80%    <br />REST模式确定 为 </p>
<p><a href="http://www.example.org/namespace/con">http://www.example.org/namespace/con</a>&#8230;para=paraValue 的格式     <br />基于ModelDriven 结合REST 就实现了     <br /><a href="http://www.example.org/namespace/controller.json">http://www.example.org/namespace/controller.json</a>     <br /><a href="http://www.example.org/namespace/controller.xml">http://www.example.org/namespace/controller.xml</a></p>
<p>这样的数据访问接口，并且可以通过HttpBasic认证（之前有POC，此次还未测试）</p>
<p>数据部分，已经尝试转换基本用户数据成功</p>
<p>重要关注：帖子 主题 论坛分类 主题分类 附件</p>
<p>明天工作计划：</p>
<ol>
<li>完成权限相关的细节功能 </li>
<li>完成基本Tag模块 </li>
</ol>
<p>关于Hibernate数据库链接未释放的问题</p>
<p>一定要调用session的close或者release这样的方法。</p>
<p>如果使用Spring的HibernateTemplate，不妨写个HibernateCallback把琐碎的事情交给Spring来完成，毕竟涉及到多事务的问题，还是相对复杂的。</p>
<p>另外赞一下AST以及Hibernate的AST实现，对DSL有了新的想法</p>
<ul>
<li><a href="http://lazing.ave7.net/2008/quiet-point/" rel="bookmark" title="2008/08/28">安静一点</a></li>
<li><a href="http://lazing.ave7.net/2007/dynamic-language-and-dsl/" rel="bookmark" title="2007/11/29">Dynamic Language and DSL</a></li>
<li><a href="http://lazing.ave7.net/2009/notes-dsl-about-one/" rel="bookmark" title="2009/06/22">笔记：DSL之一 简介</a></li>
<li><a href="http://lazing.ave7.net/2008/seven-streets-development-report-1104/" rel="bookmark" title="2008/11/05">七街开发报告1104</a></li>
<li><a href="http://lazing.ave7.net/2009/notes-dsl-bis-use-dsl/" rel="bookmark" title="2009/06/23">笔记：DSL之二 使用DSL</a></li>
</ul>
<p><!-- Random Posts took 9.822 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://lazing.ave7.net/2008/summary-of-the-seven-streets-in-the-development-of-the-progress-of-the-new-080913/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
