Using Modules in Node.js

Node.js is an event-driven, server-side JavaScript environment. Node.js runs JS using the V8 engine developed by Google for use in their Chrome web browser. Leveraging V8 allows Node.js to provide a server-side…

Working with CDI Bean in Java

Creating your CDI bean A CDI bean is an application component that encapsulates some business logic. Beans can be used either by a Java code or by the unified EL (expression language…