Wednesday, December 01, 2004
« VS Live San Francisco | Main | I'm an alternative - go figure »

I just finished reading through Ted Neward’s Effective Enterprise Java book (ISBN 780321130006) and it is a must read for any enterprise .NET developer.

 

I hear it now. “What?! A Java book for .NET developers? Rocky, you’ve gone over the edge!”

 

No, I haven’t gone over the edge, and YES, absolutely a Java book for .NET developers.

 

It would be extremely foolish for any enterprise developer to read only .NET or Java information. It isn’t like either technology as a monopoly on smart, eloquent technical experts. On top of that, the two platforms are so similar at an architecture and software design level that the same guidelines and best practices apply equally to both.

 

So yes, go out and read Ted’s book. Every single item in the book has direct applicability to .NET. Sure you’ll need to translate some terminology to the .NET world, but that’s a minor thing. The important thing is that you’ll learn a whole lot about the good, the bad and the ugly when it comes to creating enterprise applications.

 

The truisms for minimizing network costs (latency, bandwidth, etc.) are universal. The tradeoffs when dealing with shared state and mapping state between objects, databases and XML are universal. The need to reduce locking and blocking are universal. The OO design patterns that address these issues in Java are exactly the patterns that apply in the .NET space as well.

 

And since this is a book about enterprise issues, there’s relatively little code and you can safely ignore virtually all of it. No offense to Ted, but this book doesn’t need any of the Java code. I’m sure he put it in there to make it actually feel like a Java book. No, the value is in the sometimes irreverent yet thorough discussion of the issues and the tradeoffs involved in addressing those issues.

 

Honestly, if this book used more universal terminology and skipped the few code examples it has, it would be a universal must-have resource for any modern enterprise platform – Java, .NET or whatever. I contend that it still fills this role, albeit with the need for .NET readers to mentally translate some terminology into our world. And that’s a small price to pay.

 


Wednesday, December 01, 2004 4:43:25 PM (Central Standard Time, UTC-06:00)
>>I just finished reading through Ted Neward’s Effective Enterprise Java book (ISBN 780321130006)

translation: I hung out with Ted last night, so maybe I will put out a plug for his book.

;)

Good job last night at the Sacramento .net users group. I really liked your Thanksgiving post too.

Ian
Wednesday, December 01, 2004 7:43:02 PM (Central Standard Time, UTC-06:00)
Nah, I hang out with Ted on a regular basis. The fact that he gave me a copy of his book so I could read it on the flight home was very nice, but by itself didn't earn a review :) I got lots of books that I don't bother to review - but this one has a great list of items that I talk about all the time, and so I was just quite pleased by it.

Rocky
Comments are closed.