ADF Naming Conventions – Part II
In my previous post ADF Naming Conventions – Part I I have focused my attention on: Application & Project Naming Packages Naming Business Components Naming Today I will start to talk about Model & View Controller Project naming. ADF Model Naming For…
ADF Naming Conventions – Part III
Hi all and welcome to another blog post on ADF Naming Conventions. In my previous post ADF Naming Conventions – Part II I have focused my attention on: Model & View Controller Project Today I will focus on: Task Flows Templates JSF,…
Implementing Case Management Patterns using Oracle Process Cloud Service (PCS)
Hi everyone and welcome to the second part of our article on implementing Case Management (CM) patterns with Oracle Process Cloud Service (PCS). On the first part, we learned a bit about the concepts around Case Management and we (barely)…
Case Management Patterns using Oracle Process Cloud Service
Hi and welcome to a new article on Case Management using Oracle Process Cloud Service (PCS). This time, we’re going to address some use patterns that may seem difficult to implement using PCS, and tackle the need for unstructured parts…
Did you know… You can change the default file encoding for new query on SSMS?
I’m currently working on a SQL code migration from Firebird to SQL Server. The client provided the scripts with all modules (Stored Procedures, functions, etc) and the steps I’m following (roughly speaking) for converting are: Open new query window Copy…
Leveraging on SQL Server Data
I’m working on a project where I need to convert Firebird SQL code into T-SQL code. No schema, just the modules. There are more than 1000 objects between stored procedures, views, triggers, user-defined data types, etc. First – the pain……