|
Home > Archive > microsoft.public.cert.exam.mcsd > November 2002 > asp or java
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| java? write once, debug everywhere?
seriously i have's seen any projects moving from platform
to platform successfully (btw, i worked on 5 large-small
projects in 3 years). the "promise" java gives you will
cost you a lot of time/$, that's only my personal exp. the
jave world is like chaos(no offense, i'm a scjp/scjd/scwcd
and i like the language itself).
ms is always the feasible and efficient way of doing web.
>-----Original Message-----
>Di all,
>I think building window application with VB.net is popular
>However, building web app with Java is better than
>asp.net? Since asp.net is only run on win...
>
>.
>
| |
| Alan Davis 2002-11-14, 3:23 am |
| >seriously i have's seen any projects moving from platform
>to platform successfully (btw, i worked on 5 large-small
>projects in 3 years). the "promise" java gives you will
>cost you a lot of time/$, that's only my personal exp. the
>jave world is like chaos(no offense, i'm a scjp/scjd/scwcd
>and i like the language itself).
Well design systems, those with a good logically design, with clearly
defined component boundaries, makes Java a great tool for writing
portable code. Yes there are naturally differences between OS's, but
it sure beats porting C code between different Unix box's, where 75%
of the code is ifdefs & debugging code!
|
|
|
|
|