Foren

Liferay 7 GA3 Class Diagram

Med SAID, geändert vor 6 Jahren.

Liferay 7 GA3 Class Diagram

Junior Member Beiträge: 36 Beitrittsdatum: 20.03.17 Neueste Beiträge
Hello,

Is there any document or wiki page where I can see Liferay7 ga3 class diagram ( Classes and their relationship) ?

Thanks.
thumbnail
Olaf Kock, geändert vor 6 Jahren.

RE: Liferay 7 GA3 Class Diagram

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
Nope. It'd be humongous. There are various regions explained on dev.liferay.com. You might get some value out of visualizing the OSGi container's data with regards to dependencies between either bundles (coarse grained) or services.
Med SAID, geändert vor 6 Jahren.

RE: Liferay 7 GA3 Class Diagram

Junior Member Beiträge: 36 Beitrittsdatum: 20.03.17 Neueste Beiträge
Thank you for your answer ,
there is any diagrams (UML) of built-in portlets , like Web content display or search bar etc .... ?
thumbnail
Olaf Kock, geändert vor 6 Jahren.

RE: Liferay 7 GA3 Class Diagram

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
Nope. There's source code though. (And the team maintaining the individual components don't need the diagrams)

The source code follows rigid formatting/coding guidelines - once you understand them, you should recognize the same standard everywhere. The basic principle is the triplet of Portlet - Service - Persistence, distributing the responsibilities of MVC components. You might want to start with ServiceBuilder, because you'll trip over code generated by ServiceBuilder everywhere.

And, of course, there's the OSGi dependency graph for these components as well.