Skip to content

Instantly share code, notes, and snippets.

abstract class Tree
case class Sum(l: Tree, r: Tree) extends Tree {
override def toString(): String = "(" + l + " + " + r + ")"
}
case class Var(n: String) extends Tree {
override def toString(): String = n
}
@mohamnag
mohamnag / WebEngineLoadBug.java
Last active March 9, 2016 13:26 — forked from bugabinga/WebEngineLoadBug.java
Attempt to reproduce a WebEngine loading bug in JavaFX (failed)
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.scene.Scene;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebEvent;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
import netscape.javascript.JSObject;
/**
@mohamnag
mohamnag / README.md
Last active May 25, 2017 10:08
Kotlin+JSF SPA Framework: Call for comments

Kotlin + JSF in browser as SPA

Now that Google is officially setting Kotlin as Anroid's language and knowing that Kotlin can be cross-compiled to both Java and JavaScript, I came to the idea to build up a Kotlin based framework for making Single Page Applications for web. Idea is to reuse as much code as possible. Pretty much like what GWT and many many similar frameworks have tried to achieve too.

As for templating language, there are a lot of options out there, but if we are talking about winning over the Java community, then why not JSF? It is well-known in Java EE community and could take us one more step toward resuability of the code as it can be used by any JEE container supporting JSF. Considering the fact that Kotlin could also be used in JEE containers!

Keybase proof

I hereby claim:

  • I am mohamnag on github.
  • I am mohamnag (https://keybase.io/mohamnag) on keybase.
  • I have a public key ASD99SsajQkw3NOzAMzFtK_U1qvHT8MAQYLJUoVs0Ynhlwo

To claim this, I am signing this object: