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
  • Javascript
  • Eclipse
  • Java
  • Introducing Java2Script

    In this first ShowMeDo on Java2Script Steven demonstrates what you can expect to achieve with this novel tool using the demo on their homepage.

    Using Eclipse and Java2Script

    In the second ShowMeDo Steven shows you how to install the Java2Script plug-in in Eclipse and how to write a very simple Java application and have it converted to JavaScript.

    Building a JavaScript GUI from SWT Code

    As this ShowMeDo series on Java2Script (j2s) continues Steven demonstrates how to create a GUI in Java using SWT. Then he shows you how this exact same GUI is converted to JavaScript and can be loaded in your browser.


    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.