Finally, it’s starting to become slowly reality. Namely JDK6 is appearently default JRE in newest OSX version, which is just being published. Which means that we need to wait only 1,5 years until it is safe to base into using it (considering the fact that it takes some times to upgrade all the macs, and…
Read moreWhy AJAX is useless?
Why it’s useless in real applications? Finally, JavaScript doesn’t have any multithreading capabilities, except whatever comes implicitly from the web browser’s internal use of threads. Another reference: Multi-threading in JavaScript Only thing what javascript (thus AJAX) is currently capable of, is to imitate multithreading, which is 100% different thing than actual multithreading. So there we…
Read more