<?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>GreatWebGuy &#187; Java</title> <atom:link href="http://greatwebguy.com/tag/java/feed/" rel="self" type="application/rss+xml" /><link>http://greatwebguy.com</link> <description>Self-proclaimed greatness is a hard thing to prove.</description> <lastBuildDate>Sat, 24 Dec 2011 03:12:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Stock quote and chart from Yahoo in Java</title><link>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/</link> <comments>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/#comments</comments> <pubDate>Sun, 17 Aug 2008 15:06:22 +0000</pubDate> <dc:creator>webguy</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[quote]]></category> <category><![CDATA[stock]]></category> <guid
isPermaLink="false">http://greatwebguy.com/?p=55</guid> <description><![CDATA[I was recently in need of a stock quote web service in order to display quote information and charts for a corporate website I was working on, so I started looking around for something, free of course. I kept reading that the most common example of web as a service is the stock quote example, [...]]]></description> <wfw:commentRss>http://greatwebguy.com/programming/java/stock-quote-and-chart-from-yahoo-in-java/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> <item><title>Converting a Java project to a Dynamic Web project in Eclipse</title><link>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/</link> <comments>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/#comments</comments> <pubDate>Sat, 03 May 2008 01:03:09 +0000</pubDate> <dc:creator>webguy</dc:creator> <category><![CDATA[Eclipse]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[web]]></category> <guid
isPermaLink="false">http://greatwebguy.com/?p=48</guid> <description><![CDATA[Once a project is created in Eclipse Europa of a certain type, it's not the most straight forward process of changing the project to a different type. For example you have a project that Eclipse considers to be a Java project, but it's actually a Web Project, you don't get to take advantage of all [...]]]></description> <wfw:commentRss>http://greatwebguy.com/programming/eclipse/converting-a-java-project-to-a-dynamic-web-project-in-eclipse/feed/</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>Simple Cross Site Scripting (XSS) Servlet Filter</title><link>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/</link> <comments>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/#comments</comments> <pubDate>Sun, 24 Feb 2008 02:16:12 +0000</pubDate> <dc:creator>webguy</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[servlet filter]]></category> <category><![CDATA[xss]]></category> <guid
isPermaLink="false">http://greatwebguy.com/uncategorized/simple-cross-site-scripting-xss-servlet-filter/</guid> <description><![CDATA[Ran into some issues on some of our Java sites today and needed a quick fix to protect the sites from malicious Cross Site Scripting (XSS) attempts. If you're not aware of what XSS is and have websites that have sensitive user data, you may want to read up, you're probably vulnerable, which means your [...]]]></description> <wfw:commentRss>http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/feed/</wfw:commentRss> <slash:comments>36</slash:comments> </item> <item><title>URLRewriteFilter Servlet Filter problem in WebSphere 6.1.0.5</title><link>http://greatwebguy.com/programming/java/urlrewritefilter-servlet-filter-problem-in-websphere-6105-and-greater/</link> <comments>http://greatwebguy.com/programming/java/urlrewritefilter-servlet-filter-problem-in-websphere-6105-and-greater/#comments</comments> <pubDate>Thu, 20 Dec 2007 18:53:24 +0000</pubDate> <dc:creator>webguy</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[Search]]></category> <category><![CDATA[urlrewrite]]></category> <guid
isPermaLink="false">http://greatwebguy.com/programming/java/urlrewritefilter-servlet-filter-problem-in-websphere-6105-and-greater/</guid> <description><![CDATA[I recently wrote up an article on SEO Friendly URL's for J2EE frameworks, while my tomcat implementations and WebSphere 5.1 implementations of the URLRewriteFilter were seemless, I ran into a problem on WebSphere 6.1 that caused me to rack my brain. The Output urls in the page were being rewritten fine, which is usually a [...]]]></description> <wfw:commentRss>http://greatwebguy.com/programming/java/urlrewritefilter-servlet-filter-problem-in-websphere-6105-and-greater/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>Java image resizer servlet</title><link>http://greatwebguy.com/programming/java/java-image-resizer-servlet/</link> <comments>http://greatwebguy.com/programming/java/java-image-resizer-servlet/#comments</comments> <pubDate>Mon, 17 Dec 2007 04:37:44 +0000</pubDate> <dc:creator>webguy</dc:creator> <category><![CDATA[Java]]></category> <category><![CDATA[image]]></category> <category><![CDATA[resize]]></category> <guid
isPermaLink="false">http://greatwebguy.com/programming/java/java-image-resizer-servlet/</guid> <description><![CDATA[I'm working on a photo gallery application running on Java 6 using Tomcat 6, JQuery for the client side, and images and xml generated from Picasa. I needed several sizes of images for thumbnails and animations and I wasn't about to create multiple image sizes with Fireworks (I'm a lazy developer). Doing what every lazy [...]]]></description> <wfw:commentRss>http://greatwebguy.com/programming/java/java-image-resizer-servlet/feed/</wfw:commentRss> <slash:comments>26</slash:comments> </item> </channel> </rss>
