InfoQ

InfoQ

Topic/Tag specific view

Module Content on InfoQ


Latest featured content about Module

Where Did My Architecture Go?

Topics
Code Quality,
Quality,
QCon London 2011,
QCon,
Software Craftsmanship,
Architecture,
Conferences,
Design,
Module,
Agile

Eoin Woods advices on writing code that preserves the initial architectural design using conventions, dependency analysis, module systems, augmenting the code & checking rules, and language extensions.

News about Module

Can the Simple Module System save JSR294?

Topics
JSR 294,
JSR 291,
JCP Standards,
JCP,
Java,
Maven,
Languages,
Build systems,
Programming,
Module,
Community,
Language,
Proposal,
Jigsaw,
OSGi

Over the past month there has been a lot of debate on the current state of the Java Modularity working group (JSR 294). Although the JSR tries to find common ground between different module systems (notably Sun's Project Jigsaw and OSGi), the current set of proposals are overly complex and introduce the world's first concept of a meta-module system. Can the Simple Module System save JSR294?

Articles about Module

Modular Java: Dynamic Modularity

Topics
Java,
Languages,
Programming,
Module Systems,
Equinox,
Apache Felix,
Module,
OSGi

Modularity is an important aspect of large Java systems. Build scripts and projects are often split up into modules in order to improve the build, but this is rarely taken into account at runtime. This third part of the Modular Java series discusses dynamic modularity, how a bundle's classes are resolved, how they can come and go, and how they can communicate with each other.

Modular Java: Static Modularity

Topics
Java,
Languages,
Module Systems,
Programming,
Equinox,
Module,
OSGi,
Apache Felix,
Knopflerfish

Modularity is an important aspect of large Java systems. Build scripts and projects are often split up into modules in order to improve the build, but this is rarely taken into account at runtime. This second part of the Modular Java series discusses static modularity, the creation of bundles, how to install them into an OSGi engine and how to set up (versioned) dependencies between bundles.

Modular Java: What Is It?

Topics
JSR 294,
JSR 277,
JSR 291,
JDK 7,
JCP Standards,
JDK,
JCP,
Java,
Languages,
Module,
Jigsaw,
OSGi,
Module Systems,
Eclipse,
Programming

Over the last few years, modularity for Java has been an active discussion topic. From the (now defunct) JSR 277 to the recognition of JSR 291 and the ongoing JSR 294, modularity is seen as a necessary step in Java's evolution. Even future JVM-based languages like Scala are considering modularity. So, what does modularity mean, and why should you care?

Presentations about Module

JavaScript Functions: The Good Parts - Idioms for Encapsulation and Inheritance

Topics
Javascript,
Java,
Web Development,
Strange Loop 2010,
Dynamic Languages,
Languages,
Strange Loop,
Architecture,
Conferences,
Programming,
Module

Scott Bale explains how functions help to make use of encapsulation and inheritance in order to create modular applications in JavaScript employing modules, closures, and prototypes.