Off Canvas layout is a common UI pattern for modern applications, especially on mobile devices. The concept is aimed at saving space on your page, allowing you...
Off Canvas layout is a common UI pattern for modern applications, especially on mobile devices. The concept is aimed at saving space on your page, allowing you to pop out a "drawer" of additional information. This helps reduce clatter on the main page but still provide access to important data when needed without leaving the page context. You can see an example of the runtime behavior at the top of this post. Oracle JET provides this type of "off-canvas" behavior as a built...
Off Canvas layout is a common UI pattern for modern applications, especially on mobile devices. The concept is aimed at saving space on your page, allowing you to pop out a "drawer" of...
Oracle Developer Cloud Service is a hosted team development and delivery platform with all kinds of tools to help your team be more efficient. In this post, I...
Oracle Developer Cloud Service is a hosted team development and delivery platform with all kinds of tools to help your team be more efficient. In this post, I will cover how to use an SSH tunnel to connect to your database in a build job. This is current as of October 2018. Connecting to your database through an SSH tunnel is fairly simple and you won’t have to ask your network admin to open a port in your firewall and or load balancers. If you’re connecting to an Oracle...
Oracle Developer Cloud Service is a hosted team development and delivery platform with all kinds of tools to help your team be more efficient. In this post, I will cover how to use an SSH tunnel to...
Over the weekend we rolled out an update to your Oracle Developer Cloud Service instances which introduces several new features. In this blog we'll quickly...
Over the weekend we rolled out an update to your Oracle Developer Cloud Service instances which introduces several new features. In this blog we'll quickly review two of them - Support for the Fn project and integration with the Wercker CI/CD solution. These new features further enhance the scope of CI/CD functionality that you get in our team development platform. Project Fn Build Support Fn is a function-as-a-service open-source platform lead by Oracle and available for...
Over the weekend we rolled out an update to your Oracle Developer Cloud Service instances which introduces several new features. In this blog we'll quickly review two of them - Support for the...
You’ll learn about the latest features and hear about new tips and tricks, as well as about community projects starting around the world that you can learn from...
You’ll learn about the latest features and hear about new tips and tricks, as well as about community projects starting around the world that you can learn from and participate in! Welcome to the third Oracle JET Virtual Meetup! ****************************************************** The third Oracle JET community meetup will be focused on Oracle JET 7 and Oracle Code One/OOW19, while you will also learn about other new and upcoming community activities. Learn from the Oracle...
You’ll learn about the latest features and hear about new tips and tricks, as well as about community projects starting around the world that you can learn from and participate in! Welcome to...
Starting from JET 6.0.0 Composite Components (CCA) are renamed to be Web Components (I like this new name more, it sounds more simple to me). In today post I...
Starting from JET 6.0.0 Composite Components (CCA) are renamed to be Web Components (I like this new name more, it sounds more simple to me). In today post I will talk about Web Component writeback property and importance of it. All variables (observable or not) defined inside Web Component will be reset when navigating away and navigating back to the module where Web Component is included. This means you can't store any values inside Web Component, because these values will...
Starting from JET 6.0.0 Composite Components (CCA) are renamed to be Web Components (I like this new name more, it sounds more simple to me). In today post I will talk about Web Component...
JET 6.0.0 officially supports TypeScript, wow that great news. If you are building large JavaScript application with JET, it will be much easier to manage code...
JET 6.0.0 officially supports TypeScript, wow that great news. If you are building large JavaScript application with JET, it will be much easier to manage code with TypeScript - it does type checking and reports code errors during build time. Logic can be encapsulated into classes with inheritance. Read more about classes support in TypeScript. In this post I will share simple JET application enabled with TypeScript support. Sample application can be downloaded from GitHub...
JET 6.0.0 officially supports TypeScript, wow that great news. If you are building large JavaScript application with JET, it will be much easier to manage code with TypeScript - it does type...
What is Oracle JET? Oracle JET stands for Oracle JavaScript Extension Toolkit, and it is a free, open source JavaScript toolkit which is very good for...
What is Oracle JET? Oracle JET stands for Oracle JavaScript Extension Toolkit, and it is a free, open source JavaScript toolkit which is very good for developing hybrid applications (Oracle 2017). The Oracle JET is a modular toolkit and you can use as much or as little of the features as you want. It has a lot of benefits (from the Oracle JET docs): Built-in accessibility support Support for internationalization (28 languages and 180+ locales) Rich set of UI components...
What is Oracle JET? Oracle JET stands for Oracle JavaScript Extension Toolkit, and it is a free, open source JavaScript toolkit which is very good for developing hybrid applications (Oracle 2017). The...
Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a free and open source modular client-side toolkit based on modern JavaScript, CSS3,...
Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a free and open source modular client-side toolkit based on modern JavaScript, CSS3, and HTML5 design and development principles. In the development of JET, Oracle believes that following standards and specifications is extremely important whenever possible, especially in the context of enterprise applications. The W3C Web Component specification is one of these standards, with the potential of...
Oracle JavaScript Extension Toolkit (JET) empowers developers by providing a free and open source modular client-side toolkit based on modern JavaScript, CSS3, and HTML5 design and...
In every development cycle, developers are going to run into situations where things are not working as expected - this is where the debugging step comes into...
In every development cycle, developers are going to run into situations where things are not working as expected - this is where the debugging step comes into play. Oracle Visual Builder Cloud Service uses a multi-tier architecture - so it is likely that you'll end up with the need to debug code in each one of the layers. In this short demo we give you some tips on how to debug your applications. At its core, VBCS is a web UI tool, so for most of the UI layer debugging you...
In every development cycle, developers are going to run into situations where things are not working as expected - this is where the debugging step comes into play. Oracle Visual Builder Cloud Service...