InfoQ Homepage Languages Content on InfoQ
-
Interview with Doug Schaefer on the State of the CDT
Recorded at EclipseCon NA 2015, Doug Schaefer talks to Alex Blewitt about the state of the CDT, including recent advancements into multicore debugging and visualisation as well as programming the Arduino directly. Doug also describes the work done on Wascana to make CDT development on Windows easier as well as the launch bar in Eclipse Mars to help run applications quickly.
-
Interview with Eric Cloninger on the Eclipse Andmore Project
Recorded at EclipseCon NA 2015, Eric Cloninger talks to Alex Blewitt about the creation and current status of the Eclipse Andmore project to evolve the Android Development Tooling for Eclipse, based on the Google ADT project that was developed until 2013.
-
Interview with Tom Schindl on the State of Java FX Within Eclipse
Recorded at EclipseCon NA 2015, Tom Schindl talks to Alex Blewitt about the state of Java FX within Eclipse, from being used to create performant GUI tools to rendering the E4 Eclipse IDE with JavaFX as a replacement for SWT.
-
John Graham-Cumming on Polyglot Programming and Geek History
John Graham-Cumming talks about his work at CloudFlare, and being a polyglot programmer there. He also discusses reverse engineering GNU Make, and writing a book about it. The interview also touches on side projects with Arduino and Raspberry Pi, his successful campaign to get Turing pardoned, the project to build Babbage's analytical engine, and his Geek Atlas.
-
Interview with Benjamin Cabé on the Internet of Things at Eclipse
Recorded at EclipseCon NA 2015, Benjamin Cabé talks to Alex Blewitt about the state of the Internet of Things at Eclipse, including newly released and recently created projects under the IoT umbrella at Eclipse, as well the importance of having a neutral body to provide a hub for commercial organisations.
-
Interview with Lars Vogel on the Eclipse Platform
Recorded at EclipseCon NA 2015, Lars Vogel talks to Alex Blewitt about the state of the Eclipse platform, how Git and Gerrit are helping increase contributions and code quality, and what to look out for in the upcoming Eclipse Mars release.
-
Spring Framework - Today, Past and Future
Spring may not be in the air just yet but Juergen Hoeller, co-founder of the Spring Framework and project lead and release manager talks to InfoQ about how Spring has managed to stay relevant with developers by adapting to the changes in the underlying infrastructure such as Cloud, Big Data, NoSQL and so on. He talks about the Spring ecosystem and about the future of Spring including Spring 5.0.
-
Dianne Marsh on Language and Frameworks Used at Netflix, the Manager's Role, and Diversity in IT
Dianne Marsh talks to Charles Humble about hiring an engineer at Netflix, organising an engineering team around speed of execution, the languages and frameworks Netflix uses, and diversity in IT.
-
Jon McKay on Building Tessel Boards and What We Can Expect From Tessel Soon
The Internet of Things is right around the corner and it's very much about connected devices, sensors and gathering and leveraging data. The Tessel Board is programmable in JavaScript and makes it extremely easy to try out programming connected devices, send sensor data to the cloud or even control your elevator with a text message. And there's more to expect in the future, Jon tells us.
-
Mike Long on Modern C++ and the C++ Memory Model
Mike Long explains the new memory model in C++: why it's necessary, what it does, and who needs to know about it. Also: a look at modern C++ programming.
-
Eberhard Wolff on the Death of Java Application Servers
Eberhard Wolff explains his assertion that "Java application servers are dead". He describes application server deployment and monitoring model complexities and WAR and EAR deployment format deficits. In turn he promotes simpler and more standard compliant alternatives based on language agnostic tool stacks, while also acknowledging valid non-technical reasons that can prevent their adoption.
-
Todd Montgomery Discusses Java 8 Lambdas and Aeron
Understanding how Java 8 lambdas capture state can help programmers create more efficient and elegant designs. Todd Montgomery discusses his findings in this space and also unveils Aeron, a new open source messaging library for enabling communication between high volume, low latency applications.