<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Engroup 1.5 Milestone 1 released</title>
	<atom:link href="http://blog.esofthead.com/engroup-15-milestone-1-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.esofthead.com/engroup-15-milestone-1-released/</link>
	<description>The official blog of eSoftHead Company</description>
	<lastBuildDate>Mon, 15 Aug 2011 06:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/engroup-15-milestone-1-released/comment-page-1/#comment-103</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Jun 2009 14:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/engroup-15-milestone-1-released/#comment-103</guid>
		<description>@Xie thanks for discovering, I found that wiki module is broken due to developer has merged the code in branch to trunk incorrectly. We will update the build very soon. With the new build (I will inform to community when it is available), end user does not need to do anything (one main goal of engroup is reducing administrator effort) to make engroup module works like I answered above.</description>
		<content:encoded><![CDATA[<p>@Xie thanks for discovering, I found that wiki module is broken due to developer has merged the code in branch to trunk incorrectly. We will update the build very soon. With the new build (I will inform to community when it is available), end user does not need to do anything (one main goal of engroup is reducing administrator effort) to make engroup module works like I answered above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.esofthead.com/engroup-15-milestone-1-released/comment-page-1/#comment-100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 06 Jun 2009 09:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/engroup-15-milestone-1-released/#comment-100</guid>
		<description>@Xie Here are my responses:
1. Create wiki page in engroup: simply click &#039;Edit&#039; link page in the wiki page (for example: main page). Engroup embeded jspwiki, and you can follow guidelines of using jspwiki syntax. You do not need to do any extra tasks.

2. We choose iBatis due to several reasons:
    + Performance: iBatis has far better performance than Hibernate.
    + Complex SQL query: we use many complex SQL query. So a SQL map is better than ORM. If we use Hibernate we must use HQL, it is not necessary while we can use SQL and not sacrifice application performance.
    + Flat POJO: Hibernate causes cycle dependency among data objects (one-one, many-one, many-many, one-many), and data objects could be exchanged among applications, protocols (XML format - Web services, REST or remote object). Lazy loading collection objects in Hibernate causes our frameworks could not resolve data objects in runtime. 

Moreover, though Hibernate is easy to use but iBatis is as simple as Hibernate. Though Hibernate is excellent tool but I prefer to use iBatis in our application due to above reasons. But all my clients prefer Hibernate over iBatis due to other reasons :). So we only can use iBatis in Engroup only :).</description>
		<content:encoded><![CDATA[<p>@Xie Here are my responses:<br />
1. Create wiki page in engroup: simply click &#8216;Edit&#8217; link page in the wiki page (for example: main page). Engroup embeded jspwiki, and you can follow guidelines of using jspwiki syntax. You do not need to do any extra tasks.</p>
<p>2. We choose iBatis due to several reasons:<br />
    + Performance: iBatis has far better performance than Hibernate.<br />
    + Complex SQL query: we use many complex SQL query. So a SQL map is better than ORM. If we use Hibernate we must use HQL, it is not necessary while we can use SQL and not sacrifice application performance.<br />
    + Flat POJO: Hibernate causes cycle dependency among data objects (one-one, many-one, many-many, one-many), and data objects could be exchanged among applications, protocols (XML format &#8211; Web services, REST or remote object). Lazy loading collection objects in Hibernate causes our frameworks could not resolve data objects in runtime. </p>
<p>Moreover, though Hibernate is easy to use but iBatis is as simple as Hibernate. Though Hibernate is excellent tool but I prefer to use iBatis in our application due to above reasons. But all my clients prefer Hibernate over iBatis due to other reasons <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So we only can use iBatis in Engroup only <img src='http://blog.esofthead.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xie</title>
		<link>http://blog.esofthead.com/engroup-15-milestone-1-released/comment-page-1/#comment-98</link>
		<dc:creator>xie</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/engroup-15-milestone-1-released/#comment-98</guid>
		<description>i modify the JSPWiki.policy in folder wiki/web-inf  but no effect.and i try [{ALLOW view admin}] in page no effect too.</description>
		<content:encoded><![CDATA[<p>i modify the JSPWiki.policy in folder wiki/web-inf  but no effect.and i try [{ALLOW view admin}] in page no effect too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xie</title>
		<link>http://blog.esofthead.com/engroup-15-milestone-1-released/comment-page-1/#comment-97</link>
		<dc:creator>xie</dc:creator>
		<pubDate>Thu, 04 Jun 2009 09:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.esofthead.com/engroup-15-milestone-1-released/#comment-97</guid>
		<description>hi,i have some questions.
1.how to create wiki page in engroup.or only for ie foxfire
2.why your choose ibatis not orm like hibernate.</description>
		<content:encoded><![CDATA[<p>hi,i have some questions.<br />
1.how to create wiki page in engroup.or only for ie foxfire<br />
2.why your choose ibatis not orm like hibernate.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

