Portal and plugins structure
Before navigating to the portal runtime structure, portal source code structure, plugins runtime structure, and plugins SDK source code structure, let's first build a portal source code Java project named portal-trunk
(represented as a variable $PORTAL_SRC_HOME)
and a plugins SDK source code Java project named plugins-trunk
(represented as a variable $PLUGINS_SDK_HOME)
.
Check out
svn://svn.liferay.com/repos/public/portal/trunk
as the Java projectportal-trunk
in Eclipse IDE; of course, you can use any name for this project. We are using this name only for ease-of-reference.Check out
svn://svn.liferay.com/repos/public/plugins/trunk
as the Java projectplugins-trunk
in Eclipse IDE; again, you can use any name for this project. This name is used for ease-of-reference.
Using the IDE, you will see the portal source code Java project portal-trunk
and the plugins source code Java project plugins-trunk
.
In addition, you may be interested in Alloy UI source code. Therefore...