<?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>evølutiøn-515.net &#187; XML-Technologies</title>
	<atom:link href="http://blog.evolution515.net/article/category/coding/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.evolution515.net</link>
	<description>Chaos ist nur eine andere Bezeichung für steigende Komplexität.</description>
	<lastBuildDate>Wed, 03 Jun 2009 22:55:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FLEX has a new AJAX competitor: SmartGWT</title>
		<link>http://blog.evolution515.net/article/flex-has-a-new-ajax-competitor-smartgwt/</link>
		<comments>http://blog.evolution515.net/article/flex-has-a-new-ajax-competitor-smartgwt/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 14:48:16 +0000</pubDate>
		<dc:creator>Blu:RayNe</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Netzwelt]]></category>
		<category><![CDATA[XML-Technologies]]></category>

		<guid isPermaLink="false">http://blog.evolution515.net/?p=392</guid>
		<description><![CDATA[First, I&#8217;m really astonished! SmartGWT – GWT NextGen – is here… 

is fully done in AJAX, has therefore all the possiblities of XML
and so also XHTML and all the browser capabilites
is faster then the great Ext.JS
offers an increadibly amount of interface widgets
keeps beeing fast after loading a couple of examples
is easier to use probably easier [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-393" title="smartgwt-main-bo" src="http://blog.evolution515.net/media/smartgwt-main-bo-276x300.jpg" alt="smartgwt-main-bo" width="276" height="300" />First, I&#8217;m really astonished! <a href="http://www.smartclient.com/smartgwt/">SmartGWT</a> – GWT NextGen – is here…<strong> </strong></p>
<ul>
<li>is fully done in AJAX, has therefore all the possiblities of XML</li>
<li>and so also XHTML and all the browser capabilites</li>
<li>is faster then the great Ext.JS</li>
<li>offers an increadibly amount of interface widgets</li>
<li>keeps beeing fast after loading a couple of examples</li>
<li>is easier to use probably easier to use than FLEX</li>
<li>because everything is done via server side Java Code</li>
<li>and it is licensed under LGPL!</li>
</ul>
<p>Congratulations! This will set new standards for AJAX driven web applications… we will see how it compares to <a href="http://www.gwt-ext.com/">GWT-EXT 2</a> <img src='http://blog.evolution515.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.evolution515.net/article/flex-has-a-new-ajax-competitor-smartgwt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Java and FOP on your linux box</title>
		<link>http://blog.evolution515.net/article/how-to-install-java-and-fop-on-your-linux-box/</link>
		<comments>http://blog.evolution515.net/article/how-to-install-java-and-fop-on-your-linux-box/#comments</comments>
		<pubDate>Sun, 20 May 2007 14:06:30 +0000</pubDate>
		<dc:creator>Blu:RayNe</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[XML-Technologies]]></category>

		<guid isPermaLink="false">http://blog.evolution515.net/article/how-to-install-java-and-fop-on-your-linux-box/</guid>
		<description><![CDATA[Debian or other Linux-Distributions do not include Java by default, so you first have to install the JVM. This is done in Debian by downloading the JVM binary distriubtion&#160; from sun and then building a DEB-Package with the tools form java-package that you install by dpkg -i. 
But let&#8217;s do that step-by-step:
Installing JAVA on your [...]]]></description>
			<content:encoded><![CDATA[<p>Debian or other Linux-Distributions do not include Java by default, so you first have to install the JVM. This is done in Debian by downloading the <em>JVM binary distriubtion</em>&nbsp; from sun and then building a DEB-Package with the tools form <em>java-package</em> that you install by <em>dpkg -i</em>. </p>
<p><strong>But let&#8217;s do that step-by-step:</strong></p>
<h2>Installing JAVA on your Debian box</h2>
<ol>
<li>You&#8217;ll need the JavaVM, so get it at <a href="http://java.sun.com/ ">http://java.sun.com/</a> and search for the latest version. The filename should be something like <em>jdk-1_5_0-linux-i586.bin</em>.
</li>
<li>If not yet done, install the tools from java-package as root-user:<br />
    <strong>apt-get install java-package</p>
<p>    </strong></li>
<li>Then build a DEB-Package from the downloaded file. This can and should be done only as standard user (no root!)<br />
    <strong>fakeroot make-jpkg &lt;java-binary-package-name&gt;.bin</p>
<p>    </strong></li>
<li>If everything goes fine, you should see something like
<pre>The Debian package has been created in the currentdirectory. You can install the package as root (e.g.dpkg -i sun-j2sdk1.5_1.5.0+update00_i386.deb).</pre>
</li>
<li>
<p>Then just install the package by ther given command:<br />
    <strong>dpkg -i &lt;created-package-name&gt;.deb</strong></p>
</li>
<li>Check if it works by typing <strong>java -version</strong>. Following should be seen as standard and root user:
<pre>java version &quot;1.5.0&quot;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)</pre>
</li>
</ol>
<p></p>
<h2>Installing Apache FOP on your Debian box</h2>
<ol>
<li>Check if Java is installed and running.
</li>
<li>Get the latest binary from <a href="http://xmlgraphics.apache.org/fop/">http://xmlgraphics.apache.org/fop/</a> . The file should be named something like <em>fop-0.93-bin-jdk1.4.tar.gz</em>.
</li>
<li>Extract the contents of the archive by tar -zxvf &lt;fop-tarball&gt;. This should results in a directory called <em>fop-0.93</em>.
</li>
<li>Move the directory to /usr/local/lib<br />
    <strong>mv fop-0.93 /usr/local/lib<br />
    </strong>
    </li>
<li>Make a symlink for the directory without the version number<br />
    <strong>ln -s /usr/local/lib/fop-0.93 /usr/local/lib/fop<br />
    </strong>
    </li>
<li>Make a symlink for the command line wrapper script in your /usr/bin<br />
    ln -s <strong>/usr/local/lib/fop/fop /usr/bin/fop</strong>
    </li>
<li>
<p>Edit <strong> /usr/bin/fop </strong>and put following at the beginning of the file (and below the header comment section!):<br />
    <strong>export FOP_HOME=/usr/local/lib/fop</strong></p>
</li>
<li>Test the installation not only by typing <strong>fop -v,</strong> but instead by converting a fo file. This is necessary, because the command line wrapper is still very experimental:
<div class="dean_ch" style="white-space: wrap;"><span class="sc3"><span class="re1">&lt;?xml</span> <span class="re0">version</span>=<span class="st0">&quot;1.0&quot;</span> <span class="re0">encoding</span>=<span class="st0">&quot;ISO-8859-1&quot;</span><span class="re2">?&gt;</span></span><br />
<span class="sc3"><span class="re1">&lt;fo:root</span> <span class="re0">xmlns:fo</span>=<span class="st0">&quot;http://www.w3.org/1999/XSL/Format&quot;</span><span class="re2">&gt;</span></span></p>
<p><span class="sc3"><span class="re1">&lt;fo:layout-master-set<span class="re2">&gt;</span></span></span><br />
&nbsp; <span class="sc3"><span class="re1">&lt;fo:simple-page-master</span> <span class="re0">master-name</span>=<span class="st0">&quot;A4&quot;</span><span class="re2">&gt;</span></span><br />
&nbsp; <span class="sc3"><span class="re1">&lt;fo:region-body</span> <span class="re2">/&gt;</span></span><span class="sc3"><span class="re1">&lt;</span><br />
&nbsp; <span class="re1">&lt;/fo:simple-page-master<span class="re2">&gt;</span></span></span><br />
<span class="sc3"><span class="re1">&lt;/fo:layout-master-set<span class="re2">&gt;</span></span></span></p>
<p><span class="sc3"><span class="re1">&lt;fo:page-sequence</span> <span class="re0">master-reference</span>=<span class="st0">&quot;A4&quot;</span><span class="re2">&gt;</span></span><br />
&nbsp; <span class="sc3"><span class="re1">&lt;fo:flow</span> <span class="re0">flow-name</span>=<span class="st0">&quot;xsl-region-body&quot;</span><span class="re2">&gt;</span></span><br />
&nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;fo:block<span class="re2">&gt;</span></span></span>Hello World!<span class="sc3"><span class="re1">&lt;/fo:block<span class="re2">&gt;</span></span></span><br />
&nbsp; <span class="sc3"><span class="re1">&lt;/fo:flow<span class="re2">&gt;</span></span></span><br />
<span class="sc3"><span class="re1">&lt;/fo:page-sequence<span class="re2">&gt;</span></span></span><br />
<span class="sc3"><span class="re1">&lt;/fo:root<span class="re2">&gt;</span></span></span></div>
</li>
</ol>
<h2>More help</h2>
<p><strong>You can get in-depth installation guides and instructions here:</strong></p>
<ul>
<li><a href="http://www.crazysquirrel.com/computing/debian/java.jspx">http://www.crazysquirrel.com/computing/debian/java.jspx</a></li>
<li><a href="http://www.sagehill.net/docbookxsl/InstallingAnFO.html">http://www.sagehill.net/docbookxsl/InstallingAnFO.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.evolution515.net/article/how-to-install-java-and-fop-on-your-linux-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
