|
Posted by Phillip Windell on March 22, 2006, 4:09 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> Does anyone know of some good articles or websites that I could use for
> material to prove to my institution that using ActiveX controls on ASP
> pages and client-side scripting is an outdated approach towards web
> application design?
You can't prove it,....because it isn't true.
There is no such thing as an ActiveX Control on an ASP page because the ASP
page is Server-side and the ActiveX is Client-side.
ASP.net and J2EE still do the same thing they just wrap it into a different
looking package. It is all still ultimately goes back to the statelessness
of HTTP and all they are doing is comming up with "colorfull" way of hiding
that.
ASP.net and J2EE still have just as much (if not more) Client-side
Script,...you just don't see it because it is automatically generated by the
Server-side code. Just go to any advanced, complex, ASP.net Site,...open a
page and do a View Source then try to prove that it isn't mostly Client-side
JScript with a little HTML sprinkled in.
ASP Classic also has the advantage that it is just text and all you need is
Notpad to write it. ASP.net makes you have to run out and buy ($$$$$$)
Visual Studio and have to have the Programming skills of an experienced
Desktop Application Developer,...just to,...in the end,...accomplish pretty
much the same thing you could do with ASP Classic and ActiveX Controls or
Java Applets. Then the Web Server has to also be ASP.net capable and run
the same version of the .Net Framework that you developed with.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
|