OPI Blog
Learn from experts in their fields

Browsing Tags: modules

JavaScript Modules: A Brief History
In this article, you will learn about the history of modules in JavaScript, what is possible today, and how to use JavaScript modules in your own applications. Before modules JavaScript was designed for use in ...
Nov 25, 2014
Vert.x Fat Jar Deployments
Fat jar deployments in Vert.x can simplify the delivery of your software greatly if you don’t need the fine-grained, runtime control of a full installation . One drawback is limited options for module dependencies, especially ...