Development Challenges
There are many challenges in the development world while “write once, run anywhere” is still the leading challenge. Development teams are still divided into two camps: J2EE vs. .NET. Both platforms come with their advantages and disadvantages which we will be discussing on their related pages. It is, however, important to summarize them in a table for ease of reference.
Vendor lock-in, scalability, and leveraging existing technology investments are among the challenges developers are faced with these days. Vendor lock-in stems from vendor strategies that may include introducing (through ease of use) proprietary extensions through IDE platform; the major issue with vendor lock-in is that the code will not be transportable to another platform without rewriting the code.
Scalability will be achieved through component based development and abstraction of tiers that facilitates the scalability with increasing workloads.
Leveraging existing technology investments is becoming a serious concern for development (although this rule applies to any information technology investment) since the technology cycle began lapsing in months, rather than years; as a result, it became essential to leverage existing technologies rather than re-investing in infrastructure and applications each year.
In summary, our teams focus on the following key issues: open-source rules, web services, platform wars (J2EE vs. .NET), shorter development cycles, and especially the “write once, run anywhere” methodology.
back to Development