Java

The busy Java developer’s guide to Scala: Dive deeper into Scala concurrency

Posted under Article, Development, Featured, Java on Friday, 28 August 2009 by

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.

The busy Java developer’s guide to Scala: Dive deeper into Scala concurrency

Java Listener: A Java Bedtime Story

Posted under Article, Featured, Java on Tuesday, 25 August 2009 by

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.

Java Listener: A Java Bedtime Story

Free web testing with CubicTest

Posted under Java, Open Source, Software on Wednesday, 5 August 2009 by

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.

Free web testing with CubicTest

Word hunt – Java code

Posted under Article, Development, Java on Tuesday, 28 July 2009 by

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.

Word hunt – Java code

Apache+Tomcat+Mysql load balancing and clustering

Posted under Article, Database, Java on Sunday, 19 July 2009 by

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…

Apache+Tomcat+Mysql load balancing and clustering

JSF and FCKeditor integration

Posted under Article, Development, Java on Tuesday, 14 July 2009 by

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.

JSF and FCKeditor integration

Java remote configuration SVN

Posted under Article, Development, Java on Tuesday, 14 July 2009 by

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.

Java remote configuration SVN

Java Simple Chatting Interface

Posted under Article, Development, Java on Monday, 13 July 2009 by

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 .

Java Simple Chatting Interface

Sentence case changer for Java

Posted under Article, Development, Java on Monday, 13 July 2009 by

A java program which accepts a string from a user, and gives various options to change it case.

Sentence case changer for Java

Use Java queue files to download

Posted under Article, Development, Java on Sunday, 12 July 2009 by

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.

Use Java queue files to download

Capture Video from ip camera using JMF

Posted under Article, Development, Java on Sunday, 12 July 2009 by

Following is the java code – which gets video from D-Link DCS900 (ip-camera) & display in frame. This is pure java class. (NO JMF)
Please give ur DCS900’s ip-address on line no. 27/28

Capture Video from ip camera using JMF