InfoQ Homepage Programming Content on InfoQ
-
Java 9's Other Puzzle Pieces
Erik Costlow discusses which Java 9 improvements are automatic, which require an update, and how to take advantage of new multi-release JAR files and maintain backwards compatibility during upgrade.
-
Scientific Simulation with Eclipse - from Zero Code to Running on Lots of Cores in 10 Minutes
Alex McCaskey describes recent plugins implemented for the Eclipse ICE to streamline and improve the MOOSE development workflow, from application development to execution on a remote HPC resource.
-
A Review of Eclipse 4, Its APIs and Architecture
Tom Schindl reviews Eclipse 4’s API and architecture, pinpointing successes, failures and mistakes.
-
From Zero to Hyper in 30 Minutes: Live Coding a Hypermedia Client
Mike Amundsen demos creating a HTTP request in JavaScript using Request, Response, Render, and Repeat, then handling the responses, and parsing the returned document for data, links, and forms.
-
Project Jigsaw in JDK 9: Modularity Comes to Java
Simon Ritter explains the impact Jigsaw will have on developers in terms of building their applications, as well as helping them to understand how things like encapsulation will change in JDK 9.
-
API or Die Trying
Brett Adam shares how Zendesk built an API-first company and some tips and tricks learned "from the field" on how to build an API that developers love.
-
Subside Failure: Partitioning Time and Space
Sadek Drobi talks about the prismic.io API and how to understand the properties and the mechanics of a system, and to partition its different dimensions to avoid a domino style failure cascade.
-
Moving a Large Swing-Based Geoscience Application to Eclipse
Mike Reyes and Mary Cole discuss the reasons for selecting Eclipse and RCP, how the move was made, challenges encountered during this move, and the benefits that have resulted from this change.
-
Compositional I/O Stream in Scala
Runar Bjarnason presents how to get started with the Scalaz-Stream library, shows some examples, and how we can combine functional streams into large distributed systems.
-
Types Working for You, Not against You
Richard Dallaway shows an example of what Scala looks like when using pattern matching over classes, how to encode an idea into types and use advanced features of Scala without complicating the code.
-
A Browse Through ES6
Jez Higgins takes a look at some of the most significant features in ES6, the impact they have on writing JavaScript, and how one can start using them today.
-
Creating a Complex Form-Based UI in 30 Minutes
Maximilian Koegel demos the creation of an EMF form defining the underlying data entity, tables for referenced entities, validations, conditions, and embedding the form into a running application.