<?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>AjaxApp.com, ajax app and cool web apps! &#187; Java</title>
	<atom:link href="http://www.ajaxapp.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxapp.com</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle and Howtos</description>
	<lastBuildDate>Tue, 30 Aug 2011 14:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to generate PDF from XHTML or XML source using a Java Applet</title>
		<link>http://www.ajaxapp.com/2011/01/03/how-to-generate-pdf-from-xhtml-or-xml-source-using-a-java-applet/</link>
		<comments>http://www.ajaxapp.com/2011/01/03/how-to-generate-pdf-from-xhtml-or-xml-source-using-a-java-applet/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 07:32:53 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[How-tos]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Java Applet]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=541</guid>
		<description><![CDATA[Here is an example on how to use a Java Applet to generate a PDF from XHTML or XML source. The main advantage of using an Applet to generate from XHTML or XML source is XHTML/XML source can be gzip compressed from the source web server which reduces very much its size to be transferred [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2011/01/03/how-to-generate-pdf-from-xhtml-or-xml-source-using-a-java-applet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert documents into flash, a web-viewable format</title>
		<link>http://www.ajaxapp.com/2009/07/02/converts-documents-into-flash-a-web-viewable-format/</link>
		<comments>http://www.ajaxapp.com/2009/07/02/converts-documents-into-flash-a-web-viewable-format/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 07:05:32 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[FlashPaper]]></category>
		<category><![CDATA[Print2Flash]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=448</guid>
		<description><![CDATA[One of my projects is studying on how to convert any documents in Word, Excel or Powerpoint formats into FLASH format which is viewable by most browsers with flash plugin. The idea is when a user is presented with an upload form, and then uploads the file (such as Word, Excel, PPT). When the file [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/07/02/converts-documents-into-flash-a-web-viewable-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple Java FTP connection + file download and upload</title>
		<link>http://www.ajaxapp.com/2009/02/21/a-simple-java-ftp-connection-file-download-and-upload/</link>
		<comments>http://www.ajaxapp.com/2009/02/21/a-simple-java-ftp-connection-file-download-and-upload/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 07:55:06 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/?p=133</guid>
		<description><![CDATA[The Java or JDK comes with NO support of any official API for FTP connection. But there is an internal that comes in the sun.net package, but this is NOT well-documented, and you will hardly find how to use other methods within the sun.net.ftp.FtpClient class. The sun.net.ftp.FtpClient actually sticks to the RFC959. But once you [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2009/02/21/a-simple-java-ftp-connection-file-download-and-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling ajax upload the Java way : Using Java server faces and servlet</title>
		<link>http://www.ajaxapp.com/2008/08/14/handling-ajax-upload-the-java-way-using-java-server-faces-and-servlet/</link>
		<comments>http://www.ajaxapp.com/2008/08/14/handling-ajax-upload-the-java-way-using-java-server-faces-and-servlet/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 08:30:46 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2008/08/14/handling-ajax-upload-the-java-way-using-java-server-faces-and-servlet/</guid>
		<description><![CDATA[Looking for way how to program a file upload in the AJAX manner? Here you go, using JavaServer faces, with those cool taglibs, which you get a progress bar and the a file chooser. And the file is being uploaded in AJAX mode. You&#8217;ll be shown a progress bar of the uploading status. Read more [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2008/08/14/handling-ajax-upload-the-java-way-using-java-server-faces-and-servlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring WebFlow 2.0 now includes JavaScript module</title>
		<link>http://www.ajaxapp.com/2008/05/20/spring-webflow-20-now-includes-javascript-module/</link>
		<comments>http://www.ajaxapp.com/2008/05/20/spring-webflow-20-now-includes-javascript-module/#comments</comments>
		<pubDate>Tue, 20 May 2008 15:29:54 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2008/05/20/spring-webflow-20-now-includes-javascript-module/</guid>
		<description><![CDATA[Many of you might have known Spring as a J2EE framework that simplifies J2EE development by introducing the MVC (Model View Control) development methodology in J2EE. Now, Spring has expanded its framework, has included a version for the support for ease of development in the MVC pattern on browser or client side, which is a [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2008/05/20/spring-webflow-20-now-includes-javascript-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Method Overloading is possible in JavaScript!</title>
		<link>http://www.ajaxapp.com/2007/11/15/method-overloading-is-possible-in-javascript/</link>
		<comments>http://www.ajaxapp.com/2007/11/15/method-overloading-is-possible-in-javascript/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 11:13:54 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2007/11/15/method-overloading-is-possible-in-javascript/</guid>
		<description><![CDATA[In a full-fledged Object Oriented Programming language such as Java, method overloading is the technique that you could use to create few functions or methods that having the same names but taking different arguments or parameters. Such as follows, the method findUser(), findUser(String), findUser(String, String) in Java. public class Users { &#160;&#160;&#160;public Collection findUser() &#160;&#160;&#160;{ [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2007/11/15/method-overloading-is-possible-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype &#8211; a fantastic JavaScript Framework, simplifies Ajax coding</title>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/</link>
		<comments>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 04:02:52 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[In The news]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/</guid>
		<description><![CDATA[What is Prototype? Prototype is a JavaScript framework that simplifies AJAX coding and extends the DOM structure. Prototype comes with several short-cut coding methods and modules to allow you to shorten your AJAX coding and it&#8217;s browser-safe. Prototype is now available with the latest version, 1.6 for download. To start using Prototype in your web [...]]]></description>
		<wfw:commentRss>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

