srakakiwi.blogg.se

Liferay portal bundle directory
Liferay portal bundle directory




liferay portal bundle directory
  1. #Liferay portal bundle directory how to#
  2. #Liferay portal bundle directory install#
  3. #Liferay portal bundle directory portable#

What follows is a brief description of the properties which can go into the portal-ext.properties file, thus overriding the corresponding properties You can see all the files in the portal-impl.jar file by unjaring a copy of the file to an external directory. Thisįile is readily accessible inside the /domains/domain1/application/j2ee-modules/webspace/WEB-INF/lib folder in Web Space Server. The default configuration file is called portal.properties,Īnd it resides inside the portal-impl.jar file.

#Liferay portal bundle directory portable#

It makes the settings more portable across different instances of Web Space Server. This makes it farĮasier to determine whether a particular setting has been customized, and Is uncluttered and contains only the settings you need. In your own configuration file, and then the configuration file for your portal You can just put the settings you want to customize The defaults in a separate file, rather than going in and customizing theĭefault configuration file. Why is it set up this way? Because Web Space Server uses the concept of overriding jar file, making it more difficult to customize. In fact, the file that contains all of the defaults is stored Of most other products in that changing the default configuration file isĭiscouraged. Web Space Server's properties files differ from the configuration files

#Liferay portal bundle directory install#

Please follow this tutorial to install Blade to install Blade.Customizing Web Space Server Using the portal-ext.properties File Blade is a command line tool that can create Workspaces and perform common tasks. It is very simple to create and configure Liferay Workspace using a tool called Blade CLI (Blade Blade). The following are the module development steps:Īfter completing this tutorial, you will create a module module and deploy it as a local Liferay Portal bundle.

#Liferay portal bundle directory how to#

To learn how to create them, see the themes and layout templates tutorial. Note : The theme and layout templates are not built as modules.

liferay portal bundle directory

The following tutorials and examples demonstrate development in these environments. In addition to Liferay Workspace, Liferay also provides good support for Maven and Gradle. Note : Liferay supports developers to choose their own build tools. This is Liferay's build environment based on Gradle and BndTools, which simplifies module development and automates most of it. This tutorial demonstrates the use of Liferay Workspace to create a new module. There are several good build tools for developing modules on Liferay Portal. Deployment : Interact with the runtime environment to install, monitor and modify modules.Common build tools that manage dependencies include Gradle, Maven, and Ant/Ivy. Compile : Obtain dependencies and build modules.

liferay portal bundle directory

Write code and configuration files : manifests, Java classes, resources, and modules, allowing developers to focus on implementing business logic.The predefined folder structure familiar to developers is used here. Create a folder structure : A good folder structure helps to evolve and maintain the code, especially for multi-person collaboration.






Liferay portal bundle directory