Home Programming Page 171

Programming

Packt Hub provides the latest news for programmers. Whether you’re a Python or Java programmer, we’ve got you covered. We provide the latest insights and tutorials around topics like Microservices and much more.

SOA—Service Oriented Architecture

0
What is SOA? SOA is the acronym for Service Oriented Architecture. As it has come to be known, SOA is an architectural design pattern by...

Primitive Data Types, Variables, and Operators in Object-Oriented JavaScript

0
Let's get started. Variables Variables are used to store data. When writing programs, it is convenient to use variables instead of the actual data, as it's...

Human-readable Rules with Drools JBoss Rules 5.0(Part 1)

0
Domain Specific Language The domain in this sense represents the business area (for example, life insurance or billing). Rules are expressed with the terminology of...

Data Migration Scenarios in SAP Business ONE Application- part 1

0
Just recently, I found myself in a data migration project that served as an eye-opener. Our team had to migrate a customer system that...

DWR Java AJAX User Interface: Basic Elements (Part 1)

0
  Creating a Dynamic User Interface The idea behind a dynamic user interface is to have a common "framework" for all samples. We will create a...

DWR Java AJAX User Interface: Basic Elements (Part 2)

0
Implementing Tables and Lists The first actual sample is very common in applications: tables and lists. In this sample, the table is populated using the...

JBI Binding Components in NetBeans IDE 6

0
Binding Components Service Engines are pluggable components which connect to the Normalized Message Router (NMR) to perform business logic for clients. Binding components are also...

A Primer to AGI: Asterisk Gateway Interface

0
How does AGI work Let's examine the following diagram: As the previous diagram illustrates, an AGI script communicates with Asterisk via two standard data streams—STDIN (Standard...

Arrays and Control Structures in Object-Oriented JavaScript

0
Arrays Now that you know the basic primitive data types in JavaScript, it's time to move to a more interesting data structure—the array. To declare a...

Asterisk Gateway Interface Scripting with PHP

0
PHP-CLI vs PHP-CGI Most Linux distributions include both versions of PHP when installed, especially if you are using a modern distribution such as CentOS or...

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews