Welcome to the new Blogs page, where you can search and filter the available blogs to much more easily find what you're looking for!
But, don't worry - if you prefer the old UX with the Blogs Widget, it's still available - just use the Blogs List link in the left navigation and it will be like it's 1999 all over again!
To add a new blog, use the "New Entry" button here on on the Blogs List page.
To manage Drafts and view unpublished blogs please use the Blogs List page.
該当件数: 3,217 件中 1 - 20
-
-
Peter Mesotten | 2014/08/11 7:01
This article is the second and last in a series of 2 posts on how personalization can be achieved in a portal project. In this post I'll explain how to combine user-specific and shared portlet...
Blog Stream: Featured -
-
-
-
-
James Falkner | 2014/07/28 19:06
Over the weekend you may have have noticed our community blogs page got a makeover! There are several new additions and changes to the page which we hope will make your liferay.com blogging...
Blog Stream: Featured -
Bradley Wood | 2014/07/24 20:52
Ever wanted to explicitly define what page to display on the current pagination content from a url password? This code should aim you in the right direction. Logic: -Get url variable ("page")...
Blog Stream: Featured -
-
Olaf Kock | 2014/07/21 11:17
Are you new to Liferay? Found Liferay and want to know what it can do for you? Or are you with Liferay and still remember the time when you were new and unexperienced? Where did you come from and...
Blog Stream: Featured -
Olaf Kock | 2014/07/21 11:08
Are you new to Liferay? Found Liferay and want to know what it can do for you? Or are you with Liferay and still remember the time when you were new and unexperienced? Where did you come from and...
Blog Stream: Featured -
Juan Gonzalez | 2014/07/19 9:02
Hi again! This is the second (and last) part of my blog series for using existing Bootstrap themes into Liferay 6.2. In my previous blog post I talked about using LESS files, and how to, by simply...
Blog Stream: Featured -
-
James Falkner | 2014/07/15 20:22
I'm not sure if I've said it enough -- our community is awesome! Each of us comes from different geographic places, cultural backgrounds, and Liferay experiences and we bring that collective story...
Blog Stream: Featured -
Cody Hoag | 2014/07/15 15:59
Many of us have experienced it, you go to deploy a new application into your portal instance and see the dreaded deployment error messages. What do you do? Is the error message helpful? How can I...
Blog Stream: Featured -
Juan Gonzalez | 2014/07/11 14:49
Yes, it's true bootstrap give us a lot of improvements for creating themes. And is also true that since Liferay 6.2 we can take advantage of all this useful tools for developing your own themes in...
Blog Stream: Featured -
Greg Amerson | 2014/07/10 3:08
A new release of Liferay IDE has been made available today, version 2.1.1. You can update or install the new release here as usual: http://releases.liferay.com/tools/ide/latest/stable/ Or go over...
Blog Stream: Featured -
-
James Falkner | 2014/07/01 18:49
This blog is part of a series of entries documenting how we are using iBeacons and Liferay to better engage our audiences at events throughout the year. [Part 1] [Part 2] [Part 3] Update: Check out...
Blog Stream: Featured -
Meera Prince | 2014/06/26 9:32
Introduction: Liferay have very good content management system we can design and publish content in the web page very easy. Along with that it’s also have structures and templates feature so...
Blog Stream: Featured -
James Falkner | 2014/06/24 17:55
This blog is part of a series of entries documenting how we are using iBeacons and Liferay to better engage our audiences at events throughout the year. [Part 1] [Part 2] [Part 3] Update: Check out...
Blog Stream: Featured -
Manuel de la Peña | 2014/06/12 10:32
Hello my lovely Liferay developers! I'm very proud and glad to announce that, from now on, we are going to be able to write integration test in our Liferay plugins! * Before breaking this down,...
Blog Stream: Featured -
Meera Prince | 2014/06/03 6:50
Introduction: Liferay Service Builder is a tool to generate service layer to liferay portlets. It will create all necessary CRUD operation related classes and respective methods. We will use ...
Blog Stream: Featured -
Meera Prince | 2014/05/26 9:55
Liferay MVC Portlet Database Interactions / Liferay MVC CRUD Operations Introduction: Liferay MVC is portlet frame work given by Liferay and it is specific to liferay environment. We already...
Blog Stream: Featured -
-
Peter Mesotten | 2014/05/15 12:09
This article is the first in a series of 2 posts on how personalization can be achieved in a portal project. Moreover, the concept of sharing personalized settings between users is explained and...
Blog Stream: Featured -
Meera Prince | 2014/04/29 9:25
Introduction: Liferay have come up with their portlet frame work called Liferay MVC. Liferay MVC is portlet development framework and we can develop JSR 168&286 standards portlets and deploy into...
Blog Stream: Featured -
Meera Prince | 2014/04/11 9:46
Introduction: Ajax Push is a mechanism to push data from server. Generally in the web application when the client request for the server then we will get the dynamic data or updated data from...
Blog Stream: Featured -
Meera Prince | 2014/03/04 15:18
Introduction: Liferay Have given AUI Auto complete list from which we can populate matching values to user in input fields and data will be served from server with help of Ajax call. AUI Auto...
Blog Stream: Featured -
Meera Prince | 2014/02/14 9:28
Introduction: Liferay have every good feature that is Custom Fields from this we can create additional attributes or new fields to existed entities. Please go through following Tutorial for...
Blog Stream: Featured -
Meera Prince | 2014/02/12 7:12
Introduction: Liferay have in built support for REST API so we can create REST web services for Plugin portlets means we can create web services for custom entities or portlet related entities. ...
Blog Stream: Featured -
Meera Prince | 2014/02/06 8:38
Objective: Configure SSL (Secure Socket Layer) for Liferay portal. What is SSL? SSL is secured socket layer which secure our application data in the network means it will protect application...
Blog Stream: Featured -
Meera Prince | 2014/01/21 4:19
Liferay Client Side Inter Portlet Communication Using Ajax Objective: Achieve inter portlet communication from client side using Ajax and Liferay Java Script. Introduction: Inter portlet...
Blog Stream: Featured -
Meera Prince | 2014/01/13 8:19
Introduction to Liferay Portal Liferay is Portlet technology which follows the JSR 168 and JSR 286 complains. Liferay is very good open source for portlet technology have very good working...
Blog Stream: Featured -
Meera Prince | 2014/01/12 5:22
Objective: Implement Many to Many Relation in liferay development using service builder tool. Liferay Service Builder Many to Many Relation Part-I Liferay Service Builder Many to Many...
Blog Stream: Featured -
Meera Prince | 2014/01/09 8:47
Objective: Perform form validation in liferay development. Approaches to achieve Liferay form validation we can do in different approaches. The following are the ways Liferay AUI...
Blog Stream: Featured -
Olaf Kock | 2013/11/18 14:08
For this episode I spoke with Daniel Sanz. He's a support engineer in the spanish office and is responsible to oversee the translation efforts on Liferay. We talked about He's the one to keep the...
Blog Stream: Featured -
Olaf Kock | 2013/11/13 12:11
At Devcon 2013 I've met with Greg Amerson, main Author/Team Lead for the Eclipse-based tooling (Liferay IDE & DevStudio) and David Truong, one of the very early employees of Liferay, Product...
Blog Stream: Featured -
Sven Werlen | 2013/09/22 20:17
I'd like to spend some time to present a portlet that we recently published on the Marketplace: ETL process manager. I'm sure that not everyone knows what an ETL tool is and how poweful this can be...
Blog Stream: Featured -