Beyond XML and JSON: YAML for Java Developers
Get a high-level introduction to the YAML file format for Java developers. Find out how it differs from XML and JSON and examine its relative... more »
1 commentsSave Tags: java, xml
Spring Rich Client - Part 2
Let us do some more basics with the “Spring Rich Client” 1.0.0 (SpringRC). Although it is time to give an overview of the entire architecture I won’t... more »
1 commentsSave Tags: frameworks, java
Java Tip: Simplify Spring Apps with @Autowired
The Spring framework is a popular choice for Java developers due to its combination of power and simplicity. Spring is many things, but at its core,... more »
1 commentsSave Tags: java, usability
NetBeans 6.1 Tutorial | Creating a Java Client for del.icio.us RESTful Web Services
del.icio.us is a bookmarking service where you can save, share your favorite/useful URL's. It has a REST API: http://del.icio.us/help/api/. Using... more »
0 commentsSave Tags: frameworks, java, tools, web services
ZK vs. Ajax JSF Components: Simplicity Matters!
ZK vs. Ajax JSF Components: Simplicity Matters!
0 commentsSave Tags: ajax, gui, java, ria
Apache Hadoop Wins Terabyte Sort Benchmark
One of Yahoo's Hadoop clusters sorted 1 terabyte of data in 209 seconds, which beat the previous record of 297 seconds in the annual general purpose... more »
3 commentsSave Tags: frameworks, java, open source
Discover Java and Eclipse by playing CodeRuler
CodeRuler gives users the opportunity to pit their Java programming skills against other players in a medieval world of conquest. Each player writes a... more »
0 commentsSave Tags: eclipse, java, news
Rolling a JRuby desktop application
Atomic Object has been developing several JRuby desktop applications over the last year. I just got finished writing up how we transform a JRuby... more »
0 commentsSave Tags: java, ruby
Java theory and practice: Going wild with generics, Part 2
Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two... more »
0 commentsSave Tags: how-to, java
JUnit vs TestNG a testing smackdown
Most developers know JUnit. Some know TestNG. You know you sjould write unit tests...but which should you choose? If you already have a suite of... more »
1 commentsSave Tags: java, opinion, research, tools
Jt - Java Pattern Oriented Framework
Jt2.6 has been released. Jt is a pattern oriented framework for the rapid implementation of Java applications. Jt has been utilized in several large... more »
0 commentsSave Tags: announcement, frameworks, java
Invoking Win32 API and Activex Components (Com dlls) from Java Part 1
Invoke Win 32 APIs from java without writing any native code.
0 commentsSave Tags: how-to, java
Tomcat Today, GlassFish Tomorrow?
While there are indeed several advantages to using GlassFish vs. Tomcat, it's probably useful to know that Sun is the original creator of Tomcat and... more »
0 commentsSave Tags: java, server
Flex Supports Spring - Are You Ready to Skip Web 2.0?
We’ve a lot of experiences now with Web 2.0 technologies based on AJAX and JSF. Although, we hold pretty modern, almost standards-based stuff in our... more »
0 commentsSave Tags: flash-flex, java, open source, web design
Coding Challenges
Are you a fan of coding challenges? I'm certainly not, but Cedric Beust posted a little coding challenge on his blog and I tried to solve it with... more »
0 commentsSave Tags: java, methodology, other languages
Clustered Scala Actors
The first thing to do was to come up with a sample problem. After some thought, I settled on writing a parallel Fold implementation. As a quick recap:... more »
0 commentsSave Tags: how-to, java, other languages
Game Programming Crash Course (for J2ME)
A thorough tutorial for introducing people to game programming and J2ME (no Java experience required!). Explained in great detail and clear language.... more »
1 commentsSave Tags: eclipse, games, how-to, java
Update for Java vs C benchmark
This update compares the performance for some numerical benchmarks for Sun's JVM, IBM's JVM, Excelsior JET 6.4 and 6.0, Apache Harmony M6, LLVM 2.3... more »
0 commentsSave Tags: c-and-cpp, java, research
BEA gets last laugh on Oracle app server
In Oracle's world nothing changes, everything stays the same and no products ever die. Except those things that get "converged" or downgraded.
0 commentsSave Tags: java, server, trends
Multithreaded Server in Java
This is text no. 3 in a series on implementing multithreaded servers in Java. So far the trail discusses a singlethreaded and a simple multithreaded... more »
3 commentsSave Tags: how-to, java, server
Pivot: A Practical Example, Part 1: UI Markup Using WTKX
This is the first in a series of five articles that walk through the implementation of a simple but practical Pivot application called Stock Tracker.... more »
0 commentsSave Tags: java
Java: readability and some FP
There are cases where functional style is the most appropriate, and among these cases are those where it can be used in java without sacrificing... more »
0 commentsSave Tags: java
It’s ok to wet yourself every once in awhile
Dan North, the veritable progenitor of behavior driven development (or BDD), recently blogged about unnecessary DRYness (meaning don’t repeat... more »
0 commentsSave Tags: groovy, java, methodology
5 Minute Guide To Selenium IDE and Selenium Remote Control (Java) Test Tools
A simple introduction to Selenium testing tools.
0 commentsSave Tags: how-to, java, javascript
via