Two variants of run-length encoding
are the diagram encoding and the pattern substitution algorithms. The
diagram encoding is actually a very simple...
1 replies - 3924 views - 01/24/12 by Stoimen Popov in Articles
This is the first installment in a series of tutorials on creating the right search utility for your use case. In this part, you will learn how to make the...
0 replies - 3461 views - 01/19/12 by Tony Russell-rose in Articles
For example, Travis Griggs' blog post explains some of the best OOP advice he ever received.What is the best piece of advice anyone ever gave you, and why it...
22 replies - 15302 views - 01/18/12 by John Esposito in Articles
In my previous post
we saw how to compress data consisting of very long runs of repeating
elements. This type of compression is known as “run-length...
0 replies - 3368 views - 01/17/12 by Stoimen Popov in Articles
Domain Specific Languages (DSLs) have become a valuable part of the
Groovy idiom. DSLs are used in native Groovy builders, Grails and GORM,
and testing...
1 replies - 2764 views - 01/17/12 by Nirav Assar in Articles
GlassFish is an open-source application server that can run any Java EE application, providing enterprise level reliability and performance with full...
1 replies - 2540 views - 01/16/12 by Judah Johns in Articles
As you develop any application, you will need to choose various
tools, libraries and frameworks that you want to integrate into the
application. In some...
0 replies - 10042 views - 01/15/12 by Robert Diana in News
Why you are being asked for a code sample and what it says about the employer.
At some point during the developer recruiting process, any hiring
manager with...
5 replies - 14253 views - 01/05/12 by John Fuex in Articles
This week, DZone has gathered together its top articles in every
major topical area. These were chosen based popularity and quality of
content. If you...
1 replies - 6091 views - 01/05/12 by Mitchell Pronsc... in Articles
Last year, I wrote a post entitled 9 Programming Languages To Watch In 2011.
Now that 2011 is basically over, let’s see what happened to these
languages...
7 replies - 12532 views - 12/19/11 by Robert Diana in Articles
This is a quick post to describe the steps involved with getting
Hudson to deploy a Grails application to a remote Tomcat server.
Tomcat
First up you’ll...
0 replies - 3535 views - 12/18/11 by Robin Bramley in Articles
Be sure to check out the DZone Blog for pictures of our meetup last week at the HQ in Cary, NC!We successfully completed the first Kolamba DZone meetup with...
1 replies - 4094 views - 12/16/11 by Prabath Siriwardena in Articles
I was recently asked the question: Rails or Grails? I needed to
summarize the key differences and industry sentiment. This was my
response.Before I make any...
11 replies - 7416 views - 12/16/11 by Brian Oneill in Articles
Graph ranking algorithms are all about mapping a complex graphical
structure to a numeric vector. For a given algorithm, a single numeric
value in the...
2 replies - 3342 views - 12/14/11 by Marko Rodriguez in News