then the problem wont come to java..instead u need to ask what will happen to IE..
java has been too widely standardised to be affected by such a change.
 
anoop
----- Original Message -----
Sent: Tuesday, October 09, 2001 5:30 PM
Subject: Re: need expert advice.

Dear Mark
I am wondering that if IE 6.0 does not support Java then what will happen to all those  fancy Java Applets that make Internet a rich experience?

Thanks,
Hirdesh Mishra

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Galbreath
Sent: Tuesday, October 09, 2001 5:20 PM
To: [EMAIL PROTECTED]
Subject: Re: need expert advice.

That's really a decision you have to make based on your deployment environment and on-going maintenance issues.  It's easy enough to do a shopping cart app with ASP and a newsletter with ASP + XML but then you are stuck with using an IIS server.  Many of the early shopping cart apps were done with JavaScript and this gives you server independence because all the processing is done on the client.  I'm not sure how well together JavaScript and XML work together, but my inclination is a dynamic newsletter should be processed on the server.  Java gives you psuedo-platform independence (you have to install the appropriate containers and JREs for the server and there are platform-specific issues regarding the use of AWT and native methods), but certainly is more fluid across architectures than any Microsoft-centric solution.  Of course, if you are developing in a Microsoft environment, you can choose whatever you want and it comes down merely to with what you are most comfortable.  Be aware, however, that if you are looking at maintenance 3-4 years down the road that Microsoft is abandoning all present technologies in favor of .NET (IE 6.0 does not support Java, either).
 
Good luck!
Mark
 
I am a deeply superficial person.  -Andy Warhol
 
This email was scanned with Norton AntiVirus 2002 before sending.
----- Original Message -----
From: s i m o n
Sent: Tuesday, October 09, 2001 4:07 AM

I'm doing a project which involce doing shopping cart, newsletter adding etc.
and i have very shallow understanding of java technology. i have 5 months to finish this project. which technology should i use? asp or jsp with servlet?

Reply via email to