<?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 &#187; language</title>
	<atom:link href="http://www.jarconnection.com/tag/language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jarconnection.com</link>
	<description>Computation, Visualization and Programming lab</description>
	<lastBuildDate>Thu, 26 Aug 2010 11:22:55 +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>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>
	</channel>
</rss>
