<?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>The Jar in the Spotlight</title>
	<atom:link href="http://www.jarconnection.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarconnection.com</link>
	<description>Computation, Visualization and Programming lab</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:05:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IJCAI&#8217;11 &#8211; Twenty-second International Conference on AI</title>
		<link>http://www.jarconnection.com/artificial-intelligence/ijcai11-twenty-second-international-conference-on-ai/</link>
		<comments>http://www.jarconnection.com/artificial-intelligence/ijcai11-twenty-second-international-conference-on-ai/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 14:03:51 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=211</guid>
		<description><![CDATA[Starting on July 16th 2011, the "Twenty-second international joint conference on Artificial Intelligence" will be placed in Barcelona (Spain).]]></description>
			<content:encoded><![CDATA[<p>Starting on July 16th 2011, the &#8220;Twenty-second international joint conference on Artificial Intelligence&#8221; will be placed in Barcelona (Spain).</p>
<p>More info:<a href="http://www.ijcai-11.org" target="_blank"> http://www.ijcai-11.org/</a> (official website)<a href="http://www.ijcai-11.org" target="_blank"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/artificial-intelligence/ijcai11-twenty-second-international-conference-on-ai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firsts steps to Liferay Portal</title>
		<link>http://www.jarconnection.com/cms/firsts-steps-to-liferay-portal/</link>
		<comments>http://www.jarconnection.com/cms/firsts-steps-to-liferay-portal/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:03:53 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[liferay]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=134</guid>
		<description><![CDATA[This is the first of a serie of articles where you can learn how to develope a portal in Liferay. We are going to install and fix all the necessary settings to work on a Windows XP system. To install Liferay Portal is needed: - Java 6 JDK (http://java.sun.com/javase/downloads/widget/jdk6.jsp) - Mysql Community Server 5.x (http://dev.mysql.com/downloads/mysql/). [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first of a serie of articles where you can learn how to develope a portal in Liferay.</p>
<p>We are going to install and fix all the necessary settings to work on a Windows XP system.</p>
<p>To install Liferay Portal is needed:</p>
<p>- Java 6 JDK<br />
(<a href="http://java.sun.com/javase/downloads/widget/jdk6.jsp" target="_blank">http://java.sun.com/javase/downloads/widget/jdk6.jsp</a>)</p>
<p>- Mysql Community Server 5.x<br />
(<a href="http://dev.mysql.com/downloads/mysql/" target="_blank">http://dev.mysql.com/downloads/mysql/</a>).<br />
You&#8217;ll need a database manager (Mysql Administrator or other).</p>
<p>- Liferay Portal 5.2.3 CE bundled with Tomcat 6.0<br />
(<a href="http://sourceforge.net/projects/lportal/files/Liferay%20Portal/liferay-portal-tomcat-6.0-5.2.3.zip" target="_blank">http://sourceforge.net/projects/lportal/files/Liferay%20Portal/liferay-portal-tomcat-6.0-5.2.3.zip</a>)</p>
<p>- Notepad++<br />
(<a href="http://notepad-plus-plus.org/download" target="_blank">http://notepad-plus-plus.org/download</a>)</p>
<p>Unzip all the files in your HD. Remember the path in order to the next step.</p>
<p>We need to add a new user variable. Click on &#8220;Environment Variables&#8221; at &#8220;System Properties&#8221; section on &#8220;My Computer&#8221;. Click on &#8220;New&#8221; and add the variable with this values:</p>
<p><em>variable name: JAVA_HOME<br />
variable value: C:\Java\jdk1.6.0_20<br />
(you have to put your jdk path here)</em></p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.jarconnection.com/wp-content/uploads/2010/06/java_home.jpg"><img class="size-medium wp-image-143 " title="java_home" src="http://www.jarconnection.com/wp-content/uploads/2010/06/java_home-300x172.jpg" alt="Environment Variable &quot;JAVA_HOME&quot;" width="300" height="172" /></a><p class="wp-caption-text">Fig. 1. Environment Variable &quot;JAVA_HOME&quot;</p></div>
<p>Then, edit the system variable &#8220;Path&#8221; and add the new variable and save all changes.</p>
<p><em>variable value: %JAVA_HOME%\bin; (don&#8217;t delete the other values)</em></p>
<div id="attachment_148" class="wp-caption aligncenter" style="width: 267px"><a href="http://www.jarconnection.com/wp-content/uploads/2010/06/path.jpg"><img class="size-medium wp-image-148" title="path" src="http://www.jarconnection.com/wp-content/uploads/2010/06/path-257x300.jpg" alt="path" width="257" height="300" /></a><p class="wp-caption-text">Fig. 2. &quot;JAVA_HOME&quot; added to &quot;Path&quot;</p></div>
<p>Liferay Portal works with a database called &#8220;hsql&#8221;. To work with a Mysql database, create a database called &#8220;lportal&#8221; and a user with all the grants to that database. Then create a file called &#8220;portal-ext.properties&#8221; on &#8220;C:\liferay-portal-5.2.3&#8243;. Copy and paste the next code in it:</p>
<p><em>jdbc.default.driverClassName=com.mysql.jdbc.Driver<br />
jdbc.default.url=jdbc:mysql://localhost/<strong>lportal</strong>?useUnicode=true&amp;characterEncoding=UTF-8&amp;useFastDateParsing=false<br />
jdbc.default.username=<strong>lportal</strong><br />
jdbc.default.password=<strong>lportal</strong></em></p>
<p>Where the words in bold are: database name, username and password.</p>
<p>On &#8220;<em>C:\liferay-portal-5.2.3\tomcat-6.0.18\webapps\ROOT</em>&#8221; delete the folders &#8220;<em>sevencogs-theme</em>&#8221; and &#8220;<em>sevencogs-hook</em>&#8221; (these are sample themes and hooks).</p>
<p>Now we can run Liferay Portal. Go to</p>
<p><em>C:\liferay-portal-5.2.3\tomcat-6.0.18\bin (or wherever your folder is unzipped)</em></p>
<p>and execute &#8220;startup.bat&#8221;. After a few minutes, the welcome page will appear on your browser.</p>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.jarconnection.com/wp-content/uploads/2010/06/home.jpg"><img class="size-medium wp-image-151" title="home" src="http://www.jarconnection.com/wp-content/uploads/2010/06/home-300x182.jpg" alt="home page" width="300" height="182" /></a><p class="wp-caption-text">Fig. 3. Liferay Portal Home page</p></div>
<p>To get to the portal administration, sign in as:</p>
<p>username: test@liferay.com<br />
password: test</p>
<p>You can download a pdf version <a href="http://www.jarconnection.com/wp-content/uploads/2010/07/Firts-steps-to-Liferay-Portal.pdf" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/cms/firsts-steps-to-liferay-portal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Knowledge engineering</title>
		<link>http://www.jarconnection.com/artificial-intelligence/knowledge-engineering/</link>
		<comments>http://www.jarconnection.com/artificial-intelligence/knowledge-engineering/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 13:34:42 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[kwowledge]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=121</guid>
		<description><![CDATA[Knowledge-based systems...what are they???]]></description>
			<content:encoded><![CDATA[<p>Knowledge engineering (KE) is an engineering discipline, part of the Artificial Intelligence, whose purpose is to design and develope expert systems (or knowledge-based systems). That involves extracting the knowledge of human experts in a particular area, and encode that knowledge, so that it can be processed by a system.</p>
<p>The main problem is that knowledge engineering is not an expert in field that attempts to model, while the expert on the subject has no<br />
knowledge modeling experience (based on heuristics) in a way that can be represented generically in a system.</p>
<p>An expert system is software that attempts to provide an answer to a problem, or clarify uncertainties where normally one or more human experts would need to be consulted.<br />
Expert systems are most common in a specific problem domain, and is a traditional application and/or subfield of artificial intelligence. A wide variety of methods can be used to simulate the performance of the expert however common to most or all are:</p>
<p>1. The creation of a knowledge base which uses some knowledge representation formalism to capture the Subject Matter Expert&#8217;s (SME) knowledge</p>
<p>2. A process of gathering that knowledge from the SME and codifying it according to the formalism, which is called <strong>knowledge engineering</strong>. Expert systems may or may not have learning components but a third common element is that once the system is developed it is proven by being placed in the same real world problem solving situation as the human SME, typically as an aid to human workers or a supplement to some information system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/artificial-intelligence/knowledge-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Hibernate?</title>
		<link>http://www.jarconnection.com/developement/what-is-hibernate/</link>
		<comments>http://www.jarconnection.com/developement/what-is-hibernate/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 14:04:17 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[liferay]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=112</guid>
		<description><![CDATA[Working with object oriented software and relational databases can  make us spend much time in the current environments. Hibernate is a tool that performs the mapping between object oriented world applications and entity relationship data bases in Java environments.]]></description>
			<content:encoded><![CDATA[<p><strong>Hibernate</strong> is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database. Hibernate solves object-relational impedance mismatch problems by replacing direct persistence-related database accesses with high-level object handling functions.</p>
<p>Hibernate is designed to be flexible in terms of  table schema used, to adapt to use on an existing database. It also has the functionality to create the database from available information.</p>
<p>Hibernate offers a query language data called HQL (Hibernate Query Language), at the same time to build an API queries programmatically (known as &#8220;criteria&#8221;).</p>
<p>Hibernate for Java can be used in applications Independent Java applications or Java EE, by the component that implements the Hibernate Annotations JPA standard, which is part of this platform.</p>
<p>An interesting point is connecting Hibernate and Liferay. More info about this experience soon!!</p>
<p>Official site: <a href="http://www.hibernate.org/">http://www.hibernate.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/developement/what-is-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Liferay.com</title>
		<link>http://www.jarconnection.com/developement/new-liferay-com/</link>
		<comments>http://www.jarconnection.com/developement/new-liferay-com/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 11:22:00 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Developement]]></category>
		<category><![CDATA[liferay]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=101</guid>
		<description><![CDATA[While we are waiting for the Liferay 6.0 release, Liferay official site changes its image.]]></description>
			<content:encoded><![CDATA[<p>Liferay.com has changed. Now we can see its new look at <a href="http://www.liferay.com" target="_blank">www.liferay.com</a> while we&#8217;re waiting for the Liferay 6.0 release (maybe end of april).</p>
<p>Meanwhile, you can know the last features of it at the blogs, like the &#8220;<a href="http://www.liferay.com/web/manish.gupta/blog/-/blogs/new-feature-in-liferay-6-0-team?_33_redirect=/community/blogs" target="_blank">team</a>&#8221; (a new kind of group). I just downloaded bundeled Liferay Portal 6.0 and looks great!!!</p>
<p>Here are some screenshots:</p>
<p><a href="http://www.jarconnection.com/wp-content/uploads/2010/04/liferay_6.0_0.png"><img class="aligncenter size-medium wp-image-108" title="liferay_6.0_0" src="http://www.jarconnection.com/wp-content/uploads/2010/04/liferay_6.0_0-300x292.png" alt="" width="300" height="292" /></a></p>
<p style="text-align: center;">Fig. 1. Home</p>
<p style="text-align: center;">
<p><a href="http://www.jarconnection.com/wp-content/uploads/2010/04/liferay_6.0_1.png"><img class="aligncenter size-medium wp-image-103" title="liferay_6.0_1" src="http://www.jarconnection.com/wp-content/uploads/2010/04/liferay_6.0_1-300x155.png" alt="" width="300" height="155" /></a></p>
<p style="text-align: center;">Fig. 2. Admin Menu</p>
<p style="text-align: left;">More news soon!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/developement/new-liferay-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICEfaces &amp; Liferay</title>
		<link>http://www.jarconnection.com/developement/icefaces-liferay/</link>
		<comments>http://www.jarconnection.com/developement/icefaces-liferay/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:38:28 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Developement]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[liferay]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=86</guid>
		<description><![CDATA[Many times we want to improve our web applications in Java. Yes, they are robust and give users the information they want. But what could we do to improve their response time? Discover Icefaces]]></description>
			<content:encoded><![CDATA[<p>ICEfaces is an integrated Ajax Java application framework that enables Java EE Ajax application developers to easily create and deploy thin-client rich Internet applications (RIA) in pure Java. This lets us to imporve our Liferay portal.</p>
<p>ICEfaces is a fully featured product that enterprise developers can use to develop new or existing Java EE Ajax applications at no cost. There is an open source project and an Enterprise (commercial) software that extends the open source project.</p>
<p>There are numerous benefits of using ICEfaces to enrich enterprise web applications:</p>
<p><strong>Rich User Experience:</strong> Create a superior user experience and produce more effective enterprise Java EE Ajax applications.</p>
<p><strong>Open Source:</strong> ICEfaces is the most successful enterprise Ajax  Java framework  available under open source.</p>
<p><strong>Standards-based:</strong> ICEfaces is a pure Java enterprise solution so developers can continue to work the way they are use to.  Existing Java IDEs and test tools can be leveraged during development.</p>
<p><strong>Easy Ajax:</strong> ICEfaces is much more than a component suite it is a Java Ajax application framework that provides ease of development for Java/JSF developers. ICEfaces applications are developed with minimal design effort in Java/JSF not JavaScript.</p>
<p><strong>Ajax Push:</strong> ICEfaces pioneered<a href="http://www.icefaces.org/main/ajax-java/ajaxpush.iface">Ajax Push</a> , enabling server/application initiated content rendering to the browser.  With<a href="http://www.icefaces.org/main/ajax-java/ajaxpush.iface">Ajax Push</a> , developers can create  collaborative and dynamic Java  EE Ajax applications like  never before.  There is simply no easier way to develop Java<a href="http://www.icefaces.org/main/ajax-java/ajaxpush.iface">Ajax Push</a> applications.</p>
<p><strong>Security:</strong> ICEfaces EE is the most secure Java EE Ajax solution on the market today. It is compatible with SSL, prevents cross-site scripting, malicious code injections and unauthorized data mining. As a server-based solution, ICEfaces EE doesn&#8217;t expose application logic or user data, plus it is especially effective at preventing fake form submissions and SQL injections attacks.</p>
<p><strong>Project Home page:</strong></p>
<p>http://www.icefaces.org</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/developement/icefaces-liferay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Access Objects From A Velocity Template</title>
		<link>http://www.jarconnection.com/cms/how-to-access-objects-from-a-velocity-template/</link>
		<comments>http://www.jarconnection.com/cms/how-to-access-objects-from-a-velocity-template/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 11:20:03 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[velocity]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=45</guid>
		<description><![CDATA[You want to display an image in a template or a jsp file of a portlet? Velocity Theme variables can help you!!]]></description>
			<content:encoded><![CDATA[<p>Recently I started developing a new theme in Liferay. I had some troubles because I had to display images in the &#8220;portal_normal.vm&#8221; not only in the &#8220;custom.css&#8221; by requirements of design.</p>
<p>After looking in several posts and blogs and aiming us to display them in the css file (why we would not do it?) I found an interesting post about Velocity objects.</p>
<p>And now the is an application:</p>
<p>&lt;a href=&#8221;#&#8221;&gt;&lt;img src=&#8221;$themeDisplay.getPathThemeImages()/theme/logo.gif&#8221; alt=&#8221;Logo&#8221;&gt;&lt;/a&gt;</p>
<p>In the &#8220;Theme&#8221; scenario, we have the &#8220;$themeDisplay&#8221; variable. We can get the name of the css class, its folder path, the logo name, &#8230;</p>
<p>All these variables are in the &#8220;init.vm&#8221; file in :</p>
<p>{your  root\liferay-portal-5.2.3\tomcat-6.0.18\webapps\ROOT\html\themes\_unstyled\templates</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/cms/how-to-access-objects-from-a-velocity-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Go Programming Language</title>
		<link>http://www.jarconnection.com/developement/the-go-programming-language/</link>
		<comments>http://www.jarconnection.com/developement/the-go-programming-language/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 20:24:43 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[programming languages]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=72</guid>
		<description><![CDATA[Go, the new Google project was released a few days ago on the Google Tech Talks.]]></description>
			<content:encoded><![CDATA[<p><em><strong>Go</strong></em> is the new programming language developed by Google.  The basics of the <em><strong>Go</strong></em> programming language are intended for programmers familiar with C or <em>C++. </em></p>
<p>If you want to know more about it or <em>just take a look to the code you can visit the official site or click the videos:<br />
</em></p>
<p>Official site:  <a href="http://golang.org/" target="_blank">http://golang.org/</a></p>
<p><strong>Google Tech Talks (<span>October 30, 2009</span></strong><strong>)<br />
</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rKnDgT73v8s&amp;hl=es_ES&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/rKnDgT73v8s&amp;hl=es_ES&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>First steps</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wwoWei-GAPo&amp;hl=es_ES&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/wwoWei-GAPo&amp;hl=es_ES&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/developement/the-go-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Liferay 5.3 release</title>
		<link>http://www.jarconnection.com/cms/liferay-5-3-release/</link>
		<comments>http://www.jarconnection.com/cms/liferay-5-3-release/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:52:05 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[liferay]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=63</guid>
		<description><![CDATA[There are some features quite interesting, in special all the improvements planned for the 5.3 release. You can get the slides of the last symposium in Berlin.]]></description>
			<content:encoded><![CDATA[<p>There are some features quite interesting, in special all the improvements planned for the 5.3 release (about december/january). Here is a summary of some of them:</p>
<p>- Content Management:</p>
<ul>
<li>Sharing structures between communities.</li>
<li>Related contents</li>
<li>Tagcloud</li>
<li>Improvements in the management of taxonomies</li>
<li>Moderation / censorship of content</li>
</ul>
<p>- Custom Attributes</p>
<ul>
<li>Incorporate custom fields to most portlets</li>
</ul>
<p>- Knowledge base</p>
<ul>
<li>Functional module for knowledge management.</li>
</ul>
<p>- Integrated Workflow</p>
<p>- Audit and usage statistics</p>
<p>- Scalability</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/cms/liferay-5-3-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Velocity</title>
		<link>http://www.jarconnection.com/developement/velocity/</link>
		<comments>http://www.jarconnection.com/developement/velocity/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 11:04:40 +0000</pubDate>
		<dc:creator>reych</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[velocity]]></category>

		<guid isPermaLink="false">http://www.jarconnection.com/?p=48</guid>
		<description><![CDATA[Liferay uses Velocity templates not only to design a theme, also to reference objects defined in Java  code.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.liferay.com" target="_blank">Liferay</a> uses Velocity templates not only to design a theme, also to reference objects defined in Java  code.</p>
<p>Velocity is a Java-based template engine.  As we use Velocity for web development, web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model. That means that web page designers can focus wholly on creating a site with an awesome, and programmers can focus solely on writing code.<br />
Velocity separates Java code from the web pages, making the web site more maintainable over its lifespan and providing a viable alternative to <a href="http://java.sun.com/products/jsp/" target="_blank">Java Server Pages</a> (JSPs) or <a href="http://www.php.net/" target="_blank">PHP</a> .</p>
<p>But Velocity&#8217;s capabilities reach well beyond the realm of the web; for example, it can be used to generate SQL, PostScript and XML from templates. It can be used either as a standalone utility for generating source code and reports, or as an integrated component of other systems. For instance, Velocity provides template services for the <a href="http://jakarta.apache.org/turbine/">Turbine</a> web application framework, together resulting in a view engine facilitating development of web applications according to a true MVC model.</p>
<p>Here are some links:<br />
<a href="http://velocity.apache.org/" target="_blank">Apache Velocity Project</a><br />
<a href="http://en.wikipedia.org/wiki/Apache_Velocity" target="_blank">Velocity on the Wikipedia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jarconnection.com/developement/velocity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
