473,397 Members | 1,985 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

.NET selling points

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.
Nov 10 '05 #1
6 1349
Hi Dmitry,

Here is a comparison between .NET and J2EE.

http://msdn.microsoft.com/vstudio/ja...e/default.aspx

For more information about this, please check the following link:

http://msdn.microsoft.com/vstudio/java/
http://msdn.microsoft.com/library/de...us/dndotnet/ht
ml/dotnet_movingjavaapps.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 10 '05 #2
CT
http://java.oreilly.com/news/farley_0800.html

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but
they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Dmitry Duginov" <di**@nospam.nospam> wrote in message
news:OD**************@TK2MSFTNGP15.phx.gbl...
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.

Nov 10 '05 #3
> 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.
Nov 10 '05 #4

Thank you for response!

D.

"Flip" <ph******@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
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.

Nov 10 '05 #5

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.
Dmitry Duginov wrote:
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.

Nov 10 '05 #6

"CT" <ca******@spammersgoawayintegrasol.dk> wrote in message
news:ux**************@TK2MSFTNGP15.phx.gbl...
http://java.oreilly.com/news/farley_0800.html

....
by Jim Farley
08/01/2000

Outdated long ago...

D.
--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk
---------
Voodoo Programming: Things programmers do that they know shouldn't work but they try anyway, and which sometimes actually work, such as recompiling
everything. (Karl Lehenbauer)
---------
"Dmitry Duginov" <di**@nospam.nospam> wrote in message
news:OD**************@TK2MSFTNGP15.phx.gbl...
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.


Nov 10 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Charon | last post by:
What are the rules/laws in regards to building an application based in java and then selling that application ? Are there hidden costs or fee's that must be paid to SUN before one may comence sales...
7
by: RR | last post by:
Please take a look at the list of books I am selling for cheap. These prices are below what the used dealers are selling them for. If you really want a book and the price is close we may beable to...
15
by: Colin | last post by:
I have a query that calculates the selling price of products on customer orders. Selling prices are calculated based on the average cost of the items when purchased. As I make new purchases, the...
4
by: opensourcearts | last post by:
Hello all, I am working on an application that is basically a bridge between oscommerce and gallery2 software, with some other functionality. It will allow users to port all of their media...
4
by: brooks | last post by:
I have an Access 97 app and the ADT and am considering selling it to the public. Is this viable? What issues might I have? I also have Access 2000 and could use that if it would be better. I...
0
by: hostingfreak_y | last post by:
Looking for a good hosting provider? The following site lists the current best selling hosting providers for shared and dedicated hosting. Best selling means there must be people who are...
0
by: trancehead | last post by:
I know this should be easy but for some reason I have hit a blank. I am basically trying to get a list of the best selling brands for a SQL database. I have three tables: Brand, Product, Orders I...
23
by: lionelm | last post by:
Item (upc, title, type, category, company, year, sellPrice) Purchase (receiptId, date, cid, name, card#, expire, expectedDate, deliveredDate) PurchaseItem (receiptId, upc, quantity) Stored (name,...
1
by: sndive | last post by:
i have a lot of trouble selling twisted a a client lib for network access (on embedded platform) the group i'm a member of wants to write some unmaintainable threaded blocking junk in c--. does...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.