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
1
vote
0 answers

Liferay IDE hook for organization

How I can create a hook using eclipse IDE to customize organization form details and make custom attribute required what I must do to begin? How to make custom attribute accept arabic characters ? Is there any way to add organization portlet for…
Munadel
  • 107
  • 2
  • 12
1
vote
2 answers

Whe doEdit method is called in liferay?

Can anybody tell me how can we call doEdit method? Is it used to edit entire portlet or Elements of portlet. If possible try to give me demo application. Thanks.
Sonal S.
  • 1,444
  • 1
  • 15
  • 31
1
vote
1 answer

How to move files between Document Types in Documents and Media Portlet Liferay

I want to know can we move the files in the Documents and Media between Documents Type. Eg. I have uploaded a file demo.pdf in Basic Documents. Now I want to move the demo.pdf to Contract Document Type. How to achieve the above. Please guide me to…
MKD
  • 799
  • 2
  • 11
  • 15
1
vote
1 answer

Liferay Control Panel Layout

I have installed Liferay Portal on Jelastic. I need to install the Remote IDE Connector to deploy my project in remote with eclipse. My problem is that, in my remote Liferay Portal, the control pannel is different: there is not the marketplace menu…
1
vote
1 answer

Assign UserGroup to Role - Liferay 6.1.1

I'm currently working with Liferay 6.1.1, and i'm coding a hook for default values. Im desperatly looking for a way to assign userGroup to a Role via the API. Can someone help ?
Jimmy Bway
  • 37
  • 7
1
vote
1 answer

Portlet is unregistered (memory leak?)

I created new project (Liferay Project with Plugin Portlet Type and JSF 2.x.x Portlet Framework) using Lifeay IDE in Eclipse. I didn't change anything and added project to Liferay v6.1 CE Server (Tomcat 7) and started this server. Unfortunately, I…
David Silva
  • 1,939
  • 7
  • 28
  • 60
1
vote
1 answer

Liferay com.liferay.portal.kernel.dao.orm.ORMException: java.lang.NullPointerException

I got the errors on server console. i have created one form after submitting the form it is telling that your request processed successfully. after opening the database data is not inserted. can any one solve this exception…
ASR
  • 3,289
  • 3
  • 37
  • 65
1
vote
1 answer

Linking two jsp pages with Submit Button Liferay

I have a form where I allow user to select some data and submit the form and based on that selection data will be displayed in another jsp. I have used the following code in first jsp:
Seeya K
  • 1,221
  • 6
  • 27
  • 43
1
vote
2 answers

How to get OrganizationId after Login -Liferay

I am using liferay6.I deployed my web application inside liferay.After Login,it is redirecting to one page.In that jsp page,i want to set organization id of logged in user in a javascript variable.How can i do this.Can anyone pls explain.
vmb
  • 2,878
  • 15
  • 60
  • 90
1
vote
2 answers

How to refresh page on select of date from datepicker Liferay

I am using liferay-ui datepicker. When my page loads the date is current date in the datepicker and data of the current date is loaded on the page. What I want to do is allow the user to view data such that when user selects any other date, data of…
Seeya K
  • 1,221
  • 6
  • 27
  • 43
1
vote
0 answers

Setting Permissions to different users in same Portlet Liferay

Is there a way I can set permissions to different users in a single portlet? I want certain users to have access to certain jsp pages. Not all users should be allowed to use all pages in the same portlet. Is it possible? How?
Seeya K
  • 1,221
  • 6
  • 27
  • 43
1
vote
3 answers

Two portlets with same database

I am developing Liferay portal and I have one portlet which handles the administrator side of the portal and one the client side. The thing is that the clients cannot see the administrator page (including the portlet). Also I have created custom…
JohnRambo
  • 568
  • 1
  • 10
  • 23
1
vote
3 answers

CSS to Liferay theme

I have a css web design and I want to converted in Liferay theme. Is this possible? I am using Liferay 6.1 Ga2 with Tomcat 7 and Liferay SDK for java. Any advice will be appreciated! Thanks in advance
JohnRambo
  • 568
  • 1
  • 10
  • 23
1
vote
1 answer

What is the need of _diffs folder while theme design in Liferay?

I know I can put some files into _diffs folder and these files will be placed up upon deploy. But I can also edit files directly inside docroot and they will work too. Under Eclipse it is even more comfortable, since changing any file under docroot…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
1
vote
1 answer

Liferay: Error opening portlet.xml from eclipse

I'm working with Eclipse Helios nd using Liferay Portal version 6. I have already installed the Liferay IDE plugins and I installed the required software for working on this platform. But I am still having an error when I try to open a portlet.xml…
user1592470
  • 401
  • 2
  • 8
  • 21