You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by st...@comcast.net on 2018/01/31 22:19:34 UTC

Hot-Deploy in 16.11.04...and Later?

Hi
 
It was quite some time back (well, a year...that's like 7 dog years or 14 programmer years) it was announced that hot-deploy was being deprecated:
https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-march-2017
 
The directory still exists in 16.11.04. Would it be correct to assume that even if this still works it would better to make any customization in plugins (mentioned in the above URL)? And would this be true of custom component loads of data when nothing else is being customized, or is data load customization a completely different topic for building custom gradlew load targets?
 
Thanks!

Re: Hot-Deploy in 16.11.04...and Later?

Posted by st...@comcast.net.
In order to be closer to how release 17 will be, would it be advisable to completely avoid the hot-deploy directory for now (this is limited to custom data loading)?
 
----- Original Message -----From: Taher Alkhateeb <sl...@gmail.com>To: user@ofbiz.apache.orgSent: Wed, 31 Jan 2018 23:25:37 -0000 (UTC)Subject: Re: Hot-Deploy in 16.11.04...and Later?

Data loading is one topic, location of custom components is another topic.In release 17 and later, there is no longer a hot-deploy, but only aplugins folder to place your custom work.

As for data loading, it does not matter where you place your component, thedata will load anyway as long as you have the loading in proper order ifyou have any dependencies on other data.

On Feb 1, 2018 1:19 AM, <st...@comcast.net> wrote:

Hi

It was quite some time back (well, a year...that's like 7 dog years or 14programmer years) it was announced that hot-deploy was being deprecated:https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-march-2017

The directory still exists in 16.11.04. Would it be correct to assume thateven if this still works it would better to make any customization inplugins (mentioned in the above URL)? And would this be true of customcomponent loads of data when nothing else is being customized, or is dataload customization a completely different topic for building custom gradlewload targets?

Thanks!

Re: Hot-Deploy in 16.11.04...and Later?

Posted by Taher Alkhateeb <sl...@gmail.com>.
Data loading is one topic, location of custom components is another topic.
In release 17 and later, there is no longer a hot-deploy, but only a
plugins folder to place your custom work.

As for data loading, it does not matter where you place your component, the
data will load anyway as long as you have the loading in proper order if
you have any dependencies on other data.

On Feb 1, 2018 1:19 AM, <st...@comcast.net> wrote:

Hi

It was quite some time back (well, a year...that's like 7 dog years or 14
programmer years) it was announced that hot-deploy was being deprecated:
https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-march-2017

The directory still exists in 16.11.04. Would it be correct to assume that
even if this still works it would better to make any customization in
plugins (mentioned in the above URL)? And would this be true of custom
component loads of data when nothing else is being customized, or is data
load customization a completely different topic for building custom gradlew
load targets?

Thanks!

Re: Hot-Deploy in 16.11.04...and Later?

Posted by Michael Brohl <mi...@ecomify.de>.
The hot-deploy order was removed after the release branch for 16.11 was 
created, along with the removal of specialpurpose (now ofbiz-plugins in 
another repository).

So plugins is available in trunk and the 17.12 release branch.

If you use 16.11, your custom components should be placed in hot-deploy. 
When you move to trunk or 17.12, you can simply move the components into 
the plugins folder.

Regards,

Michael


Am 31.01.18 um 23:19 schrieb stimits@comcast.net:
> Hi
>   
> It was quite some time back (well, a year...that's like 7 dog years or 14 programmer years) it was announced that hot-deploy was being deprecated:
> https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-march-2017
>   
> The directory still exists in 16.11.04. Would it be correct to assume that even if this still works it would better to make any customization in plugins (mentioned in the above URL)? And would this be true of custom component loads of data when nothing else is being customized, or is data load customization a completely different topic for building custom gradlew load targets?
>   
> Thanks!