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

Consume Liferay add user API with my new user

I just consumed Liferay's /user/add-user json web service for creating user. Created user by using the URL…
Aneesh
  • 153
  • 5
  • 18
0
votes
1 answer

Not able to update database due to pre-marked attendance(values) Liferay

I have the following functions to mark attendance of an employee: public void updateDailyAttendance(ActionRequest areq, ActionResponse aRes) throws Exception { int totalEmployees =…
Seeya K
  • 1,221
  • 6
  • 27
  • 43
0
votes
1 answer

Pass value and use it in Liferay custom query

I have to pick up date (liferay date picker) entered by user and display the contents based on that date on jsp. By default when the page loads the date will be the current date and hence data of the current date should be displayed. I am using…
Seeya K
  • 1,221
  • 6
  • 27
  • 43
0
votes
2 answers

how to use collections in liferay

Hi I am using Liferay SKD for Java and Liferay 6.1(Tomcat). I have created custom database as follows:
JohnRambo
  • 568
  • 1
  • 10
  • 23
0
votes
2 answers

How to see portlet configuration page in Liferay?

When creating portlet in Liferay IDE, I have configured it to have Liferay's configuration mode. In response, the wizart created JSP file with the following text: <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"…
Dims
  • 47,675
  • 117
  • 331
  • 600
0
votes
2 answers

How to manage build..properties file content with Liferay IDE?

I have this file of following content #Managed by Liferay IDE (remove this comment to prevent future updates) #Tue Jan 24 22:42:39 MSK 2012 app.server.portal.dir =…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
0
votes
1 answer

Create own customized Web Content List

I'm looking to create my own Web Content List portlet. I exactly want to display the web content of my portal applying some filters. I'm a little bit lost... I tried to create a hook but I dont know how to find the possible actions of this…
user1592470
  • 401
  • 2
  • 8
  • 21
0
votes
2 answers

Liferay, ServiceBuilder, what's the scope for attributes userId, companyId, userId

Although I've developed some services with Liferay ServiceBuilder, I'm not quite sure I understand the point of using the attributes: userId companyId groupId Note that these attributes are available through the PortalRequest. Following the basic…
yannicuLar
  • 3,083
  • 3
  • 32
  • 50
0
votes
2 answers

How to encrypt password while saving Users in Liferay 6.1?

I am trying to consume Liferay's User entity to add users by writing code. The password is not encrypting, so log in is failing. The code is pasting below. int countOfUsr = UserLocalServiceUtil.getUsersCount(); User user =…
Boat
  • 515
  • 2
  • 8
  • 28
0
votes
2 answers

How i convert spring project to liferay?

I developped an application (spring, hibernate) and i must convert it to liferay Project how i can do it? please could you help me thank you.
achref05
  • 1,653
  • 4
  • 16
  • 18
0
votes
3 answers

$( #divid ).load(pagename.jsp) not working in liferay 6.1