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
0
votes
1 answer

OpenId Connect Relying party implementation in Liferay

I am using Liferay CE 6.2 for my application. My application is a relying party and we want to do openId connect relying party implementation in Liferay. Can someone please guide me on this?
0
votes
1 answer

Not able to call serveResource() method in Liferay

I am trying to call serveResource() method through an ajax call but not able to call it. See my code. My JSP file <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ page import="javax.portlet.*"%> <%@ taglib…
raman0369
  • 59
  • 3
0
votes
1 answer

Liferay Plugins SDK throws NoClassDefFoundError for BooleanFilter Class

I got this error when I registered a BaseIndexer Class on liferay-portlet.xml file. I'm using Liferay-7 and developing a portlet using the liferay-plugins SDK.I get this error only when I register BaseIndexer class in the liferay-portlet.xml. I…
0
votes
1 answer

not able to install Liferay with eclipse

I am trying to get started with Liferay with eclipse. So while installing the plugin I am getting error saying 'Can not complete because one or more required items can not be found' Cannot complete the install because one or more required items…
nightfury
  • 384
  • 6
  • 18
0
votes
1 answer

Liferay 7 : Customize a form

I want to create and customize a form in Liferay-7, and I really don't know how to make it , because i can't modify the liferay standard form. Any idea about how can I start? What I want to create : Thank you .
NeptuneZ
  • 608
  • 1
  • 10
  • 23
0
votes
3 answers

Unable to create Liferay project from plugins SDK with error "app.server.dir is invalid"

I have installed Liferay7.0 successfully and then was trying to import Liferay SDK plugins. I am using Liferay supported IDE(Downloaded from Liferay website) Neon.3 I have tried reinstalling Liferay, but it didn't work. Sdk version is also 7.0.…
so_
  • 77
  • 2
  • 13
0
votes
1 answer

How to edit content structure xml in liferay IDE?

I'm a newby in liferay development. I'd like to use Liferay IDE for editing the xml code of a content structure. I know it can be done by web interface but, due the complexity of the content structure, I'd prefer the text editor way. I've downloaded…
0
votes
1 answer

Trying to modify Liferay's classic theme is behaving rare

I have a Liferay 6.1 instance with a custom classic theme, but trying to upgrade it to 7.0 is being so painful that I decided to take Liferay 7's classic theme (downloaded from here). To bring it into Eclipse - Liferay IDE I created a new module…
Phazoner
  • 21
  • 6
0
votes
2 answers

ORA-24816 ... on Liferay embedded server but not on integration server

I am using Liferay IDE bundeled with Tomcat for Liferay Portal 6.1 ... Now I have some method (that I have no control on) that creates an insert statement according to some inputs and run it against the DB .. It uses internally jdbc (and oracle…
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
1 answer

Liferay Documents and Media ( Media Gallery hook) sort latest uploaded folder first

I want the folders in Documents and Media Portlet to be sorted by last one uploaded. So that the last folder I uploaded is displayed first. Any idea how to do this ? In which jsp file ? P.S In Admin/Content/Documents and Media there is a option…
codeAddicted
  • 31
  • 1
  • 7
0
votes
1 answer

Liferay Search Container Pagination in Liferay MVC

I am new to Liferay, so I need help on Search Container. In my Search Container they are two pages. After deleting a row from a liferay search container using String redirectURL=themeDisplay.getURLCurrent(); it is redirecting to current page in…
0
votes
1 answer

error while trying include liferay ide into STS (Spring Tool Suite)

I am trying include Liferay IDE to my STS from Market place but I am getting error. I have attached the screen shots. Is there any other simple way to include Liferay IDE to my STS?
Madasu K
  • 1,813
  • 2
  • 38
  • 72
0
votes
0 answers

Liferay DLFileEntry Entity level cache is not clearing

I am trying to delete the images of the user based on fileEntryId from the DLFileEntry table by using following code DLAppServiceUtil.deleteFileEntry(fileEntryId); ,But when i am trying to get the length of the user images by using finderImpl…
Balu
  • 57
  • 6
0
votes
1 answer

Which version of liferay IDE is compatible with Liferay 6.2, jdk 1.6.0

My problem is as the subject tells , moreover I am not able to find any documentation about this .. Is there one?
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
0
votes
0 answers

Setting up development and production environment for a Liferay project

I received a Liferay project source code and asked to set up a development and production environment for it. The project is in Liferay EE but client license expired so it need to be ready with CE till further notice. I have looked in Liferay…
Clawdidr
  • 577
  • 1
  • 8
  • 25