Getting Java, C# and Perl to speak the same language (with JSON)

Using JSON examples in Java, C# and Perl to understand cross-platform architecture.

I’ve been thinking a lot about architecture lately. It’s partially because Jenny and I are going to do our Beautiful Teams talk at the ITARC 2009 conference next week. But it’s also because I’ve been writing a lot of code lately that’s gotten me thinking about some architecture problems that I find pretty interesting. One of the problems I’ve been contending with has been how to efficiently get complex data structures to stay intact while being sent across various pipes and between different platforms. It’s a really interesting topic, one that’s really given me some new insights into some pretty fascinating questions about the nature of data, and where the data ends and the container begins.

I spend a lot of my time training developers, helping junior and intermediate programmers learn the skills and concepts they need to become senior developers. So whenever I run across a topic like this, I always ask myself, “Is there something an intermediate — or even a novice — programmer can learn here?” I’ve spent a lot of my career helping junior programmers become senior developers and architects. (That’s why we wrote Head First C#!) If you’re a developer who’s looking to expand your horizons a bit, this is definitely an area that can help you do that.


Continue reading »