<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>rss / new tutorials</title><link>http://www.developerhell.com/feed/new_articles/java</link><description>the last 20 tutorials</description><language>en</language><item><title>Using RPC-Style Web Services with J2EE</title><link>http://www.developerhell.com/out/Using_RPC_Style_Web_Services_with_J2EE</link><guid>http://www.developerhell.com/out/Using_RPC_Style_Web_Services_with_J2EE</guid><description>Web Services provide functionality to the Internet, and are seen as the wave of the future. In this article, Martin Bond explains how to use Web Services protocols to join J2EE application components with any other software that supports those protocols. This excerpt is from Chapter (Day) 20, from Teach Yourself J2EE in 21 Days, second edition, by Martin Bond, et. al. (Sams, 2003, ISBN: 0672325586)</description></item><item><title>Syntactic Comparison of Java and C/C++</title><link>http://www.developerhell.com/out/Syntactic_Comparison_of_Java_and_C_C</link><guid>http://www.developerhell.com/out/Syntactic_Comparison_of_Java_and_C_C</guid><description>Throughout this two-part series we&#039;ll endeavor into comparing the syntax of two of the most popular programming languages while heavily pointing out the similarities and differences. Needless to say, I won&#039;t claim that one is better than the other. The main focus should be on learning both up to an intermediate level from which we can grow later on.</description></item><item><title>How to Program Google Android</title><link>http://www.developerhell.com/out/How_to_Program_Google_Android</link><guid>http://www.developerhell.com/out/How_to_Program_Google_Android</guid><description>So you saw the  Android announcement and decided you wanted a piece of that US$10million in prize money  huh? In the week since the SDK was released more than 4,300 people have joined the Android support forum posting more than 4,000 messages between them.</description></item><item><title>Finding Elements by Attributes in a DOM Document Using XPath</title><link>http://www.developerhell.com/out/Finding_Elements_by_Attributes_in_a_DOM_Document_Using_XPath</link><guid>http://www.developerhell.com/out/Finding_Elements_by_Attributes_in_a_DOM_Document_Using_XPath</guid><description>XPath is an expression language for selecting nodes in an XML file. This example adds to those examples by demonstrating the ability to select elements based on their attributes.
&lt;br/&gt;
This example demonstrates some common uses of expressions that use attributes; for more information on XPath, see the specification at http://www.w3c.org/TR/xpath. In the example, the result of an XPath expression is shown next to the expression; the numbers are ids of elements in the sample file shown at the end of the example.</description></item><item><title>Creating a sorted Set</title><link>http://www.developerhell.com/out/Creating_a_sorted_Set</link><guid>http://www.developerhell.com/out/Creating_a_sorted_Set</guid><description>A sorted set is a set that maintains its items in a sorted order. Inserts and retrievals are more expensive in a sorted set but iterations over the set is always in order.</description></item><item><title>Taming Tiger: Concurrent Collections</title><link>http://www.developerhell.com/out/Taming_Tiger_Concurrent_Collections</link><guid>http://www.developerhell.com/out/Taming_Tiger_Concurrent_Collections</guid><description>Moving beyond Map, Collection, List, and Set: John Zukowski discusses the new library release in the Tiger release of the J2SE platform and what it provides: a set of utilities commonly needed in concurrent programs. If you are interested in optimizing multithreaded access to your collections, you&#039;ve come to the right place.</description></item><item><title>Getting Started with Java Web Development in Eclipse and Tomcat</title><link>http://www.developerhell.com/out/Getting_Started_with_Java_Web_Development_in_Eclipse_and_Tomcat</link><guid>http://www.developerhell.com/out/Getting_Started_with_Java_Web_Development_in_Eclipse_and_Tomcat</guid><description>This is the first part of a series of Java Web development tutorials. It is intended to warm you up by introducing two fundamental Java web components, JSP and Servlet, and helping you prepare your development and deployment environments for the next steps.</description></item><item><title>Introduction to the Spring framework</title><link>http://www.developerhell.com/out/Introduction_to_the_Spring_framework</link><guid>http://www.developerhell.com/out/Introduction_to_the_Spring_framework</guid><description>Since the first version of this article was published in October, 2003, the Spring Framework has steadily grown in popularity. It has progressed through version 1.0 final to the present 1.2, and has been adopted in a wide range of industries and projects. In this article, I&#039;ll try to explain what Spring sets out to achieve, and how I believe it can help you to develop J2EE applications.</description></item><item><title>Conditionals, Expressions and Other Java Operators</title><link>http://www.developerhell.com/out/Conditionals_Expressions_and_Other_Java_Operators</link><guid>http://www.developerhell.com/out/Conditionals_Expressions_and_Other_Java_Operators</guid><description>In our last article we left off with Operators. Since then a strange time fluctuation has occurred, and that is exactly where we pick up. So keep reading to learn about exotic things like conditionals, expressions, and more.</description></item><item><title>Java Statements</title><link>http://www.developerhell.com/out/Java_Statements</link><guid>http://www.developerhell.com/out/Java_Statements</guid><description>In this article, we&#039;ll continue explaining Java statements. Statements aren&#039;t exactly complicated once you grasp the concept. Indeed, many statements have counterparts -- of a sort -- in real life.</description></item><item><title>Sudoku Solver</title><link>http://www.developerhell.com/out/Sudoku_Solver</link><guid>http://www.developerhell.com/out/Sudoku_Solver</guid><description>The Sudoku puzzle consists of a grid of 9x9 cells. This 81-cell grid is further subdivided into nine subgrids of 3x3 cells. A few of the cells are filled with a single digit between 1 and 9 (the givens). To solve the puzzle, the empty cells must be filled in such a way that every 9-cell row, column, and subgrid contains each of the digits between 1 and 9.</description></item><item><title>Java Timer Class</title><link>http://www.developerhell.com/out/Java_Timer_Class</link><guid>http://www.developerhell.com/out/Java_Timer_Class</guid><description>This creates an object that can be used like a stopwatch for wrapping blocks of code in timers.</description></item><item><title>Tutorial 1 - Objects, Applications &amp; Applets</title><link>http://www.developerhell.com/out/Tutorial_1_Objects_Applications_Applets</link><guid>http://www.developerhell.com/out/Tutorial_1_Objects_Applications_Applets</guid><description>The first Java tutorial covers the topic of objects/classes as well as outlining the basic structure of Java applications and applets.</description></item></channel></rss>