Reputation: 3
I am new in hybris please tell me anyone how many type of "extension" hybris have?
Upvotes: 0
Views: 4822
Reputation: 113
I would say that depends on your config...
according to the previous comments you got you may also have a look at the documentation by SAP https://help.hybris.com
There is a complete capture about Getting started, Creating new Extensions with the core trail and so on. It may help you as well to understand which extensions are possible in which configuration-set according to the accelerator you've chosen and stuff :)
Upvotes: 0
Reputation: 21
According to your answer
Other usual types are stated below according to hybris commerce suite
Upvotes: 0
Reputation: 3759
Actually there are two different types of extensions in Hybris:
Note: And also some extensions can be both web and core at the same time.
Upvotes: 1
Reputation: 20065
All hybris extensions have the same minimal structure :
/.externalToolBuilders directory
/.settings directory
/lib directory
/resources directory
/src directory
/testsrc directory
/web directory
.classpath file
.pmd file
.project file
.ruleset file
.springBeans file
buildcallbacks.xml
extensioninfo.xml file
project.properties file
external-dependencies.xml file
So there is only one type of extension.
You can then make some different "group" of extension :
Upvotes: 1
Reputation: 1005
Hybris Commerce comes with the following extensions, which you can use as a template for new extensions:
Upvotes: 1