Displaying posts tagged with

“api”

Jan
11
2010

Gigaspace API design – the GigaSpace write method

Gigaspaces is an excellent product. Supplying a flexible cache, the ability to run processes, underpinned with spring, good desktop space management tools and some well thought out configurable and scalable architectures. The documentation and programmers api design could do with some effort though. Lets take a look at the GigaSpace interface and the design of the write method as a small example where improvement is much needed.

Jan
6
2010

TimeUnit use it more of the Time please!

Time for my first blog of the year. Yea! Mind you its a bit small, but then perhaps that is a good thing.
Look at these two setters. Setter methods like the first example are very common. Take a look at the second its so much better. With the second the [...]