• submit to reddit
Debasish Ghosh12/02/10
3503 views
1 replies

Composable Domain Models Using Scalaz

I have been having some solid fun working through scalaz - it's possibly as close you can get to Haskell with a postfunctional language like Scala, which also supports object oriented paradigms. One of the ways I do learn languages is by developing domain...

Munish Gogna12/01/10
25658 views
4 replies

Creating and Deploying JAX-WS web service on Tomcat 6

Some years back I had to provide a wrapper around an EJB 3.0 remote service to come up with a simple web service project that would be deployed over Tomcat and accessed in a simple http way due to some accessibility issues. Now as I cannot reveal the actual...

Julian Simpson12/01/10
6045 views
4 replies

Hudson: Trouble at the mill?

Looks like Oracle and the Hudson developers aren’t getting along. The project hosting that Oracle provide (inherited from Sun) has been a bumpy ride for the developers, who are suggesting GitHub as a less bumpy and more functional way to develop. ...

Martin Fowler12/01/10
3494 views
0 replies

Reproducible Build

One of the prevailing assumptions that fans of Continuous Integration have is that builds should be reproducible. By this we mean that at any point you should be able to take some older version of the system that you are working on and build it from...

Avi Yehuda12/01/10
21757 views
0 replies

Android – Using SQLite DataBase

Android OS comes with SQLite Database already built-in. This article will explain how to store and draw data.Currently I am working with Android version 2.2.   

Richard Kennard12/01/10
6794 views
45 replies

Rant: Who Designs These UI Frameworks Anyway?

I've been working with a few different UI frameworks lately as part of building Metawidget, and I've noticed something... Building Consensus First let me state some things I hope we can all agree on:

adam bien12/01/10
7471 views
0 replies

Swing Looks ...Great (Part III Nimbus)

Nimbus comes already with JDK 1.6. Nimbus doesn't have to be installed, it is shipped with JDK 1.6. You only have to activate it. There is a hacky (because of reflection) but robust way to activate that. This complex approach...

Gabriel Jeremia...12/01/10
4884 views
1 replies

Spring ROO and an Idea

I have being playing around with Spring ROO. It is a project with great potential and the facility to integrate seamlessly with maven is an added advantage. There are many tutorials on “An enterprise Java Application in 10 minutes with ROO”, this is...

Jay Fields12/01/10
3764 views
2 replies

Taking a Second Look at Collective Code Ownership

It's common to hear proponents of Agile discussing the benefits of collective code ownership. The benefits can be undeniable. Sharing knowledge ensures at least one other perspective and drastically reduces Bus Risk. However, sharing comes at a cost: time....

German Viscuso11/30/10
4612 views
0 replies

Real Android apps leveraging db4o persistence engine (Part 2)

This the second delivery in a series of articles targeted at showing developers how db4o (an open source database that leverages today's object-oriented languages, systems, and mindset) is being used in several Android projects to avoid all the pitfalls and...

Jonathan Giles11/30/10
4839 views
0 replies

Reviewing "Hello, Android"

Coming from a background as a Java developer with specific skills in UI development (Swing and JavaFX), but no technical knowledge of Android, I found this book at just the right level for me. Being...

Mark Needham11/30/10
3541 views
1 replies

"Consulting is Like Inception"

My colleague Jason Yip recently tweeted the following… Sometimes consulting reminds me of the movie Inception …which reminded me of a conversation I was having with a colleague here who's been working on consulting engagements here for the last few...

Alosh Bennett11/30/10
3589 views
4 replies

Reflection and the Missing Security Manager

Here’s an interesting trick that’s been around for a long time: Consider the Person class here, with password as a private data member.

Avi Yehuda11/30/10
8251 views
1 replies

Android – Opening a new screen

  Opening a new screen is fairly easy in android. This post will show you almost all you need to know about switching back and forth between screens in your Android application. Add all activities to manifest

James Sugrue11/30/10
5776 views
1 replies

Five Great Refcardz For Software Testing

To coincide with this weeks release of our latest refcard, Selenium 2.0: Getting Started With the WebDriver API, I've compiled a list of some of the best refcardz in the collection related to testing