• submit to reddit
Felipe Gaúcho12/28/09
27221 views
16 replies

Webapps with Eclipse and Maven (maven-war-plugin)

Web applications created by the Eclipse IDE contains an annoying folder WebContent to host the web resources and deployment descriptors. While natural for Eclipse users, this feature ignores the Maven convention and force the developers to hack the pom files...

Eric Daugherty12/28/09
4507 views
0 replies

Scala and ActionScript

Like many experienced Java programmers, I've played with several other languages and platforms over time. While most development languages are not game changing on their own, they can have an impact on the speed and level of enjoyment of a developer....

Nitin Bharti12/28/09
10485 views
0 replies

Simon Free: Merapi Robots and the World of Augmented Reality

In this interview, recorded at CFinNC 2009, Dan Wilson speaks with Adobe Community Expert Simon Free about Merapi, a bridge between applications written in...

Slim Ouertani12/28/09
9480 views
1 replies

OSGi Service Hook to Log All Service Invocations Using Dynamic Proxy

In this post, I will present an elegant solution to log all services invocations in an OSGi environment. After developing and using some bundles we need to know for different reasons which services are used by such a bundle, when invocation are occurred and...

James Sugrue12/28/09
30814 views
7 replies

Effective Debugging: Conditional Breakpoints

One of the most important developer activities is debugging. In my college days, we were forced to use simple text editors for our software development, so I started out using print statements to see where my code was going wrong. These days, we have the...

Steven Lott12/27/09
4207 views
0 replies

The Data Cartel and "Users"

I work with a CIO who calls the DBA's "The Data Cartel". They control the data. Working with some DBA's always seems to turn into hostage negotiation sessions.The worst problems seem to arise when we get out of the DBA comfort zone and start to talk...

adam bien12/25/09
13358 views
33 replies

9 Reasons Why Java EE 6 Will Save Real Money

Prototyping: in general (Enterprise) Java projects start with evaluation which frameworks to use. This can take from few hours, to several months (although these times are hopefully over). Java EE 6 comes with “one stop shopping”. You can download Java EE...

Peter ___12/24/09
6343 views
4 replies

Simple Database Migration in Java

As I started with Rails development I discovered the very neat feature of database migrations. For me this was the main advantage of using Rails compared to a pure Java solution. In our Rails application this works without any problems: you can change the...

Debasish Ghosh12/24/09
10469 views
0 replies

A Case for Hybrid SQL - NoSQL Stack

Alex Popescu talks about Drizzle replication in his MyNoSql column. He makes a very interesting observation in his post regarding Drizzle's replication capabilities into a host of NoSQL storage backends .. "Leaving aside the technical details — which...

adam bien12/24/09
20390 views
10 replies

Five Features That Make NetBeans 6.8 My IDE of Choice

Out-of-the-box experience: with a single download, you get not only the IDE with all useful plugins, but also an application server (Glassfish v3) and an integrated database (Derby DB). The whole procedure takes few minutes and is dead simple. The only thing...

Mitch Pronschinske12/23/09
9743 views
0 replies

Bundlor 1.0 RC1 - Managing OSGi Bundle Manifests

For developers who want to manage their own bundle manifests, but need a little help to automating the details, like specifying package versions across a range of imports, the Bundlor tool is now available and is feature-complete.  Bundlor, a SpringSource...

Simon Free12/23/09
11981 views
0 replies

Flex and ColdFusion Services

If you were asked to create a cutting edge, feature-rich, easy-to-use website, what technology would you use to create it?  If you said "Flex," then you are off to a good start.  Not only does Flex offer a rapid development environment and come...

Justin Etheredge12/23/09
5832 views
13 replies

The Static Spider Web Pattern

While the developer lexicon is loaded up with more patterns than we can possibly ever learn, I just wanted to introduce one of the more important patterns that I think exists out there in software development. I call it the “Static Spider Web” pattern....

Matt Raible12/23/09
11647 views
4 replies

Grails OAuth and LinkedIn APIs

Back in November, I wrote about how to talk to LinkedIn APIs with GWT. A week later, I figured out how to do it with Grails and contributed a patch to the grails-oauth plugin. Since then, a few folks have asked how I did it.

Mitch Pronschinske12/23/09
12720 views
0 replies

Turning Ordinary OSGi Services Into Remote OSGi Services

The Distributed OSGi (DOSGi) subproject of the Apache CXF project recently released the 1.1 of its reference implementation for the Distributed OSGi specification.  DZone spoke with David Bosschaert and Eoghan Glynn, who are both members of the OSGi...