7 Things About Java 7 (Video)
In this video, Ben Evans gives a talk on java 7. This presentation carries information about what to expect in the furture java sdk... more »
Tweet 0 Comments Save Tags: java , reviews
Java Synchronization (Mutual Exclusion) Benchmark
Benchmark on the performances of the different mechanisms to provide mutual exclusion to a portion of code. In this benchmark, I used... more »
Tweet 0 Comments Save Tags: java
Daily Dose - Release Candidate for PostgreSQL 9.0
PostgreSQL 9 unleashes its first release candidate. RichFaces 4 has its second milestone release.
IDE 2.0: The Age of Intelligent IDEs
The latest innovation in the Eclipse space that I'd like to share with you is Code Recommenders. Already available as a plugin for... more »
Tweet 1 Comments Save Tags: eclipse , java , research , tools
Tim Bray · A Story of O
‘Developer mindshare’... what’s that, and why would Oracle care?”
Tweet 2 Comments Save Tags: java , reviews
IceCube Builder on the NetBeans Platform
IceCube is a complete integrated environment for the simple authoring and publishing of complex and fully interactive 3D animations... more »
Tweet 0 Comments Save Tags: frameworks , java , tools
Enterprise Integration Patterns: Request Reply Hello World example
How to implement Request Reply Pattern
Tweet 0 Comments Save Tags: agile , announcement , java , standards
Infinispan 4.1.0.FINAL released!
Infinispan is an open source data grid platform, providing a highly scalable, low-latency in-memory key/value store which can act as a... more »
Tweet 0 Comments Save Tags: announcement , java , open source , web 2.0
What's Oracle-Google Lawsuit All About?
Does an in depth analysis of the lawsuit. The upshot: it's about preventing fragmentation of Java and forcing Google to pay a license fee... more »
Tweet 0 Comments Save Tags: java , mobile , standards
How I Learned to Stop Worrying and Love the New Axis of Evil (Oracle)
There’s a wide sense of lament since Oracle has taken over Sun and their intellectual property, including MySQL, Java, Solaris and their... more »
Tweet 0 Comments Save Tags: java , open source , opinion , reviews
The Joy of Clojure: Thinking the Clojure Way - Book Review
This review is based on an MEAP version of the book, which means that it is a work in progress and not all of the chapters are available... more »
Tweet 0 Comments Save Tags: books , java , reviews
Open Source Android Apps for Developers: Android-sms
Android-sms is an open source project which aims to create an Android application that automatically backs up SMS messages to Gmail. For... more »
Tweet 0 Comments Save Tags: java , mobile , open source
What is Dalvik?
When it comes to the Oracle lawsuit against Google regarding Android, many sites and news outlets say that “Android applications are written in Java”.
Tweet 0 Comments Save Tags: java , mobile , research , reviews
OSGi Readiness — Loading Classes
In my previous post on “OSGi Compliance”, I discussed the idea of making libraries ready for OSGi without depending on OSGi directly. In... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java , trends
How to improve modularity and extensibility of web-apps using OSGi
This blog deals about why and how to use OSGi in web applications
Tweet 0 Comments Save Tags: java
Java Garbage Collection
It deals with identifying and freeing the memory of java application that are not used for a long time. There are two type garbage... more »
Tweet 0 Comments Save Tags: how-to , java
Things I Love About IntelliJ IDEA: The Impossible is Possible
Grazer continues his series on "Things I Love About IntelliJ IDEA" and discusses some of the features that he feels are on the more exciting side.
Tweet 0 Comments Save Tags: java , opinion , reviews , tools
Gorkem Ercan: Oracle's dislike of MIDP 3.0
The final release of the JSR 271 Mobile Information Device Profile 3 (MIDP 3.0) specification was done on December 9 2009. Unlike the... more »
Tweet 0 Comments Save Tags: java , opinion
Exploring Google Analytics Api - Client Login, Account Feeds
Blogger dosen't have a "popular posts" widget, and since I am using Google Analytics and there is a popluar posts metric, i decided to... more »
Tweet 1 Comments Save Tags: ajax , java , web services
How to get Generic Metadata from a Class at Runtime
Like Annotations, Generics are also a runtime metadata that you can process at the run time. Here you can see how to traverse the runtime... more »
Tweet 1 Comments Save Tags: how-to , java
PDF Generation with iText and OpenOffice
A brief but complete description how you can use OpenOffice.org to create PDF templates with fields that can then be filled with the... more »
Tweet 2 Comments Save Tags: how-to , java
Persistent State Machine with Apache SCXML
I'm bored of reinventing the wheel. Everytime I need a state machine to ensure my states traverse only valid transitions, I find myself... more »
Tweet 0 Comments Save Tags: frameworks , how-to , java
Weld Chugging Along
The first beta for the next version of JBoss' Weld is here. It has been approximately six months since JBoss released Weld 1.0.1, which... more »
Tweet 0 Comments Save Tags: java , news , open source , tools
How open is Android?
A fascinating look at the way that Google controls the pre-load (i.e. handset makers) side of Android via 8 different touch points. From... more »
Tweet 0 Comments Save Tags: java , mobile , open source , standards
How to Use Google Plugin for Eclipse with Maven
As part of the GWT team's ongoing effort to address the needs of the Maven community, the Google Plugin for Eclipse (GPE) team is working... more »