Click to See Complete Forum and Search --> : JavaScript 2.0...Ahsomeeee


Khalid Ali
09-16-2003, 09:25 PM
Hey all,looks like JS 2.0 is getting ready to be launched soon.

Get ready to use some hard core OOP concepts.

It seems like JavaScript has gotten closer to actuall Java.

You will be able to use packages,
declare classes,
you will have the ability to state data types such as int..and the list goes on...am looking forward to it.

Jona
09-16-2003, 10:02 PM
Awesome, all right! OOP is really powerful and useful. Do you have a link to a document that gives more detailed information about JS2.0?

[J]ona

pyro
09-16-2003, 11:03 PM
The only problem will be waiting for browser support... ;)

Jona
09-18-2003, 12:08 PM
Originally posted by pyro
The only problem will be waiting for browser support... ;)

*Starts ranting random words...* Crap, darn, dang, shoot, shucks, dang, crap, crap, crap, darn, dang, doodliedawg, shoot, shucks, dang, darn, crap, dang, darn... :D

[J]ona

Charles
09-18-2003, 12:16 PM
Originally posted by pyro
The only problem will be waiting for browser support... ;) No problem there; at least not for me. I always "Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported".

Jona
09-18-2003, 12:20 PM
Originally posted by Charles
No problem there; at least not for me. I always "Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported".

I'm not going to speak for pyro, but I believe his meaning was that user agents will have to support these new implementations before we can actually make use of them, as far as usability goes--not validation. JavaScript is an extra--that's what I use it for. All pages should work for those without the latest version of JavaScript, and for those who have it disabled; but for those who do have it, we will be able to use new things that were implemented.

I'm going to go look for an article on this, since Khalid apparently doesn't have too much information (unless he didn't see my reply today or yesterday?)...

[J]ona

pyro
09-18-2003, 12:29 PM
Guess I should have worded it as such:

"The problem with using JavaScript 2.0 when it first come out will be browsers lack of support for it."

As you stated, making pages that rely on any version of JavaScript is not a good thing...

Jona
09-18-2003, 02:38 PM
Look what I found, mommy! :D

http://www.mozilla.org/js/language/js20.html

[J]ona