InfoQ

InfoQ

Topic/Tag specific view

OOP Content on InfoQ


Latest featured content about OOP

Brian Foote on the State of OOP, Refactoring, Code Quality

Topics
Maintenance,
Object Oriented Design,
Dynamic Languages,
NoSQL,
Agile,
Javascript

Brian Foote looks back at the promises of OOP and discusses which, if any, of them became reality. Also: a look at NoSQL, refactoring and code quality, testing and static typing and more.

News about OOP

NoSQL OODB with Smalltalk-based Ruby VM: MagLev 1.0 Released

Topics
Dynamic Languages,
NoSQL,
Database Design,
Data Access,
Ruby

The MagLev project has released version 1.0 of their Ruby VM. The Ruby implementation is based on the GemStone/S Smalltalk VM which comes with GemStone's distributed cache, ACID transactions, and persistence system (OODB). InfoQ caught up with Monty Williams of the MagLev project to talk about where MagLev fits on the NoSQL spectrum, and much more.

Notes from OOP 2011 Conference in Munich

Topics
Design Pattern,
Domain Specific Languages,
Object Oriented Design,
Java,
Agile,
Design,
Architecture,
Domain-Driven Design

The OOP conference (Object Oriented Programming) was held in Munich, Germany, from 24th to 28th January 2011 with “Business Impact through Mastering Change” as its general motto. Despite of its name, the OOP represents one of the largest and long-lasting events on the general field of software engineering.

Articles about OOP

Composite Oriented Programming with Qi4j

Topics
Java,
Design,
Modeling

The goal of modeling domain concepts through objects set by OOP has for a long time been handled in insufficient ways. In this article we introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Using singleton classes for object metadata

Topics
Object Oriented Design,
Dynamic Languages,
Language,
Ruby,
Code Analysis

So you have a bunch of objects - let's call it an object graph - provided by some API. Now you want to to process the objects - which requires some intermediate data, for instance: the process creates some metadata that needs to be stored with the objects. The problem: where to store the metadata? We'll show how to use Ruby singleton classes to handle this problem.

Presentations about OOP

Panel: Objects On Trial

Topics
Object Oriented Design

Michael Feathers, Brian Foote, Richard P. Gabriel, Joshua Kerievsky, Eliot Miranda and Dave Ungar put Objects on trial and found them guilty for not living up to their promise.

The Kotlin Programming Language

Topics
Language Design,
Java,
Language

Andrey Breslav introduces the upcoming Kotlin language created by JetBrains, a general purpose JVM-based language, statically typed, object-oriented, and meant to be more concise than Java.

Interviews about OOP

Jonas Bonér and Kresten Krab Thorup on Bringing Erlang's Fault Tolerance and Distribution to Java with Akka and Erjang

Topics
Dynamic Languages,
Reliability,
Fault Tolerance

Jonas Bonér and Kresten Krab Thorup discuss some key aspects of Erlang like fault tolerance and reliability and how the Akka and Erjang projects try to bring them to the JVM.

Kresten Krab Thorup Discusses Programming Languages, Concurrency and Integration

Topics
Object Oriented Design,
Java,
Parallel Programming,
Language Design,
Architecture

Kresten answers questions about current programming languages and problems they solve. He also tries to look at what is missing for addressing issues we face today such as concurrency. He discusses its importance and tries to portray the language that would take us to the next level helping to tackle these issues easily.