When I moved to Dell XPS 9550 laptop …YES! It’s absolutely better than Mac-Pro I had a serious problem about JDeveloper user interface on Windows 10 which was...
When I moved to Dell XPS 9550 laptop …YES! It’s absolutely better than Mac-Pro I had a serious problem about JDeveloper user interface on Windows 10 which was a UI scale problem. Problems: Oracle JDeveloper (jdev) buttons,icons,menu is too small Fonts are too small. It’s impossible to develop even “Hello World” Environment: Windows 10 (x64) Java 1.7.080 JDeveloper 12c (12.1.3) –> Works for other 12c JDeveloper Versions: (12.1.1, 12.1.2, 12.2.1, 12.2.1.1, 12.2.1.2) Screen...
When I moved to Dell XPS 9550 laptop …YES! It’s absolutely better than Mac-Pro I had a serious problem about JDeveloper user interface on Windows 10 which was a UI scale problem. Problems: Oracle...
This use case specifically useful for ADF UI value change listener. If there is business logic to be invoked when field value is changed, we can can call ADF BC...
This use case specifically useful for ADF UI value change listener. If there is business logic to be invoked when field value is changed, we can can call ADF BC custom method from assigned value change listener. However new value is not yet propagated down to ADF BC model - we would need to pass it as parameter to custom method. What if want to have new value to be available in ADF BC model without passing new value from value change listener as parameter? This is possible if...
This use case specifically useful for ADF UI value change listener. If there is business logic to be invoked when field value is changed, we can can call ADF BC custom method from assigned...
This post is about ADF BC LOV. I will describe how you could optimize bulk insert of new rows into VO, when some of the attributes are assigned with LOVs. By...
This post is about ADF BC LOV. I will describe how you could optimize bulk insert of new rows into VO, when some of the attributes are assigned with LOVs. By default ADF would validate new row attribute value through LOV (LOV Validation and Programmatic Row Insert Performance) for each new row. This will lead to bad performance, especially if you insert a set of new rows programmatically - there will be multiple SQL queries executed to check if LOV attribute value exists. My...
This post is about ADF BC LOV. I will describe how you could optimize bulk insert of new rows into VO, when some of the attributes are assigned with LOVs. By default ADF would validate new row...
Some of you who would try to implement custom method with ADF BC REST may face JDeveloper 12.2.1.2 wizard issue. JDeveloper 12.2.1.2 wizard is refusing to...
Some of you who would try to implement custom method with ADF BC REST may face JDeveloper 12.2.1.2 wizard issue. JDeveloper 12.2.1.2 wizard is refusing to register ADF BC REST custom method, but it works perfectly on ADF runtime. Seems to be JDeveloper 12.2.1.1 - 12.2.1.2 bug. There is a workaround to modify REST service configuration manually and include custom method binding. Sample application (available on GitHub - jetcrud). This sample implements custom method in VO...
Some of you who would try to implement custom method with ADF BC REST may face JDeveloper 12.2.1.2 wizard issue. JDeveloper 12.2.1.2 wizard is refusing to register ADF BC REST custom method, but...
I learned a few interesting things from my colleague Sylvain Côme in London today. Sylvain is a very big enthusiast of Oracle JET and is introducing it in a...
I learned a few interesting things from my colleague Sylvain Côme in London today. Sylvain is a very big enthusiast of Oracle JET and is introducing it in a variety of contexts. For wireframing, he uses Adobe XD. For the images in his wireframes, he has installed SVG Crowbar into his Chrome browser, which enables him to download SVG files of images in the Oracle JET Cookbook. He then imports those SVG files into his wireframe in Adobe XD, where he can even edit them,...
I learned a few interesting things from my colleague Sylvain Côme in London today. Sylvain is a very big enthusiast of Oracle JET and is introducing it in a variety of contexts. For wireframing,...
Let's take a look today how to debug JET application (tested with JET 2.2.0) which is initially generated with Yeoman. We could debug in NetBeans, but by...
Let's take a look today how to debug JET application (tested with JET 2.2.0) which is initially generated with Yeoman. We could debug in NetBeans, but by default application generated with Yeoman is not runnable in NetBeans, we need to add manually some config files - I will describe how. Also note - JET application created with NetBeans can't be directly served with grunt from command line, it also would require manual changes in the config. It would be nice if Oracle...
Let's take a look today how to debug JET application (tested with JET 2.2.0) which is initially generated with Yeoman. We could debug in NetBeans, but by default application generated with Yeoman is...
While developing a Oracle JET application against APIs on Oracle Service Bus interacting to JD Edwards and Oracle Transportation Management, we ran into a...
While developing a Oracle JET application against APIs on Oracle Service Bus interacting to JD Edwards and Oracle Transportation Management, we ran into a challenge. In the table (ojTable) that we had included in a page, we wanted to have column filters – fields in each column header where the user can enter a filter criteria for that column. The ojTable component supports the headerTemplate property (next to a rowTemplate and a footerTemplate). A headerTemplate is defined...
While developing a Oracle JET application against APIs on Oracle Service Bus interacting to JD Edwards and Oracle Transportation Management, we ran into a challenge. In the table (ojTable) that we...
I should say I'm happy with how NetBeans Git client works. It offers good performance and resolves conflicts pretty well. It shows a list of pending changes and...
I should say I'm happy with how NetBeans Git client works. It offers good performance and resolves conflicts pretty well. It shows a list of pending changes and also changes colour for changed file name: Changes can be committed into local repository through informative wizard: Read the complete article here. WebLogic Partner Community For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN...
I should say I'm happy with how NetBeans Git client works. It offers good performance and resolves conflicts pretty well. It shows a list of pending changes and also changes colour for changed file...
Watch Thomas Kurian, President of Product Development at Oracle and Mike Lehmann, Vice President of Product Management, demonstrate how to build, deploy and...
Watch Thomas Kurian, President of Product Development at Oracle and Mike Lehmann, Vice President of Product Management, demonstrate how to build, deploy and manage applications using an agile DevOps strategy and Oracle Management Cloud WebLogic Partner Community For regular information become a member in the WebLogic Partner Community please visit: http://www.oracle.com/partners/goto/wls-emea ( OPN account required). If you need support with your account please contact...
Watch Thomas Kurian, President of Product Development at Oracle and Mike Lehmann, Vice President of Product Management, demonstrate how to build, deploy and manage applications using an agile...