Movatterモバイル変換


[0]ホーム

URL:


BloomreachBloomreach
Hippo CMS

Bloomreach Documentation version

Bloomreach.com

FAQ

Q: How to Override CRISP API module version in my project?

Sometimes, there could be newer versions (as results of mainteance releases) than the default version of CRISP API pulled in by the parent release pom (hippo-cms7-release orhippo-cms7-enterprise-release) dependency of your project.

If you want to use a newer maintenance release version in your project, you can override hippo.addon-crisp.version property in the root pom like the following example:

  <properties>    <!--***START temporary override of versions*** -->    <!-- SNIP -->    <hippo.addon-crisp.version>13.0.0</hippo.addon-crisp.version>    <!-- ***END temporary override of versions*** -->    <!-- SNIP -->  </properties>

So, in the example shown above, it is overriding the default hippo.addon-crisp.version property to use the specified version instead of the default version pulled in transitively by the parent release pom dependency.

Q: Can I map Resource objects to domain specific POJOs?

Yes, POJO mapping has been supported since v2.1.1. SeePOJO Mapping Support page for details.

Q: How to Override Internal CRISP Beans?

All the internalCRISP beans are defined inhippo-addon-crisp-core-x.x.x.jar!META-INF/spring-assembly/addon/crisp/crisp*.xml resources. If you want to override any bean, you can redefine a bean insite/components/src/resources/META-INF/hst-assembly/addon/crisp/overrides/*.xml file. For example, you can overrideorg.springframework.http.client.ClientHttpRequestFactory bean for more advanced HTTP Client Connection handlings.

Q: Can I use CRISP in non-CMS delivery / authoring tier applications?

Yes, CRISP API and CORE is basically independent from CMS specific APIs. You can use it almost in both delivery-tier and authoring-tier applications.

Q: Can I use Circuit Breaker Framework together with CRISP API?

Yes. Please seeCircuit Breaker Pattern with CRISP API page for detail.

Q: Which is more crispy, Granny Smith apples or CRISP?

Depends. If you're more interested in baking or cooking than programming, perhaps Granny Smith apples look more crispy, but if you have struggled with implementing backend integrations in content delivery or authoring tier on and on, probably you will pickCRISP.

Did you find this page helpful?
How could this documentation serve you better?
Cheers!
On this page
    Did you find this page helpful?
    How could this documentation serve you better?
    Cheers!

    [8]ページ先頭

    ©2009-2025 Movatter.jp