Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > What is Server-Side Jscript (not Jscript.NET)?

Reply
Thread Tools

What is Server-Side Jscript (not Jscript.NET)?

 
 
Maxwell2006
Guest
Posts: n/a
 
      03-06-2006
Hi,



I have a requirement to develop an application component using only
Server-Side Jscript (not Jscript.NET).



What is Server-Side Jscript?



Thank you,

Max


 
Reply With Quote
 
 
 
 
=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
Posts: n/a
 
      03-06-2006
The only situation I can think of where the phrase "Server - side JScript
(not JScript.NET) applies is in Classic ASP, where you are using JScript as
the page scripting language instead of the default VBScript.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com




"Maxwell2006" wrote:

> Hi,
>
>
>
> I have a requirement to develop an application component using only
> Server-Side Jscript (not Jscript.NET).
>
>
>
> What is Server-Side Jscript?
>
>
>
> Thank you,
>
> Max
>
>
>

 
Reply With Quote
 
 
 
 
Flinky Wisty Pomm
Guest
Posts: n/a
 
      03-06-2006

Maxwell2006 wrote:

> Hi,
>
> I have a requirement to develop an application component using only
> Server-Side Jscript (not Jscript.NET).
>
> What is Server-Side Jscript?
>
> Thank you,
>
> Max


I'd assume that the requirement is for a plain-old-vanilla ASP
application; ASP can host several languages, VBScript being the one
that most are familiar with.

Server-side JScript is an ECMAScript language - basically Microsoft's
implementation of Javascript stripped of client-side objects with
access to the seven ASP objects.

A quick Google for "Jscript ASP" brings up the expected number of
tutorials and general gubbins. The differences are minimal, truth be
told, I only used it because I always hated VBScript.

HTH

--Bob

 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      03-06-2006
re:
> What is Server-Side Jscript?


Server-Side JScript *is* JScript.Net, if you're building ASP.NET Applications.
JScript.Net can also be used to compile desktop and console applications.

JScript.Net is just another language, like C# or VB.NET, both of which
can be used to create Web, desktop and console apps, like JScript does.

Start learning about JScript here :

http://msdn.microsoft.com/library/de...oriJScript.asp

Additional resources for JScript programmers :
http://msdn.microsoft.com/library/de...rogrammers.asp




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Maxwell2006" <> wrote in message
news:%...
> Hi,
>
> I have a requirement to develop an application component using only Server-Side Jscript (not
> Jscript.NET).
>
>
>
> What is Server-Side Jscript?
>
>
>
> Thank you,
>
> Max
>
>



 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      03-06-2006
Good explanation but in that case the question is misplaced,
given that this is an ASP.NET newsgroup, not an ASP newsgroup.

In here, we talk about Server-side JScript as equivalent to JScript.Net.

Additionally, going back to ASP at this stage of the game is a backwards step.

It would mean losing throughput because
of the inherent inefficiency of interpreted languages.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
===================================
"Flinky Wisty Pomm" <> wrote in message
news: oups.com...
>
> Maxwell2006 wrote:
>
>> Hi,
>>
>> I have a requirement to develop an application component using only
>> Server-Side Jscript (not Jscript.NET).
>>
>> What is Server-Side Jscript?
>>
>> Thank you,
>>
>> Max

>
> I'd assume that the requirement is for a plain-old-vanilla ASP
> application; ASP can host several languages, VBScript being the one
> that most are familiar with.
>
> Server-side JScript is an ECMAScript language - basically Microsoft's
> implementation of Javascript stripped of client-side objects with
> access to the seven ASP objects.
>
> A quick Google for "Jscript ASP" brings up the expected number of
> tutorials and general gubbins. The differences are minimal, truth be
> told, I only used it because I always hated VBScript.
>
> HTH
>
> --Bob
>



 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      03-07-2006
Hi Max,

As other members have mentioned, ASP.NET only support compile languages for
developing server-side code components. For script-based dynamic web
document, you may consider use the classic ASP approach. However, for
performance and development convenience, ASP.NET is much preferred.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JScript.Net (JScript 7.0) is official documented language VK Javascript 4 01-12-2006 06:48 PM
Porting from JScript to JScript.Net - compiler error Jon Maz ASP .Net 4 09-09-2004 10:24 AM
Which to Learn: Javascript, Jscript, JScript.NET, ECMA 262 (3rd ed)? John Bentley Javascript 14 02-05-2004 06:14 PM
Simple JScript Jenny ASP .Net 1 08-11-2003 06:51 AM
JScript time picker Robert ASP .Net 1 07-07-2003 01:17 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57