Debating on .Net Vs J2EEWritten by Balaji
Continued from page 1
.Net platform now support over 20 different programming languages. Moreover, web services that is going to be significant part of any application-development environment is easy, fast, and cheap to develop and deploy in .Net rather than J2EE. The open standards for web services such as eXtensible Markup Language (XML), Simple Object Access Protocol (SOAP), Universal Description Directory and Integration, and Web Services Description Language (WSDL) favor .Net than J2EE To access online version of above article, go to http://www.dotnet-guide.com/j2ee.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.
| | Understanding the Pros and Cons of .Net and JavaWritten by Balaji
Continued from page 1 it to machine code according to operating system. Likewise, now, .Net has developed Common Language Runtime (CLR) engine that converts program code into Microsoft Intermediate Language (MSIL) and then “just-in-time” MSIL is translated to native code. .Net now supports over 20 languages. It has in-built data types in classes known as Common Type System (CTS) that automatically understands types of other languages and executes simultaneously. Therefore, when .Net support multiple programming environment, Java, on other hand is focused on only one programming language that support multiple environments.Thus, it is very difficult to argue which platform is best unless enterprises understand their needs. By and large, these two platforms are here to remain as future e-business development environments. .Net will leverage on Rapid Application Development (RAD)-solutions, while Java will dominate large-scale “enterprise” projects. To access online version of above article, go to http://www.dotnet-guide.com/java.html

Visit http://www.dotnet-guide.com for a complete introduction to .NET framework. Learn about ASP.NET, VB.NET, C# and other related technologies.
|