InfoQ Homepage Development Content on InfoQ
-
Challenges of Mobile HTML5 Development, with Andrea Giammarchi
Andrea talks about the challenges that developers are facing when working with JavaScript and CSS3. He also describes the solutions and tools that his team at Nokia are using to deliver their maps web aplication.
-
Neil Bartlett on Simplifying OSGi Development with BndTools
Neil Bartlett discusses why he felt it was necessary to create BndTools, an OSGi development environment for Eclipse, and what its advantages are over PDE for creating modular applications.
-
Lance Walton on Scala in the Enterprise
Lance Walton discusses Scala in the enterprise, educating developers in functional programming and whether Scala's binary compatibility issues between releases are a problem, and much more.
-
Dick Wall on Scala, DI with SubCut, Scala Compiler Plugins, Java's Future
Dick Wall explores the state and future of Java, his reasons for switching to programming in Scala, the SubCut Dependency Injection library for Scala, Scala Compiler Plugins and much more.
-
Scala, Functional Programming and Play 2.0
Sadek Drobi discusses functional programming sand Scala's multi paradigm approach at QCon London 2012. He also shares insights into the new Play 2.0 framework.
-
Rupert Smith on Low-Latency Java Programming, FPGAs
Rupert Smith explains how to write low-latency code on plain JVMs (not realtime VMs) and how to avoid GC pauses. Also: how to exploit the capabilities of FPGAs to improve performance.
-
Nada Amin on Scala DSLs with Lightweight Modular Staging and Compiling to JavaScript
Nada Amin explains Scala's Lightweight Modular Staging, how it can be used for embedded DSLs, using it for an embedded JavaScript DSL that compiles to JavaScript and offers callback-free programming.
-
Viktor Klang on Akka, Futures and Promises, Scala
Viktor Klang talks about the features of Akka 2.x and future releases, Akka's approach to fault tolerance, the effort to unify Futures in Scala, and the state of functional programming.
-
Web IDEs with Zef Hemel
Zef talks about the state of the art in Web IDEs and what they can achieve these days. He also focuses on the Cloud9 IDE and shares his experiences from taking part in its development.
-
Markus Völter on DSLs, Modeling, MPS, Mbeddr
Markus Völter explains the concepts of the MPS Language Workbench, how it enabled the mbeddr project, approaches to DSLs and how to combine them, programs vs models, formal verification, and more.
-
Martijn Verburg on the London JUG, the JCP and Oracle's Handling of the Java Community
Martijn Verburg talks about the London Java user group, their adopt a JSR program, the JCP and Oracle’s handling of the Java community
-
James Spooner on Data Flow Parallelism and Hardware Acceleration
James Spooner explains how Data Flow Parallelism works and how it helps to design efficient parallel algorithms. Also: OOP vs. Parallelism.