| Languages >> Java |
Java2Script Desktop and Web GUIs
| Language : | English | Quality : | High | Has Audio : | true | Source : | showmedo | Media : | Flash |
| Steven Devijver introduces the fantastic Java2Script tool which lets you write a GUI in Java and then converts the code into JavaScript so it runs in a web browser |
Tags: Java, JavaScript, Web Development, Web, Tool, Desktop, Screencast, Showmedo, Eclipse, [SUGGEST A TAG]
Resources referenced in this screencast
|
||||
|
||||
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
JavaScript and Performance Optimization A few days ago I talked about the different methods that can be used to create a for loop in javascript. I listed the advantages and disadvantages for each approach in terms of readability and performance. That got me thinking - how badly do we need optimization in javascript? On one hand javascript is a perfect model for distributed execution - and on the other hand, javascript is very slow(especially on some browsers). |
|
Advanced JavaScript Event Handling Some problems do have solutions without advanced event handling, but if we are able to use advanced event handling, we will find that simple and practical solutions to these sort of problems are readily available. |