Tuning, Testing, Deploying Terracotta Implementations - how does my application time-to-market change?
Talks about experience tuning, testing, deploying Terracotta and offers some advice around some best practices.
1 commentsSave Tags: frameworks, java, methodology, server
Visualizing Cluster-Based Applications
Detecting concurrency-related bugs and performance bottlenecks is hard, especially on clusters consisting of a large number of nodes. In an interview... more »
0 commentsSave Tags: java, open source, server, tools
Terracotta: 1, Grails Searchable Plugin+Me: 0
I’m on a quest to figure out how to cluster the Grails Searchable plugin that’s based on Lucene/Compass across multiple nodes with as little intrusion... more »
1 commentsSave Tags: frameworks, java, tools
Terracotta Killer App
In the comments to my post about what Terracotta is not, Jay Meyer wrote, "[Terracotta] is so disruptive that an application architect really needs to... more »
0 commentsSave Tags: java, methodology
Using Terracotta for Configuration Management
This article by JR Boyens details using Terracotta to propagate configuration management on the fly across a network, such that a client can pull up... more »
0 commentsSave Tags: how-to, java
Fun with Distributed Programming
How-to make distributed programming fun. Short example with code.
0 commentsSave Tags: java, open source, opinion
Objective database abstraction layer (ODAL)
Objective database abstraction layer (ODAL) is a high-performance database manipulation framework. Features include query API, O-R mapping, data... more »
0 commentsSave Tags: database, frameworks, java, open source
Chronicles of a Terracotta Integration: Compass
Last week, I met up with Shay Banon, author of Compass, at the The Server Side: Vegas conference. We thought it would be great to see if we couldn't... more »
0 commentsSave Tags: java, open source, server
Scarlet 1.0 announced
Sourcesense, a leading European Open Source systems integration consultancy, today announced Scarlet v.1.0GA, the first freely-available, Open Source... more »
0 commentsSave Tags: java, open source, server
Compass/Lucene Terracotta Integration
I am happy to announce that Compass now supports integration with Terracotta. This integration allows for applications that use Compass or pure Lucene... more »
0 commentsSave Tags: frameworks, java
Which Company is Best at Java?
So, in your honest opinion, which company today is the best in the world at Java and why? Is it one of the usual suspects like Sun, IBM, and Oracle,... more »
0 commentsSave Tags: java, opinion
A Clustered ClassLoader
If you're building a distributed system, or contemplating building a distributed system, you might have run into this one before
0 commentsSave Tags: java
Stupid Simple JVM Coordination
Simple demo using a LinkedBlockingQueue and a FutureTask to coordinate activity - across JVMs.
0 commentsSave Tags: java, open source, server
Alex Miller: Exploring Terracotta - Weiqi Gao's Observations
Last night's St. Louis JUG featured Alex Miller from Terracotta talking about his company's flagship product Terracotta.
0 commentsSave Tags: database, java, open source
Spring + Terracotta Quickstart
Peter Veentjer has cooked up a nice project template that serves as a good example/starting point for exploring Terracotta and Spring.
0 commentsSave Tags: how-to, java
InfoQ reviews the use of Terracotta Server as an enterprise message bus
InfoQ does a "deep dive" into the use of Terracotta Server as a message bus. The author also mentions clustering Scala actors with Terracotta Server.... more »
0 commentsSave Tags: java, server, trends
It's the little things that matter...
... today I ran into a very simple example that illustrates not only a) why Object Identity is important but b) why it's simultaneously important to... more »
0 commentsSave Tags: java
If it ain't got "Hello World" and it ain't got a CookBook....
If an Open Source project isn't easy to run out of the box, it might as well stay undercover 'till it is. All the authors are going to do is burn... more »
0 commentsSave Tags: open source, opinion
Code complete doesn't mean you're done
Too many developers think they're done when they finish coding. They are wrong. Terracotta server is holding its own as our message bus, but we're... more »
0 commentsSave Tags: java, methodology, opinion, server
Pod Racing: How to synchronize threads across multiple JVMs
Sometimes, you want to start the job in multiple JVMs only when all the VM has started. This scenario often comes up with multiplayer games. Let's... more »
0 commentsSave Tags: how-to, java, open source
Implementing Master-Worker with Terracotta
Recently Shine Technologies distributed one of its applications using Terracotta and achieved significant performance gains. In the past, our... more »
0 commentsSave Tags: frameworks, java, opinion, tools
Grails, Lucene and Compass clustered with Terracotta
Round Two of my quest to cluster the Grails Searchable Plugin index with Terracotta! In my first post I outlined my intent to use Terracotta to... more »
0 commentsSave Tags: groovy, java, open source
Why are we not using Java EE 5?
Believe it or not, in a few months the Java EE 5 specification will be two years old (Final Release on the 11 May, 2006). And nobody is using... more »
1 commentsSave Tags: java, opinion, server
DZone Suggestion, More Comments
I like DZone a lot. I read it regularly and post to it when practical. I like the rising links, I like the popular links, I even like the voting... more »
12 commentsSave Tags: opinion, usability
Open Source and Caching Algorithms
In an attempt to contribute to open source, a developer learns about caching algorithms.
0 commentsSave Tags: java, open source, research
via