Hi All,
I am doing reverse engineering of a project which has implemenation of Connector and realized the power of DB connector to perform all required DB operations.
However, I am bit skeptical to use this as I can do the same in my java delegate method (effort is same as connector also required to be developed). Moreover, the connector should be deployed in server lib folder, therefore, the project is depend on scattered component.
I worked on connector and made it generic to be used by multiple projects (This is the only benefit I learned)
Is there any further benefits of connector that maked it non-dispensable.
Abhi