| Article: |
Cat Fight in a Pet Store: J2EE vs. .NET | |
| Subject: | Cross platform support has become old baggage | |
| Date: | 2001-12-21 17:25:00 | |
| From: | mrhinkydink | |
|
The problem is that cross platform deployment was much more valuable in the mid 90s, when hardware was more expensive. Hardware investments dictated software purchasing options. Now it's turning the other way around. You buy the hardware you need to run the applications you want. Hardware will become like batteries for software.
|
||
Showing messages 1 through 1 of 1.
-
Cross platform support has become old baggage
2002-01-05 10:04:12 deanwampler [View]



First, some 3rd-party SW providers do have to support multiple databases, OS'es, etc. I once worked on a product line that supported customers using Oracle, SQLServer, and DB2, running on WinNT, Solaris, and AIX. That isn't an issue for everyone, of course.
The other, more subjective aspect of portability is the way it contributes to SW quality. Loose coupling and abstraction have been hallmarks of good software for decades. However, while doing this usually yields better, more flexible software, you often pay a price in performance (e.g., going through abstraction layers and not exploiting specific optimizations), as well as the extra effort to write "abstractly". The Architect has to make the appropriate tradeoffs.
Anyway, I agree with you that it's risky for Sun to over emphasize platform neutrality, especially in server-side SW.