In the previous article we have seen that JUL can generate component trees and manage the work with configuration objects. But JUL has more cards in its sleeve when playing in the field of the configuration namespaces. Namespaces – utility & relativity In JavaScript, a namespace is a global object that stores various other objects […]
JUL
Advanced JUL Concepts – part 1
Defining a configuration tree for building a user interface is one of the easiest and straightest ways of rapidly developing a modern web application. JUL uses this configuration tree to create component instances and to assign parent-child membership in a controlled and automated sequence. Recap of layout and logic separation There are two properties of […]
JUL Designer – a RAD tool for JavaScript
Building a complete web application requires some talent and several tools. While the talent develops along with the study and testing, the required tools seem to depend especially on the chosen platform of development. When it comes to the JavaScript libraries, many authors have created the tools appropriate to their framework and to its philosophy. […]
JUL Concepts
As we have seen in the introductory article, the JavaScript UI language module (JUL) can be used to convert a substantial programming task into a configuration scripting. This is possible because JUL deals with the configuration and the instantiation phases in a standardized way for any component-based JavaScript framework. And, because the target of the […]
JUL – The JavaScript UI Language
Ever wanted to build a great web application? And then searched for the right JavaScript framework to make the task easier? When choosing a powerful framework to build with, we notice some things to be learned. It has a custom way to initialize the application. It has its own way to aggregate the components of […]