Batch operations on Impex

We all know that we use impex to insert,update and remove the data You can read Impex basics here Overview Of Impex Sometime its required for us to update value of few attributes (columns in table) for more than one instance (row in table) Example : I want to update the maxOrderQty and minOrderQty of […]

Share this article on

Dynamic Cron Job / Cron job scripting

If you need basic idea of Cron job, Please go through below link Cron job overview We all know that creating cron job is time consuming as it involves multiple steps Example : We need to create java class, define spring bean,build and restart server etc. But through dynamic scripting, Cron jobs can be created […]

Share this article on
< Previous