<?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>Internet Resources &#187; Java</title>
	<atom:link href="http://blog.950buy.com/category/development/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.950buy.com</link>
	<description>News, articles, software, teaching content, programming the development of Internet resources</description>
	<lastBuildDate>Mon, 16 May 2011 04:32:30 +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>The busy Java developer&#8217;s guide to Scala: Dive deeper into Scala concurrency</title>
		<link>http://blog.950buy.com/article/the-busy-java-developers-guide-to-scala-dive-deeper-into-scala-concurrency/</link>
		<comments>http://blog.950buy.com/article/the-busy-java-developers-guide-to-scala-dive-deeper-into-scala-concurrency/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:45:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java developer]]></category>
		<category><![CDATA[Java Scala]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=571</guid>
		<description><![CDATA[In the last article, I talked about the importance of building concurrent code (whether it's in Scala or not) and some of the problems and issues facing developers in doing so, including not locking too much, not locking too little, avoiding deadlocks, avoiding spinning up too many threads, and so on. Quite a depressing list.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/the-busy-java-developers-guide-to-scala-dive-deeper-into-scala-concurrency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Listener: A Java Bedtime Story</title>
		<link>http://blog.950buy.com/article/java-listener-a-java-bedtime-story/</link>
		<comments>http://blog.950buy.com/article/java-listener-a-java-bedtime-story/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:40:23 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[Java Listener]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=562</guid>
		<description><![CDATA[This article is modeled .NET Delegates: AC # Bedtime Story realization of the function of the Java code, schedule, there is no written text stories. See the original link.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/java-listener-a-java-bedtime-story/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free web testing with CubicTest</title>
		<link>http://blog.950buy.com/software/free-web-testing-with-cubictest/</link>
		<comments>http://blog.950buy.com/software/free-web-testing-with-cubictest/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:09:19 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[CubicTest]]></category>
		<category><![CDATA[free web testing]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=472</guid>
		<description><![CDATA[CubicTest is an open source tool for writing functional tests for web applications, written as an eclipse-plugin and released under the Eclipse Public License. ]]></description>
		<wfw:commentRss>http://blog.950buy.com/software/free-web-testing-with-cubictest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word hunt &#8211; Java code</title>
		<link>http://blog.950buy.com/article/word-hunt-java-code/</link>
		<comments>http://blog.950buy.com/article/word-hunt-java-code/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 12:55:26 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[Word hunt]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=430</guid>
		<description><![CDATA[The program accepts a sentence, stores each word in it as a separate element in an array, then asks you for a word, and return whether or not the word is present in the sentence you entered.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/word-hunt-java-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache+Tomcat+Mysql load balancing and clustering</title>
		<link>http://blog.950buy.com/article/apachetomcatmysql-load-balancing-and-clustering/</link>
		<comments>http://blog.950buy.com/article/apachetomcatmysql-load-balancing-and-clustering/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 02:11:49 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=397</guid>
		<description><![CDATA[Recently developed a Web site, it is estimated that the maximum online 30000, up to 100 concurrent. Development site can stand the pressure, how to ensure that there is no problem loading the site, after decisions are as follows...]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/apachetomcatmysql-load-balancing-and-clustering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JSF and FCKeditor integration</title>
		<link>http://blog.950buy.com/article/jsf-and-fckeditor-integration/</link>
		<comments>http://blog.950buy.com/article/jsf-and-fckeditor-integration/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:31:03 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[JAVA Development]]></category>
		<category><![CDATA[Java FCKeditor]]></category>
		<category><![CDATA[JSF FCKeditor]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=261</guid>
		<description><![CDATA[FCKeditor, as is now the most powerful online HTML editor, online features about him as well as the basic configuration has a lot. However, the article covers many of them are relatively limited. Recently, I need to use in their own projects to the FCKeditor, and has been used for the benefit of and the JSF-based web application integration. ]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/jsf-and-fckeditor-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java remote configuration SVN</title>
		<link>http://blog.950buy.com/article/java-remote-configuration-svn/</link>
		<comments>http://blog.950buy.com/article/java-remote-configuration-svn/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:09:17 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[configuration SVN]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[JAVA Development]]></category>
		<category><![CDATA[Java SVN]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=258</guid>
		<description><![CDATA[Trying to do in a similar sourceforge open-source community, so applicants need to project to provide remote SVN configuration. Here are their own code and ideas, first, in order to exchange with you and, more importantly, make a suggestion to allow you to see what content needs.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/java-remote-configuration-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Simple Chatting Interface</title>
		<link>http://blog.950buy.com/article/java-simple-chatting-interface/</link>
		<comments>http://blog.950buy.com/article/java-simple-chatting-interface/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:15:03 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Chatting]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[JAVA Development]]></category>
		<category><![CDATA[UDPClient]]></category>
		<category><![CDATA[UDPServer]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=235</guid>
		<description><![CDATA[Well , i have created a simple chatting interface . i would not call it a chatting interface actually cuz i had something else in my mind and finally landed on something else .]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/java-simple-chatting-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sentence case changer for Java</title>
		<link>http://blog.950buy.com/article/sentence-case-changer-for-java/</link>
		<comments>http://blog.950buy.com/article/sentence-case-changer-for-java/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:09:00 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JAVA Development]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=233</guid>
		<description><![CDATA[A java program which accepts a string from a user, and gives various options to change it case.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/sentence-case-changer-for-java/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use Java queue files to download</title>
		<link>http://blog.950buy.com/article/use-java-queue-files-to-download/</link>
		<comments>http://blog.950buy.com/article/use-java-queue-files-to-download/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 01:18:40 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java code]]></category>
		<category><![CDATA[Java HTTP]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=160</guid>
		<description><![CDATA[In a lot of resources on the Internet is divided into a number of documents, it is the file naming rules of a certain; For this reason, we can use the procedure to complete a full download of the resources.]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/use-java-queue-files-to-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture Video from ip camera using JMF</title>
		<link>http://blog.950buy.com/article/capture-video-from-ip-camera-using-jmf/</link>
		<comments>http://blog.950buy.com/article/capture-video-from-ip-camera-using-jmf/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 16:58:35 +0000</pubDate>
		<dc:creator>rueben</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.950buy.com/?p=108</guid>
		<description><![CDATA[Following is the java code – which gets video from D-Link DCS900 (ip-camera) &#038; display in frame. This is pure java class. (NO JMF)
Please give ur DCS900’s ip-address on line no. 27/28]]></description>
		<wfw:commentRss>http://blog.950buy.com/article/capture-video-from-ip-camera-using-jmf/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

