Basics Java Multiple Threads Category: Article Elite Hussar,
Aug 28, 2010
In this day and age programmers must implement multi-threading solutions into their code. Every somewhat modern programming language that respects itself offers opportunities to work with threads. Today we’re going to learn how to do this in Java. This article requires at least a little knowledge of Java such as classes, objects, inheritance and interfaces. We’ll try to keep it simple.
Java Programming Basics: Interfaces Rating: Rocks Category: Article jGuru Staff,
Aug 27, 2010
The key to understanding the Java interface is to think of it as a mechanism for implementing a service contract.
Rails 3.0 The release candidate process is progressing as planned. This second candidate has very few changes over the first, which means that unless any blockers are discovered with this release, we’re targeting the final release of Rails 3.0 for this week(!!!).
Clojure 1.2 This release includes many significant new features, such as protocols and datatypes; enhancements to existing features like the sequence library, destructuring and agents; support for annotations, etc. In addition, it incorporates many enhancements first developed and nurtured in clojure-contrib like I/O, string and pretty printing facilities.
jRegExAnalyser jRegExAnalyser is an interactive tool written in Java to write, test, debug, analyse and profile regular expressions. It's free and Open Source software, licensed under the terms of GPLv2 with Class Path Exception.
Ralasafe Open Source Fine-grained ACL middleware Canyon is an open source flat file ORM processing framework that iteratively reads and incrementally persists Java POJOs from a variety of text-based flat files. In Hibernate style, Canyon allows the processing of flat files by mapping information and letting the framework turn the data into objects.
Canyon Flat File ORM Framework Canyon is an open source flat file ORM processing framework that iteratively reads and incrementally persists Java POJOs from a variety of text-based flat files. In Hibernate style, Canyon allows the processing of flat files by mapping information and letting the framework turn the data into objects.
Combine Ajax and JSON to Transmit Complex Presentation Data Snooped: Sep 1, 2010 One of the potential uses of Ajax is to load locale-dependent presentation text on demand. In my article, Using Servlets and JSP to Give Users Control Over Their Presentation Locale, I explained how an Ajax sink could be linked to a browser...
Java Programming Basics: Interfaces Snooped: Aug 30, 2010 The key to understanding the Java interface is to think of it as a mechanism for implementing a service contract.