eclipseliferayliferay-dxpliferay-blade-cli

Using plugins SDK in Liferay DXP


I am trying to get my liferay workspace to work using blade CLI but am having difficulties.

I followed this article from the official liferay developer website: https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/creating-a-liferay-workspace-with-blade-cli

There it says: 'See the Using a Plugins SDK From Your Workspace section for more information on how to use a Plugins SDK from within a workspace.'

When I clicked the link I was redirected to a page stating 'The article you requested was not found' and now I am stuck and can't find information anywhere.

Does anyone have an idea of what I have to do at this point?

Another problem is, that the installer is downloading the community edition of liferay instead of the enterprise edition when running gradlew.bat initBundle or gradlew.bat distBundleTar.


Solution

  • Liferay DXP uses a module-based framework. They encourages us to go that way, though you could use the former Plugins SDK too, as it's still supported. Have a look at https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/liferay-workspace for details.

    Blade CLI provides you with some templates to create new projects following the new framework.

    I'd go modular.

    Regards