EclipseSource Blogs

Lesen Sie die neusten Blogposts

Call for Submissions: Modeling Symposium @ EclipseCon Europe 2016

We are happy to announce that Philip, Ed and I are organizing the Modeling Symposium for EclipseCon Europe 2016. Please support us by sharing the call on your communication channels. The symposium …

Branching Without an if, A Java Puzzle

Ian Bull
06.08.2016

I returned home late the other night, and saw this tweet in my timeline: https://twitter.com/marckhouzam/status/761389998788714496 He added a clarifying note that said the ‘?’ was also broken. For …

Tabris.js 1.9 is here

03.08.2016

The long-awaited imageData support is here, together with new lifecycle events, enhancements to WebView handling, and much more. In addition, Tabris.js now has a public playground! Read on for more …

Improved Memory Management with J2V8

Ian Bull
29.07.2016

Memory management in J2V8 has never been easy. Because J2V8 bridges V8 and Java, three different memory models are in play. Both Java and JavaScript provide a managed memory model with their own GC. …

Java Methods as JSFunctions

Ian Bull
27.07.2016

When J2V8 was first released, all callbacks from JavaScript to Java required a registered Java method. That is, all Java methods that you wished to invoke had to be first registered with J2V8. For …

EclipseCon video: Node.js in a Java World

Ian Bull
26.07.2016

Last week I finally published the Node.js bindings for Java. These bindings allow developers to embed the Node.js runtime directly onto the JVM through the Java Native Interface. In March I gave a …