MongoDB ODM: Document-Oriented Databases vs. Relational Databases.

July 29, 2010 in .net, Hot Topics by piccoloprincipe

My last post brought up a lot of questions on the differences between document-oriented and relational databases, possible use cases for each and approaches and gotchas one should remember when dealing with either. I had some thoughts on the subject, but they didn't feel complete, so I decided to do some research. I started out by googling "document -oriented databases vs relational databases", which brought a number of interesting results. After some intense reading and analyzing, I think I have a good enough understanding of the concepts, strengths and weaknesses of different data stores to write and share my findings.

Java Killers #2 – Add me, check me

July 29, 2010 in .net, Hot Topics, java by paulszulc

Java Killers is a series of post showing different kind of gotchas in the Java language. Second post shows small gotcha you might fall into while dealing with Integers if you don't read documentation carefully

Video: Preview of IntelliJ IDEA Plugin for NetBeans RCP Development

July 29, 2010 in .net, Hot Topics, java, tools by geertjan

A quick preview of a plugin currently in development to help IntelliJ IDEA developers get up and running on the NetBeans Platform.

Building Flash Websites Easily with Flash Site Builder

July 29, 2010 in .net, Hot Topics, news by FlashScope

Flash websites use the most of Flash to provide a unique user experience through the graphic elements, animation and interaction. The problem was that creating Flash sites requires knowledge of Flash from both design and development sides. It can cost you time and money to hire a Flash designer or developer that can develop your web site professionally.

by mitchp

Hilarious Response to Interpreter Code

July 29, 2010 in .net, Hot Topics by mitchp

"Your code is 100% bogus and should be taken out the back, lined up against a wall, and machine-gunned. " There's more...

Discover Java VisualVM 1.3

July 29, 2010 in .net, Hot Topics, java, news, tools by baptiste-wicht

This post describe the new features of Java VisualVM 1.3

by jrandol

Wikileaks To Leak 5000 Open Source Java Projects With All That Private/Final Bullshit Removed

July 29, 2010 in .net, Hot Topics, java by jrandol

Java programmers around the globe are in a panic today over a Wikileaks press release issued at 8:15am GMT. Wikileaks announced that they will re-release the source code for thousands of Open Source Java projects, making all access modifiers 'public' and all classes and members non-'final'. Agile Java Developer Johnnie Garza of Irvine, CA condemns the move. "They have no right to do this. Open Source does not mean the source is somehow 'open'. That's my code, not theirs. If I make something private, it means that no matter how desperately you need to call it, I should be able to prevent you from doing so, even long after I've gone to the grave." According to the Wikileaks press release, millions of Java source files have been run through a Perl script that removes all 'final' keywords except those required for hacking around the 15-year-old Java language's "fucking embarrassing lack of closures."

by dotcore

The Deutsch-Josza Algorithm

July 29, 2010 in .net, Hot Topics, how-to, tools by dotcore

Today I'm going to post a paper I wrote on the Deutsch-Josza algorithm a while ago. The practicality of this algorithm may be a bit contrived when observing the problem it solves. However, the problem itself is not of prime importance.

Web Design Patterns and how they can improve Front-end Coding.

July 29, 2010 in .net, Hot Topics, web design by niels_matthijs

Web design patterns have been around for a while, but they never really caught on. Whatever the reason, they are incredibly valuable, even altering the way you look at building a web site. So why wait.

by VOGELLA

Eclipse 4.0 Application Platform – Tutorial

July 29, 2010 in .net, Hot Topics, how-to, java by VOGELLA

This article gives an overview about the Eclipse 4.0 application platform which was created by the Eclipse e4 project. This tutorial is based on Eclipse 4.0 SDK.