Load more posts
IT Engineer passionate about the growing influence of IT. I've had the opportunity to work on full stack leading technologies, SOA, SCM, CRM, transformation and innovation missions with several clients of different sectors including Telecommunication, Insurance, Finance, Energy and IT Expertise. In this blog, i'll be sharing about my interest in understanding organizations, IT Architecture and day to day technical issues you may encounter. To learn more about me please refer to : www.linkedin.com/in/cedricleruth
I fell in love with how valuable a file hosting service can be around 2010 by getting introduced to Dropbox. Being able to access your files on the…
[vc_row][vc_column][vc_column_text]Before going live with your application on WebLogic, I’d always recommend activating SSL on the Weblogic server hosting your application. Accessing your application with the HTTPS protocol will…
When you are building the website on top of AWS stack, using AWS Route53 to register your domain name is usually a good idea. (Cheap and well connected)…
Most of Oracle products and technologies heavily rely on Oracle database to function. So when you need to improve the performance of your Oracle Fusion ERP / EBS…
In ADF, we often have to retrieve a column value from a table selected row from outside this table. If this table iterator is available on the current…
If you followed my last article “How to host an https WordPress site on AWS EC2 with a Let’s Encrypt SSL certificate?” you know have a Let’s Encrypt…
Chatbots have been around for a while now and I’ve had the opportunity to build a couple of them for clients using Oracle and AWS tools. I’m not…
Hosting a WordPress blog/website on the AWS EC2 platform can be pretty useful when you know how to maintain Linux servers and want to keep your cost down….
Clients often require their ADF applications to process a lot of data or upload big files when their users click on a specific button. Those treatments can often…
As described in the Oracle documentation here, ADF BC uses its own row consistency enforcement mechanism : 4.10.11 How to Protect Against Losing Simultaneously Updated Data At runtime,…
When one of your attribute in your View Object is a List Of Values, ADF will add an unselected element that will be shown as the default value….
You often need to filter and modify the where clause of your view object programmatically in your controller bean depending on a user action. (for example, a click…
This kind of java.lang.IllegalStateException exception are triggered when some Java code is executed after a forward(), sendRedirect() or sendError(). You can refer to this StackOverflow thread to learn…
Yesterday, I shared a quick tip on how to apply a ViewCriteria in your ADF Controller project. ( www.cedricleruth.com/how-to-apply-a-viewcriteria-programmatically-in-adf/ ) And if you’re using this snippet, you may…
In ADF, we often have to retrieve a column value from a table selected row from outside this table. If this table iterator is available on the current…
As described in the Oracle documentation here, ADF BC uses its own row consistency enforcement mechanism : 4.10.11 How to Protect Against Losing Simultaneously Updated Data At runtime,…
[03:58:41 PM] Deployment cancelled. [03:58:41 PM] —- Deployment incomplete —-. [03:58:41 PM] == ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler) This error…
