Risk-Free trial

Blog

This blog is intended for software system engineers, architects and managers or people generally interested in development, testing and integration of software systems. It is part of profiq’s community effort that has the objective of sharing knowledge and ideas about software system integration, testing and development. In addition to this technical content, we share updates about life at profiq.

Tags

Running ExtJS App as a Liferay Portlet: Part 2

How to create Liferay portlet with ExtJS app in it Introduction  Hello, In this blog post, I would like to show you the next steps for running JavaScript apps (based on ExtJS framework) in a Liferay Portal. In my previous blog post, Running ExtJS App as a Liferay Portlet: Part 1, I showed you how to modify an ExtJS App to run in specific page element. In this blog post, I’ll show you what you need to do on Liferay’s side to prepare environment to integrate ExtJS apps, and finally,…

extjs liferay sencha

Running ExtJS app as a Liferay portlet: Part 1

Rendering ExtJS app in a specific page element Introduction Hello, My name is Jiří Znoj and I am working as a Software Engineer at profiq, an agile software development company. I, as a part of the team “Tech Research”, investigate various technologies for potential customers and for our purposes - to use the best technologies for our cause. Nowadays web apps are built by a combination of technologies. There are many frameworks that you can combine to build excellent and powerful web systems. Lately, I've been exploring Liferay, a Java-based…

liferay portal sencha system engineering

How to run Liferay with EnterpriseDB’s PPAS as WCM

In case you are evaluating a database for your project(s), you might come across an EnterpriseDB's Postgres Plus Advanced Server (PPAS). This database is part of an EnterpriseDB (EDB) offering, which is a company providing optimizations, support, performance and security additions and tools (such as Oracle compatibility) for Postgres SQL database. Lately I had a need to use a database for my Liferay portal other than the one that is bundled within Liferay installation, so I have picked up EnterpriseDB's PPAS. (more…)

enterprisedb liferay portal ppas

Liferay multi-tenant topology using Portal Instances with Amazon S3

Liferay supports multi-tenant configurations via multiple portal instances in a single web container. What is the Portal instance? It is a Liferay's feature which allows you to have two or more separated user spaces under one physical installation. It simplifies the deployment and administration. Liferay also provides a Properties Override capability to override default properties file so each Portal Instance can have it's own properties file. As you might know, settings for Documents and Media are put in properties file. In this article we will look at options to setup multi-tenant…

amazon liferay portal

Document versioning in Liferay and Amazon S3

Liferay Portal is an enterprise collaboration platform with document management system. It supports multiple users to have access to the same files. Making a mistake, while editing a file represents a risk for all the users. What if someone deletes an important part of a text? Is it definitely lost? No, it isn't. We can rely on Document Pros versioning system to address this concern. But, what if you use an external system as your document management repository (such as Amazon S3) that provides an own versioning capability too? Which…

amazon liferay portal

How to reuse existing Amazon S3 structure in Liferay

I described the way how to migrate data from Liferay out to Amazon S3 in a previous article. This article is about the opposite case. Are you using file storage solution with Amazon S3 and want to import documents to Liferay? Is it possible to move existing files and folders from Amazon S3 to Liferay Portal? Yes, it is! (more…)

amazon liferay portal

Use cases for Liferay integration with Amazon S3

We have been exploring capabilities of integrating Liferay with Amazon's S3 storage service set for documents library repository. In one of our previous article we have introduced the purpose of integrating Liferay with Amazon S3 and provided basic information on how to setup those 2 systems to talk to each other. Liferay's introduction on document management discusses some of the common business use cases and I thought I could elaborate on those in more details with regards to Liferay's use of Amazon S3 services. In below article I'll try to describe…

amazon liferay portal testing

Setup Amazon S3 to Liferay with data migration

We slightly introduced Amazon S3 and its basic integration with a clean Liferay installation in a previous article. What should you do, if you have already uploaded files in Liferay and you want to move them from local storage to Amazon S3? Files that are uploaded to Liferay's local storage will become inaccessible, if you just perform the steps described in the previous article. That's because the procedure configures Liferay to use Amazon S3 instead of its local storage without moving files that were originally uploaded to the local storage.…

amazon liferay portal

Introducing Liferay and Amazon S3

As cloud computing is a popular buzz word these days, I thought about setting up Liferay with cloud storage services such as Amazon S3. Liferay has built-in capability to integrate with Amazon S3 for some time, I'm providing a particular example how to get it running quickly so anyone can explore it's capabilities. (more…)

amazon liferay portal

Notes on OpenDJ integration with Liferay

Liferay is a popular open source portal solution written in J2EE technology. It features abundance of portlets and plug-ins, as well as many integration options for popular access management and identity solutions. Unfortunately, OpenDJ is not found anywhere in the official (or extra official) documentation. No need to worry as the set-up is more or less trouble-free. (more…)

idm j2ee java ldap liferay opendj