dzone

Syndicate content dzone.com: fresh links for developers
dzone.com: fresh links for developers
Updated: 28 weeks 8 hours ago

Best Practices for Virtualizing High I/O Driven Applications...

Sat, 07/23/2011 - 16:31

Many companies are adopting a ‘virtualization first’ policy due to all the benefits associated with virtualization. But, there is still legitimate concern about virtualizing everything, especially with security and performance for high I/O driven applications. The hyperadvisor, Antone Heyward addresses these concerns and best practices for virtualizing these applications.

Linux 3.0 release [LWN.net]

Sat, 07/23/2011 - 14:51

This obviously also opens the merge window for the next kernel, which will be 3.1. The stable team will take the third digit, so 3.0.1 will be the first stable release based on 3.0.

Smart GWT QuickStart Guide

Sat, 07/23/2011 - 13:14

The Smart GWT Quick Start Guide is designed to introduce you to the Smart GWT web presentation layer.

Five reasons why you should rejoice about Kotlin

Sat, 07/23/2011 - 12:42

As you probably saw by now, JetBrains just announced that they are working on a brand new statically typed JVM language called Kotlin. I am planning to write a post to evaluate how Kotlin compares to the other existing languages, but first, I’d like to take a slightly different angle and try to answer a question I have already seen asked several times: what’s the point? We already have quite a few JVM languages, do we need any more? Here are a few reasons that come to mind.

Linux 3.0 a steady step forward

Sat, 07/23/2011 - 11:38

The newly released Linux kernel features improved support for Xen and BTRFS file system, as well as a new versioning scheme

Clean Code Versus Great Code

Sat, 07/23/2011 - 11:38

I've had some interesting discussions with other developers about writing code recently. I often have the impression that some developers put too much emphasis on clean code. Don't get me wrong, i strive for clean code as well, and have written about its importance quite a lot in the past couple of years. But when i'm coding, clean code is my secondary goal and it could never take the place of my primary goal: making it work. And preferably, i want to make it work great.

Linux Kernel Newbies

Sat, 07/23/2011 - 11:18

First advice I got when I entered #kernelnewbies a year ago, was to download kernel version 0.0.1. It's a good start for someone who doesn't know jack about kernels, and wants to see a very basic one.

Hidden Java 7 Features – System and Process CPU Load Monitoring

Sat, 07/23/2011 - 08:06

First in a series of "hidden Java 7 features", highlighting lesser known new features in the latest Java release. This one gives an overview of the new capabilities to monitor process and system CPU loads, with a CPU monitor GUI example.

20+ Rubyists to Follow on Google+

Sat, 07/23/2011 - 07:59

Google+, pronounced “Google plus” is a new social network from Google. The service, which is initially available to a select group of Google users who will soon be able to invite others, will let people share and discuss status updates, photos and links, much as they do on Facebook.

What You’ve Missed With C++: 2011 So Far ... C++0x/C++11 is coming

Sat, 07/23/2011 - 07:59

The past few months have been a jam-packed with a few developments in terms of C++. Not only did C++0x get the almost unanimous nod of the industry to be good enough to be called C++11 but there’s also a few stories that have come out that need some attention too. With a new version coming up I’d say this decade is the one where C++ is more relevant than ever.

How to Get the Most out of Git

Sat, 07/23/2011 - 07:20

Git has become the programming world's most popular version control system--at least that's what surveys conducted by Microsoft Corp. suggest. While there are abundant write-ups already available for new users and administrators, from tutorials to descriptions of clever merge workflows, I still often encounter a few missteps in basic version control naming and layout.

Ceylon progress report ...and some thoughts about Kotlin

Sat, 07/23/2011 - 07:08

Hrm, I notice it's been just over three months since I semi-accidentally announced the existence of the Ceylon project, and I guess I feel like you folks deserve some kind of progress report!

How much Java SE 7 is secure than Java SE 6

Sat, 07/23/2011 - 07:04

Java is known for security purpose widely.As Java 7 has come so it is obvious that some security features will be there.Ya its right.Java community add lots of major and better security algorithms in Java 7.They added Elliptic Curve Cryptography that is so much secure other side they deprecated MD2 digest algorithm.Here i am listing some security features those are implemented in java 7.

We (Mozilla) Fight For the User

Sat, 07/23/2011 - 06:32

Hot on the heels of recent announcements from Mozilla about strategy, personnel, and general company changes, Brendan provides us with almost 12 minutes of very deep insight into the future of Mozilla and the web

Processing 1M TPS with Axon Framework and the Disruptor

Sat, 07/23/2011 - 06:32

LMAX, a trading company in the UK, recently open sourced one of their core components: the Disruptor. This component allows reduces execution overhead by removing the necessity for locks, while still keeping processing order guarantees. A pretty ingenious piece of engineering, if you ask me. I tried to apply the disruptor to the Axon Command Bus, just to see what it potential is. The results are pretty astonishing.

Step Into .NET Framework 4.0 Source Code

Sat, 07/23/2011 - 06:31

In this post I’ll show you how to configure your Visual Studio 2010 to step into the source code of .NET Framework 4.0

8 Useful Tools For Designers to Help Identify Unknown Fonts

Sat, 07/23/2011 - 06:00

Sometimes it happens that you open a website and simply fall in love with the font that has been used on it. Now what are you going to do to get it — and quickly?

12 Excellent Google+ Extensions For Google Chrome

Sat, 07/23/2011 - 04:38

Google Chrome browser has the excellent collection of extensions of Google+. If you are Google+ users then you should use these best Google+ extensions which makes very easy to use of Google+.

JavaFX 2.0 beta build 36 available now

Sat, 07/23/2011 - 00:15

A new JavaFX 2.0 beta build has been made available. The main features of this release are: The worker threading API. Support for rich text editing (via the new HTMLEditor control). A FileChooser dialog.

Java: Getting the size of an Object'

Fri, 07/22/2011 - 23:12

Java was designed with the principle that you shouldn't need to know the size of an object. There are times when you really would like to know and want to avoid the guess work.

.