Thursday, December 1, 2016

JDev/ADF sample - Better Oracle JET Code Structuring with Your Own Modules - Part II

  • Better Oracle JET Code Structuring with Your Own Modules - Part II. You can end up into long lines of JavaScript code when implementing more complex use cases in JET. This will complicate maintenance and make code hardly readable. To prevent this - plan code structure carefully and use your own modules. Structure code into different modules - to reuse common code across multiple use cases.
    Download - from GitHub jetcrud

No comments: