Foren

liferay IDE / liferay portal

Nayrouz NZ, geändert vor 11 Jahren.

liferay IDE / liferay portal

New Member Beiträge: 22 Beitrittsdatum: 27.12.12 Neueste Beiträge
hi, a question : what is the difference between using liferay CE X.X (exp liferay 6.1) + eclipse and liferay IDE + eclipse ?? (point of view of development)

I know that liferay IDE is a plugin for eclipse and as I know we can use both of liferay CE X.X or liferay IDE with eclipse.
I need your explanation plz.
thumbnail
Gregory Amerson, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
Liferay CE v6.1 is the portal server, which is a tomcat java ee application that runs standalone. Eclipse is your java IDE. So you use Eclipse to develop new Liferay plugins (Eclipse web projects that output a war) that are deployed to the running instance of the tomcat server running Liferay. Liferay IDE is a set of Eclipse plugins that support Liferay plugin developers with their tasks related to liferay development. Hope this makes things more clear.
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
I know that liferay IDE is a plugin for eclipse and as I know we can use both of liferay CE X.X or liferay IDE with eclipse.


Just wondering where you got the information you can use liferay CE X.X with eclipse to develop liferay portlets. What's true is you can use Liferay IDE (which is a eclipse plugin to assist develop liferay plugin) and liferay IDE adds capablities to start/stop liferay CE X.X and deploy plugins from eclipse.
Nayrouz NZ, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

New Member Beiträge: 22 Beitrittsdatum: 27.12.12 Neueste Beiträge
hi thank u all.
now what I got is that: Liferay CE is the platform and I can use Liferay IDE + Eclipse (which is not obligatory) to support development for the platform.
thumbnail
Hitoshi Ozawa, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

Liferay Legend Beiträge: 7942 Beitrittsdatum: 24.03.10 Neueste Beiträge
Liferay is a framework with which one can build web systems. One can use Liferay IDE + Eclipse to assist develop plugins based on the framework and to customize the framework itself.
thumbnail
Gregory Amerson, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

Liferay Legend Beiträge: 1123 Beitrittsdatum: 16.02.10 Neueste Beiträge
Nayrouz NZ:
hi thank u all.
now what I got is that: Liferay CE is the platform and I can use Liferay IDE + Eclipse (which is not obligatory) to support development for the platform.


Exactly right.
Nayrouz NZ, geändert vor 11 Jahren.

RE: liferay IDE / liferay portal

New Member Beiträge: 22 Beitrittsdatum: 27.12.12 Neueste Beiträge
thank u so much for ur help !