<?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/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
><channel><title>Himmel &#187; session</title> <atom:link href="http://lazing.ave7.net/tag/session/feed/" rel="self" type="application/rss+xml" /><link>http://lazing.ave7.net</link> <description>时间很长；现在很短；距离很长；相遇很短</description> <lastBuildDate>Wed, 11 Jan 2012 18:03:14 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license> <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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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有了新的想法 安静一点 Dynamic Language and DSL 七街开发报告1104 笔记：DSL之一 简介 笔记：DSL之二 使用DSL Rating: 0.0/5 (0 votes cast)<br /><div><img src="http://lazing.ave7.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></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/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-bis-use-dsl/" rel="bookmark" title="2009/06/23">笔记：DSL之二 使用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/2008/quiet-point/" rel="bookmark" title="2008/08/28">安静一点</a></li><li><a href="http://lazing.ave7.net/2009/notes-dsl-about-one/" rel="bookmark" title="2009/06/22">笔记：DSL之一 简介</a></li></ul><p></p><p><a href="http://www.bshare.cn/share?url=http%3A%2F%2Flazing.ave7.net%2F2008%2Fsummary-of-the-seven-streets-in-the-development-of-the-progress-of-the-new-080913%2F&title=%E6%96%B0%E4%B8%83%E8%A1%97%E5%BC%80%E5%8F%91%E8%BF%9B%E5%BA%A6%E5%B0%8F%E7%BB%93+080913" title="用bShare分享或收藏本文"><img src="http://static.bshare.cn/frame/images/button_custom1-zh.gif" alt="用bShare分享或收藏本文" /></a></p><br /><div><img src="http://lazing.ave7.net/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br /> <img src="http://lazing.ave7.net/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=318" width="1" height="1" style="display: none;" />]]></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> <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license> </item> </channel> </rss>
