Questions tagged [liferay-ide]

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

Liferay IDE is the official set of Eclipse plug-ins supporting development for the Liferay Portal application platform.

It provides support for developing all plugins of liferay including Portlets,themes,hooks,layouts and ext-plugins

It is available as a set of Eclipse plug-ins installable from an update-site or an an all-in-one download. For installation use one of the following methods:

  1. Update site URLs for Eclipse 3.6.x,3.7.x,3.8.x/4.2.x: http://releases.liferay.com/tools/ide/eclipse/juno/stable/
  2. Download all-in-one bundles from here: http://www.liferay.com/downloads/liferay-projects/liferay-ide

For full installation instructions see the official documentation for installation. Then you can see the getting started tutorial here.

Liferay developer studio

It is a bundle of Eclipse+Liferay plugins available for Liferay enterprise edition(Liferay EE) customers.It provides additional features on top of the basic eclipse Liferay plugin.

  • Apart from tomcat,it provides additional support for Weblogic and websphere adapters
  • It provides Kaleo designer to create and design custom workflows

Additional references Liferay IDE vs Liferay developer studio

209 questions
3
votes
2 answers

Importing Liferay portlet into Eclipse IDE

I haved created a portlet through plugins SDK and wanted to import that into the eclipse ,but it did not imported as it is , But after creating the portlet if i give " ant setup-eclipse " then the project get imported into the eclipse .i have…
jyo
  • 345
  • 1
  • 7
  • 22
3
votes
1 answer

Referrential integrity in Liferay 6.2 service builder

I have been searching around for setting up referrential integrity for my database using Liferay IDE's service builder. For e.g: I have a master table(entity) and a child table(entity). child table has a foreign key which is the primary key for the…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
3
votes
1 answer

folder permissions in liferay

Can any one answer how to change folder permissions to a customized role in liferay? i am trying to do it through control panel. My main aim is to give only document uploading permission to a role. thanks in advance.
2
votes
1 answer

LIFERAY and Angular integration

i am trying to run the example project https://github.com/liferay/liferay-blade-samples/tree/7.0/gradle/apps/npm/angular-npm-portlet but after executing npm intall and npm run build I have this strange error (too many open files) and I can't move…
Gelso77
  • 1,763
  • 6
  • 30
  • 47
2
votes
2 answers

Customizing liferay Calendar portlet

I'm trying to customize Calendar portlet using this below instructions. https://www.liferay.com/it/documentation/liferay-portal/6.2/development/-/ai/creating-plugins-to-extend-plugins-liferay-portal-6-2-dev-guide-03-en Its basically creating Plugins…
Pavan JDev
  • 202
  • 1
  • 11
2
votes
1 answer

when to create organisation and location organisation in liferay

I have scenario as, I have say 5 branches for example Branch A, Branch B, Branch C etc. All branches have different set of users and different set of data(in liferay portlets). My requirement is like, Whenever user from Branch A logs in he should…
Learner
  • 976
  • 14
  • 29
2
votes
3 answers

How to import existing theme directory into different Liferay server instance?

I am trying to import a theme (LP5-ellucian-theme) from my organizations test server to a local instance of Liferay so that I can do some custom theme development, which I will later upload back to the test server. My question: What is the best way…
Fetus
  • 985
  • 2
  • 12
  • 23
2
votes
1 answer

How to connect Liferay Portal with mysql database using eclipse?

I have Liferay 6.2 and i want to connect with mysql database using eclipse IDE.How to connect them and what i have to use. Please give me any example for startup.
user3607958
  • 21
  • 1
  • 4
2
votes
2 answers

Liferay theme reset to default

I don't know if I'm the only one to have this problem, I'm developing a liferay theme using the plugin sdk and eclipse. I have a theme based on classic, when I turn off eclipse and turn on again I found that all changes on custom.css are gone and…
wadi3
  • 226
  • 3
  • 13
2
votes
1 answer

Cannot install Liferay IDE plugin - Comparison method violates its general contract

We are considering using Liferay, so we decided to attempt to install the Liferay IDE. However it doesnt seem to work. I am trying to install my Liferay IDE plugin as per this address:…
Oliver Watkins
  • 12,575
  • 33
  • 119
  • 225
2
votes
3 answers

What is Liferay Faces and its connection to JSF (Java Server Faces)

Can Anyone please put some light on Liferay Faces and JSF connection. Like I am not able to understand the role of Liferay faces in following scenario. JSF ----> Model View Controller Spring ----> Dependency Injection Hibernate ---->…
Navdeep Singh
  • 699
  • 1
  • 10
  • 25
2
votes
1 answer

how to import some xyz.war file into the eclipse ide

Hello Stack overflow, I am using liferay portal-6.0.0 version and I have a "greeting.war" file. The WAR file deploys correctly, shows the portlet in Add Category and also after adding to the page display the output properly. Now I wanted to get the…
somesh babu
  • 21
  • 1
  • 3
2
votes
3 answers

Hide Liferay control panel options form users

I am developing a liferay portlet using liferay6.1 and SDK for Java. When user logs in and they click on control panel they can see all kind of options. Is there a way to hide this options? I am still new but i think that you can hide it from the…
JohnRambo
  • 568
  • 1
  • 10
  • 23
2
votes
3 answers

How to develop Liferay project in Eclipsce juno and built it on on Jboss

I have downloaded the Liferay 6.1 with jboss 7.1.1 Bundle and Liferay IDE(Eclipsce Juno).All I have to do is to develop Liferay Project and running it on Jboss server. I can able to run and open liferay portal in localhost:8080/ I am having issues…
nirmal90
  • 179
  • 1
  • 5
  • 15
2
votes
3 answers

How to create our own portlet in liferay

Please describe me in brief how to create portlets using eclipse ide and to add these in liferay.
chinmaya
  • 111
  • 1
  • 1
  • 10
1
2
3
13 14