RSS

Entries with Blog Stream News .

thumbnail
David Truong | 03 Feb 2017

A search for a better SDK A little over a year ago, the Dev Tools Team began a new project hoping to fix the issues we encountered with the Plugins SDK. We had just finished modularizing our developer tools and were considering revamping the Plugins SDK to use all the new tools. This in itself would be a major improvement since we would no longer require a 300mb bundle just to use...

27080
0
thumbnail
Justin Choi | 23 Jan 2017

Three weeks ago marked the sixth year anniversary for me. It came and went quietly. I probably would have not posted anything but something said at this past retreat prompted me to reconsider.  In the past six years, at each retreat, I have had the pleasure to work and play so many different nationalities and backgrounds. Some are married. Some are single. Some are male; some...

14956
1
thumbnail
Jonathan Lundy | 18 Apr 2017

Hey! My name is Jonni and I'm a UI intern on the WeDeploy team. I joined back in November and wanted to share a couple things from my first three months at Liferay.                               I have no coding background. Before my...

18671
0
thumbnail
Neil Jin | 09 Jan 2017

原文作者:David H Nebinger 原文地址:https://web.liferay.com/web/user.26526/blog/-/blogs/osgi-module-dependencies 如有問題,歡迎在原文下面討論,也歡迎在這裡留言。   假設在Liferay DXP平臺上開發module的時候,遇見了需要運行環境(runtime)的依賴的時候,該怎麼辦? 在這片簡短的文章中,我會介紹幾種方法... 假設你有一個module需要iText(和iText的依賴)作為依賴。這其實和module本身的功能關係不是很大,但是你現在有這個依賴,需要一種方法來使用它。   方法 1 - 放在全域(global)目錄下   ...

19660
0
thumbnail
Neil Jin | 17 Dec 2016

本文在于讨论如何在Liferay DXP(Liferay 7)中使用公共参数(public render parameter)支持IPC。 关键点:     在6.2以前的,我们需要在portlet.xml中声明公共参数,但是在OSGi时代,我们需要在Component中进行声明:      "javax.portlet.supported-public-render-parameter=message"      其中“message”是公共参数的名称。      声明之后,就可以像使用普通render parameter一样使用这个参数了。    ...

21103
0
thumbnail
Neil Jin | 13 Dec 2016

This is the way how to make IPC through public render parameter in Liferay DXP(Lfieray 7). Key point:      You need to add a supported render parameter in all portlet's Component Annotation.      "javax.portlet.supported-public-render-parameter=message"      The "message" is the public render parameter name.  ...

24420
2
thumbnail
Gregory Amerson | 13 Dec 2016

Hello all, First off I wanted to let everyone know that we have released a new milestone for Liferay IDE 3.1 You can install it into your Eclipse using below updatesite below: http://releases.liferay.com/tools/ide/latest/milestone/ For full list of download see this page. Code Upgrade Tool Its been awhile since we have released a new update to Liferay IDE, but it...

40186
3
thumbnail
Olaf Kock | 12 Dec 2016

Once again: Devcon is over (actually, for quite a while now) and it's time to look back. If only because the Recap site is public. You can now watch the video recordings of presentations that you've missed, download slides and go through everything again. Just like last year, we've started with the Unconference on Monday (day 0). Also, like last year, the Unconference was...

34182
0
thumbnail
Eduardo P. Garcia | 06 Dec 2016

One more year, it's been great to meet many of you at our events. This time I dedicated one of my workshops to the migration of 6.2 plugin projects to Liferay 7.0. I knew that some of you had already started planning this migration and you would find it helpful, so thanks for the good feedback. And thank you even more for all your questions, as they help us know what your concerns...

36619
5
thumbnail
James Hinkey | 29 Nov 2016

Whether you're new to developing on Liferay DXP Digital Enterprise 7.0 and Liferay Portal CE 7.0 or you've developed on previous versions of Liferay Portal, the latest additions and improvements to Liferay's reference docs are for you. New additions and improvements: Reference docs for DXP Digital Enterprise, DXP apps, and CE apps Improved Javadoc organization and...

21170
0
thumbnail
Adrian Johnson | 30 Nov 2016

It isn’t possible to read a news article or open a newspaper without reading about Digital Transformation. From consultants and software vendors to infrastructure providers and analysts everyone is talking about digital transformation and how it can improve customer experience, increase revenue streams and improve operations. So what defines digital transformation? ...

20387
1
thumbnail
David Truong | 19 Oct 2016

I mentioned last time in The State of Maven Development, that we were missing a few items for our Maven users. Well I have good news... You can now build themes in Maven! In pom.xml: <build> <plugins> <plugin> <artifactid>maven-dependency-plugin</artifactid> <executions> ...

38722
1
thumbnail
Christine Reyes | 28 Sep 2016

Welcome to the Liferay Symposium North America 2016 Live Blog! If you've never followed one of these live blogs before, the content runs in reverse chronological order so that people following live can just refresh the page and see the latest on top. Presentation slides will be available in about two weeks (as of 9/27/16). Check www.liferay.com/northamerica2016 (Looking for...

27292
0
thumbnail
Cristina Gonzalez | 26 Sep 2016

Define Websocket Server Endpoints using Liferay Websocket Whiteboard JSR 356 is the Java API for Websocket. It defines the standard way to create Websocket client and server endpoits in Java. In this blog we are going to describe how you can register websocket server endpoints in a OSGi container using Liferay Websocket Whiteboard.  What is...

31021
20
thumbnail
Christine Reyes | 28 Sep 2016

Welcome to the Liferay Symposium North America 2016 Live Blog! If you've never followed one of these live blogs before, the content runs in reverse chronological order so that people following live can just refresh the page and see the latest on top. ___ 5:00 pm That's it for today! Tuesday's live blogging starts here at 9:00 am. 4:30 pm - The Customer Lifecycle...

23800
2
thumbnail
Antonio Pol | 20 Sep 2016

As many of you know, a while ago we presented AlloyEditor as the result of our quest for a delightful and productive editing experience. Alloy Editor was included by default as the rich editor in Liferay 7 (Yay!)   While we stand by it, our search for simplicity has inadvertently complicated some previously trivial tasks such as adding an alt attribute to an image. You...

37280
1
thumbnail
Nate Cavanaugh | 12 Sep 2016

It’s been awhile since I’ve had a chance to clarify both our current status as well as our future direction, so I wanted to do that here. This blog post will be mainly a high level overview of what's new and different in Liferay 7, but over the coming weeks, different folks from our team will publish blog posts going into detail about the different areas regarding Liferay's...

62916
5
thumbnail
Melanie Chung | 03 Sep 2016

Headed to Chicago for Liferay Symposium this year? If you’re short on time and need a handy guide to help you decide where to visit, here’s a list of must-see places:  1. Millennium Park Otherwise known as the “green heart” of urban Chicago, Millennium Park is a popular recreational area, often hosting a variety of special events, performances, and festivals, while...

23833
0
thumbnail
Neil Griffin | 07 Sep 2016

On August 29, 2016 Liferay released a new version of Liferay Faces based on the new Liferay Faces Version Scheme. Because of our efforts towards greater modularity, many of the Liferay Faces artifacts now have independent release schedules. This new release includes support for JSF in Liferay Portal 7.0 / DXP as well as updated support for Liferay Portal 6.2. Downloads The...

53552
6
thumbnail
Angela Wu | 02 Sep 2016

Build Your Agenda: Tools for Digital Business Enhance your conference experience by customizing your agenda. Browse 50+ sessions to explore Liferay tools for digital business, get firsthand knowledge on the latest features and best practices, and deep dive into personalizing customer experiences. Hear from our amazing community of industry experts, key...

23231
0