Killing Ontologies - OWL In The Semantic Web?
Friday, I wrote a piece about my belief that we need to rename and reposition the Semantic Web as The Graph Web. My position is that the Semantic Web... more »
0 commentsSave Tags: opinion, web 2.0, web design
Solving 5 Common CSS Headaches
"CSS is a relatively simple language to learn. Mastering it, on the other, can prove a little more difficult. Compensating for various browser... more »
0 commentsSave Tags: css-html, opinion, web design
Java Riddle: Static Members in Inner Classes?
Here's something that can annoy the most experienced Java developers and is guaranteed to make people to mumble in job interviews (if that's your... more »
1 commentsSave Tags: java, research
The problem with #define
Why C's #define directive can be dangerous
0 commentsSave Tags: c-and-cpp, open source, other languages, standards
An Introduction to Real-Time Java Technology: Part 2, Garbage Collection and the Sun Java Real-Time System (Java RTS)
There are several different approaches to scheduling GC within a real-time environment, each with benefits and weaknesses. These include work-based... more »
0 commentsSave Tags: java, reviews, unix-linux
From OSGi to GlassFish in 5 Steps
Creating an OSGi bundle and deploying it to GlassFish.
0 commentsSave Tags: java, server, standards, tools
Open Source Support: Important but Lagging
Is the availability and usefulness of open source support lagging behind its desirability? That's one of the messages that it's possible to get from a... more »
0 commentsSave Tags: open source, opinion, standards, tools
TechCrunch Wants a Tablet
A recent blog entry by Michael Arrington has stirred up some discussion around the web. Basically, it's a plea that someone design and build a $200... more »
0 commentsSave Tags: open source, opinion, usability
Tutorials | PureMVC Roundup
Today i bring you some cool tutorials, tips and examples about PureMVC. If you don’t know what this framework is, we can describe it in a simple way... more »
0 commentsSave Tags: flash-flex, frameworks, how-to, web design
Optimising Computer Programs for Performance
I’ve recently been working on a small Java simulation program that is going to take a long time to execute each time it runs. Basically, it does the... more »
0 commentsSave Tags: java, opinion
Cog Closures Part II - the Bytecodes
In the post before last we saw the closure design in Cog and its prototype implementation above an unmodified VM. This post looks at the opcodes used... more »
0 commentsSave Tags: other languages
Top 10 Concepts That Every Software Engineer Should Know
The future of software development is about good craftsmen. With infrastructure like Amazon Web Services and an abundance of basic libraries, it no... more »
0 commentsSave Tags: opinion
Google Collections to the rescue
A few days ago, I was writing a piece of code that turned a line at a time into an Object. And it was using iterators. I had a RecordStream, which... more »
0 commentsSave Tags: frameworks, java
Sometimes You Have to Say No to Your Users
The customer is not always right. The truth is you have to sort out who’s right and who’s wrong for your app,” advises 37signals in their book Getting... more »
0 commentsSave Tags: opinion
Is Anyone Using the Google Web Toolkit?
After seeing some applications from Google and participating in the Google Codejam (which seems to be built using the GWT), I kind of expected to see... more »
0 commentsSave Tags: frameworks, java, opinion
Build a Web 2.0 Voting Widget with Flex: Part I
There are few things that people like to do more than give their opinion about a subject of interest to them—especially on the Web. This can be very... more »
0 commentsSave Tags: flash-flex
JavaScript Event Delegation is Easier than You Think
If you’re into adding a little JavaScript interactivity to your web pages you may have heard of JavaScript event delegation and thought it was one of... more »
0 commentsSave Tags: javascript
Semantic Web: What Is The Killer App?
The Semantic Web has been in the making for some time and people think it is nearing maturity. We have written about this trend extensively, with our... more »
0 commentsSave Tags: opinion
OFX4J: Java Web Service APIs for Interfacing with Financial Institutions
OFX4J is a Java implementation of Open Financial Exchange, which defines web service APIs for interfacing with financial institutions. The OFX4J... more »
0 commentsSave Tags: announcement, frameworks, java
Software Development: One Step Forward, Two Steps Back.
At the office, we, the Web Services team form a team of four people who handle the core data storage and communications centre for the companies main... more »
0 commentsSave Tags: opinion, reviews
Pivot: A Practical Example, Part 4 - Data Binding
This is the fourth in a series of five articles that walk through the implementation of a simple but practical Pivot application called Stock Tracker.... more »
0 commentsSave Tags: java
Silverlight and Multi Touch Tablets
Web & Multi-Touch Tablets are getting a lot of buzz recently. This article is about how Silverlight fits into the upcoming re-launch of the Web... more »
0 commentsSave Tags: web 2.0, web design
Code Access Guide to Eclipse 3.4
This article describes how to access the Eclipse source code, how to use the Plug-in Spy to identify a plug-in which is responsible for a certain part... more »
0 commentsSave Tags: eclipse, how-to, java
Unit Test Boundaries
One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries.
0 commentsSave Tags: methodology, opinion, trends
BDD with ease with Easyb
[...] Enter Easyb. Easyb is a BDD framework for Java. Basically, you describe your class's intended behaviour in a simple domain-specific language,... more »
0 commentsSave Tags: frameworks, groovy, java, open source
via