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
2 answers

Where should I put my java source and where to configure liferay Portlet

I want to write a simple java source code for a liferay portlet. While I am writing source code for a liferay portlet do I also need to any changes in portlet.xml, liferay-portlet.xml, liferay.display.xml and web.xml I dont see any information…
user1983063
  • 139
  • 1
  • 2
  • 10
1
vote
2 answers

Creating a build job for liferay portlet in jenkins

I want to develope a simple liferay portlet, deploy it using maven and build job in CI (Jenkins). But I come to know that Liferay doesn't support Maven and they are still working on it. Can anyone suggest me how can I create a build job for my…
1
vote
1 answer

How to remove Configuration option from WIKI for Power User?

In my Liferay site, Power Users are getting permission for changing Configuration options like; Look and Feel, Configuration and Export/Import options. I don't know how this is coming. Guessing that some permissions issue. But couldn't fix it. I…
Boat
  • 515
  • 2
  • 8
  • 28
1
vote
3 answers

How to hide "User Information" options from "My Account" in Liferay 6.1?

I am trying to hide some options in "User Information" from My Account by using hook. I just want to hide it using CSS (style="display:none"). User Information is present in the right side of My Account Page. I want to know, in which page I should…
Boat
  • 515
  • 2
  • 8
  • 28
1
vote
1 answer

How to set java EE version for liferay ide

I was using java 6 SE, but now, when i used wsdl2java, it generated class using javax.xml.ws.Service in EE version, so i have downloaded and installed java 6 EE, but i'm not sure where should i change java version from SE to EE in my portlet…
Fisher
  • 1,712
  • 1
  • 19
  • 38
1
vote
1 answer

How to create a new Column in CalEvent table corresponding to the newly created field in "Add Event" page of Calendar portlet?

<% for (User usr : UserLocalServiceUtil.getRoleUsers(10163)) { %> <% } %> I have created a new…
Boat
  • 515
  • 2
  • 8
  • 28
1
vote
0 answers

How to disable selected permissions of administrator role from liferay?

I just want to hide some options from control panel of administrator role from liferay. Options like "Monitoring, Mobile Device Rules, Portal settings, Plug in installation, Update Manager...etc." . How can i hide each from "portal-ext.properties"?…
Boat
  • 515
  • 2
  • 8
  • 28
1
vote
2 answers

How to use custom mysql query from my liferay custom portlet?

I am using Liferay and developing my custom portlet, now I want to use custom query to retrieve some data from multiple table with joins etc. I have googled the things for my problem but can't find the simple way to understand the step-by-step…
BhavikKama
  • 8,566
  • 12
  • 94
  • 164
1
vote
1 answer

How to build a Liferay project of both portlet and hook types

I have a Liferay project that was originally created as a portlet type (i.e., under ${Liferay plugin SDK folder}/portlets). Later on, it became essentially a hook type also as JSP overrides and such were added. When I tried to build the project by…
Chry Cheng
  • 3,378
  • 5
  • 47
  • 79
1
vote
1 answer

How to create a own theme in liferay 6.1.1 using Eclipse Juno

I need to create a own theme for portal and it needs to be develop using Eclipsce Juno. I have decide to customize the classic theme of liferay and i need to know the steps in it and files need to change for this. Please advise and help in this
nirmal90
  • 179
  • 1
  • 5
  • 15
0
votes
0 answers

how to change data type range in liferay

In tables.sql file liferay created image table create script create table Product_Image ( uuid_ VARCHAR(75) null, id_ LONG not null primary key, view VARCHAR(75) null, imageUrl VARCHAR(75) null, productId LONG, createDate…
0
votes
1 answer

shopping-api module classes not found in shopping-web

I have created liferay project using versionportal-7.1-ga3. In web module, While trying to fetch list of Products and iterating that list in Web module ViewProductsMVCRenderCommand class, That time getting javax.servlet.ServletException:…
0
votes
0 answers

Liferay redirect from http to https not working correctly

I currently have a portal created with Liferay 7.1 and when I copy a url from http and paste it into the browser (converting it to https), it concatenates an extra /es/web in the url, so it does not find the resource and gives an error . Currently,…
0
votes
1 answer

Completely delete Liferay Workspace in eclipse?

I create a Liferay Workspace Project in eClipse. After that, I delete the workspace project in the eClipse. The problem is that I can't create another new Liferay Workspace Project after deleted it. It just showed "A Liferay Workspace project…
EricMacau
  • 109
  • 2
  • 5
0
votes
0 answers

Orika ClassCastException in Eclipse on redeploy

I am using orika-core-1.5.4.jar in my Liferay 7.3.5 CE GA6 Portlet in order to map some classes. Everything goes well if I test it in a main method or if it is the first time when the portlet is deployed, but goes awry if I redeploy it - eg. when I…
Victor
  • 1,001
  • 2
  • 14
  • 25