Date: Sat, 20 Aug 2011 17:42:57 -0600
Reply-To: Alan Churchill <alan.churchill@PROGNOSINC.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Alan Churchill <alan.churchill@PROGNOSINC.COM>
Subject: Re: Web Application Question
Content-Type: text/plain; charset="us-ascii"
Joe,
Not a fair question ;-]
The issue isn't what can be done on a web page shown to a user but what can
be done behind the scenes with other technologies. Put it into my world of
ASP.NET. What can ASP.NET do more than SAS? Well, it is .NET so in many
areas it has a lot of power. A web page is just that and typically doesn't
contain more than HTML or Javascript regardless of the server side that
generates it.
Run a SAS program to generate a mobile UI. I'll be patient and wait...;-]
Run a SAS program to generate the following:
http://dv2011.componentart.com/#/Views/DemoViewPage.xaml$control=CalcEngine&
category=Chart_Integration&demo=Step_Area_with_Stacked_Columns
Can you do it with SAS? Sure, in some cases. However, use SAS for it is
great at and use alternate stuff elsewhere.
But I think you knew I was going to say that...
Thanks,
Alan
Alan Churchill
Director of Technology, Prognos, Inc.
719-687-5954 (Office)
719-310-4870 (Cell)
-----Original Message-----
From: Joe Whitehurst [mailto:joewhitehurst@GMAIL.COM]
Sent: Saturday, August 20, 2011 1:52 PM
Subject: Web Application Question
Web pages can be dynamically generated on a server and there are many
programming languages that can do this. Consider just the following two:
Java and SAS. What can be done with Java that cannot be done with the SAS
System in the context of dynamically generating web pages on a server?