.NET selling points

D

Dmitry Duginov

Hi!

My company management considering the strategy for new software development
using J2EE or .NET platform. Can anybody point to a good article with the
list of .NET advantages over Java that I could use in such a discussion? I'm
a .NET developer but I have very small Java experience, so in many cases I
cannot provide fair comparison.

Is there anyone here who switched from Java to .NET recently? If so, could
you share your experience? Anyone who switched from .NET to Java? ;)

Any thoughts and opinions are appreciated. And I'm mostly interested in
facts that cannot be freely interpreted depending of which platform you
prefer personally.

Regards,
D.
 
F

Flip

Is there anyone here who switched from Java to .NET recently? If so, could
you share your experience? Anyone who switched from .NET to Java? ;)
I'm doing j2ee at work and .NET/C# at home. My experience with java is with
several j2ee servers (Tomcat, JBoss, WebLogic, Sybase's Jaguar, Resin) on
linux and on Windows.

First off let me say I MUCH prefer doing dev with .NET/C#. Why? Cause I
can concentrate on what I want to do, not how I'm going to do it. The main
difference with j2ee/java vs .NET/C# is in java you spend a lot time
developing the framework/architecture/structure/etc. In .NET you just use
what you've got and go! You spend time concentrating/developing your web
sites, your thick clients, your services, your security, etc.

Another angle to this is the level of integration with your tools. Given
JBuilder, WebLogic, MyMQL running on Red Hat linux (production) and Win2K
(Development), just getting them integrated and deployed took over a month!
That is HORRIBLE! This was at home after work, but the magnitude of time
spend was horrible. Doing the same thing with Visual Studio 2k3, IIS, SQL
Server, Win2k3 (Prod) and XP (dev) took hours! Yup, from a month down to
hours, now that's integration! From Visual Studio, one tool, I can admin my
db and my code! Now that's integration. No need to ensure the JDBC
drivers are on the path, restarting the server, putting the JDBC jars into
some IDE library/path/structure.

The other BIG thing is GUI development for your webpages. JBuilder, a
5Grand tool doesn't let you do it. VS does!
Any thoughts and opinions are appreciated. And I'm mostly interested in
facts that cannot be freely interpreted depending of which platform you
Unfortunately for you, these are my opinions, however after you look around
a bit, I'm confident you will come to the same conclusions.

Good luck.
 
D

Dmitry Duginov

Thank you for response!

D.

Flip said:
I'm doing j2ee at work and .NET/C# at home. My experience with java is with
several j2ee servers (Tomcat, JBoss, WebLogic, Sybase's Jaguar, Resin) on
linux and on Windows.

First off let me say I MUCH prefer doing dev with .NET/C#. Why? Cause I
can concentrate on what I want to do, not how I'm going to do it. The main
difference with j2ee/java vs .NET/C# is in java you spend a lot time
developing the framework/architecture/structure/etc. In .NET you just use
what you've got and go! You spend time concentrating/developing your web
sites, your thick clients, your services, your security, etc.

Another angle to this is the level of integration with your tools. Given
JBuilder, WebLogic, MyMQL running on Red Hat linux (production) and Win2K
(Development), just getting them integrated and deployed took over a month!
That is HORRIBLE! This was at home after work, but the magnitude of time
spend was horrible. Doing the same thing with Visual Studio 2k3, IIS, SQL
Server, Win2k3 (Prod) and XP (dev) took hours! Yup, from a month down to
hours, now that's integration! From Visual Studio, one tool, I can admin my
db and my code! Now that's integration. No need to ensure the JDBC
drivers are on the path, restarting the server, putting the JDBC jars into
some IDE library/path/structure.

The other BIG thing is GUI development for your webpages. JBuilder, a
5Grand tool doesn't let you do it. VS does!

Unfortunately for you, these are my opinions, however after you look around
a bit, I'm confident you will come to the same conclusions.

Good luck.
 
J

John A. Bailo

I work in both environments:

For j2ee, I use weblogic 8 and eclipse 3.1

For .net its studio

Up until a few months ago, for any type of business use it would be .NET
hands down, however, Eclipse/Tomcat and the new web enabled 3.1 shows me
that I can develop web services, rich clients and so on in either platform.

Right now, I'm seriously questioning whether to keep on the path of
VS2005 or just converting entirely to Eclipse/java.

The cost advantages are obvious.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top