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

Unable to retrieve the value from DB using Liferay Service Builder

I am learning Liferay and have been stuck in a place where I don't know what to do. I will just brief out what I am doing. Creating a Library Management System using service builder and have the following Code in Service.xml file.
0
votes
1 answer

Insert background image for Web content portlet in liferay

I am developing a portlet using web content portlet. I would like to give a background image to it. There is an option to put background color in Look and Feel option, but: What if I wish to add a background image to it? And how do I do it since…
user2822187
  • 307
  • 2
  • 11
  • 26
0
votes
1 answer

How to override Liferay core' css?

Hi there i'm want to override a data picker css from a hook creation. In Liferay Documentation 6.2 they say that it's possible with…
Wanted92
  • 23
  • 2
  • 5
0
votes
2 answers

Liferay Developer Studio not showing "File" menu, any trick to perform an import?

For some reason Liferay Developer Studio (Eclipse-based) does not show the File menu: As you can see, just a 1-pixel-high menu appears. For comparizon, the Edit menu shows correctly: In these condition, how can I invoke the Import item which is…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

eclipse wizard selectable items out of sight

The problem is that, for instance, if i want to create a new project from a plugin-wizard and there are 5 selectable voices, the fifth voice isn't either visible or selectable. I'm working on fedora-20. There are solutions to make visible and…
Norman
  • 435
  • 6
  • 10
0
votes
1 answer

Passing json data from one jsp to another in Liferay

I am new to liferay and ended up failing to send data from one jsp to other. Below is my use case. I have created 2 JSP files: first.jsp and second.jsp I have created a href in first.jsp and on clicking of that, I am loading second.jsp by calling a…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
0
votes
1 answer

Users and organization creation form

I have added portal directory inside a public page contains users and organization Q1>> I need to add portlet allow users depending on their roles to add edit organization and users depending on their roles outside the control panel "inside my new…
Munadel
  • 107
  • 2
  • 12
0
votes
0 answers

Organization administration portlet

I need to add portlet for organizations members and administrators. I have organization as a root and other organization inherited from it, it must done by a hook or what? My second question I have added custom field "arabic name textfield" inside…
Munadel
  • 107
  • 2
  • 12
0
votes
1 answer

How to configure project in Eclipse so that jsps can be validated properly including <%@page import="...%>in <@include file="...">

Let there be a (Liferay hook plugin) eclipse project xyz-hook. And let there be the file a.jsp <% @include file="/html/portal/init.jsp" %> <% InitImportedClass.yxz(); %> and let there be the included init.jsp in another (referenced) project. <%…
Benjamin Seiller
  • 2,875
  • 2
  • 32
  • 42
0
votes
2 answers

how do I deploy the marketplace-portlet or importing marketplace-portlet dependencies?

I'm trying to complete The Official Documentation for Hooks in Liferay. About halfway down that page, there is a note. Note: If the Liferay server prints the following message to your console, the Marketplace Portlet and Portal Compatibility Hook…
Graham P Heath
  • 7,009
  • 3
  • 31
  • 45
0
votes
1 answer

sign in liferay 6.2 but authentication must take place by user defined table data

I want to sign in liferay by using userid and password provided by me means a table contains data about password and userid. I am trying to achieving this by using ext but first time I am using ext so if any one having any code or already developed…
asifaftab87
  • 1,315
  • 24
  • 28
0
votes
4 answers

Liferay: Any method written in *LocalServiceImpl not found in *LocalServiceUtil

Any method I write in *LocalServiceImpl is not found in *LocalServiceUtil. I re-run service builder every time and nothing. The methods are recognized on local server but not found in production server. All old methods are working, just new written…
Babesh Florin
  • 226
  • 1
  • 11
0
votes
2 answers

How cleared issues in the issues.liferay.com can be applied in our Liferay Portal

I want to know how to apply the issue changes done in the Liferay Issues can be applied in our portal. For example my issues are cleared in the following…
MKD
  • 799
  • 2
  • 11
  • 15
0
votes
1 answer

Simple calender Liferay hook gives compiler errors

first intro: I try to get a hook running on a new Liferay 6.1.2 GA3. Previously I was using the portlet plugin mechanism only. I try to get a simple calendar hook running and get compiler errors, such as "CalEvent cannot be resolved as a type". My…
Peter Branforn
  • 1,679
  • 3
  • 17
  • 29
0
votes
1 answer

How to overcome BeanLocator is null error in Liferay while running a Scheduler?

I am developing a Liferay portlet using Eclipse IDE. I just created an entity called "USerDetails" in service.xml. Table "USerDetails" is created in the DB and I could save UserDetails entity to the DB. Now, what I want is, I want to run a…
Aneesh
  • 153
  • 5
  • 18
1 2 3
13
14