bloomreach / docs-feedback

1 stars 0 forks source link

where to place the class component??? #123

Open fugitivaLaMadrid opened 1 year ago

fugitivaLaMadrid commented 1 year ago

https://xmdocumentation.bloomreach.com/13/library/concepts/fluent-search/hst-fluent-search.html

Hi, I'm writing the documentation, its not clear where I can place this java search component and then how to use it....

Below its the ft to link to this java, also not sure how to use it...why not add screenshoot ??

Thanks in advance

nvankampenhout commented 1 year ago

Hi @fugitivaLaMadrid ,

In a typical implementation based on the Maven archetype, HST component classes would go in the site/components module, so for example:

myproject/site/components/src/main/java/org/example/components/MySearchComponent.java

For documentation on developing components, you can find an overview here:

https://xmdocumentation.bloomreach.com/13/library/concepts/component-development/hst-2-component-development.html

I'll also point out we have a community forum (https://community.bloomreach.com/) which is being monitored for questions by our tech support people.

Hope this helps.