by XTIVIA | May 12, 2015 | Applications, Blog, Enterprise Infrastructure, Portals
This blog post explains using HTTP to remotely get and add documents to Liferay’s Document and Media Library. Since documents may require authentication for access, this post explains how to use basic authentication to achieve that. It will also cover...
by Matt Wolinski | Mar 5, 2015 | Blog, Enterprise Infrastructure, Portals
The MongoDB can be used to store large files easily. In fact, it has quite a few advantages over a traditional filesystem. Mongo has no problems storing millions of files. You can access the files from any machine easily. Plus you can do advanced queries to locate...
by Vamshidhar Srikantapuram | May 5, 2014 | Blog, Portals
Overview Liferay is at the forefront of providing integration with many popular platforms for Documents and Media. One of the options provided by Liferay out-of-the-box is integration with S3. S3 is a service provided by Amazon. Amazon S3 (Simple Storage Service) is...
by Keith O'Connell | Apr 23, 2014 | Blog, Portals
Introduction Liferay’s out-of-the-box packaging provides a set of ready-made “bundles” which include a functional application server configured to work with the Liferay application. While these “bundles” do make it convenient for an individual to quickly start up a...
by Keith O'Connell | Apr 20, 2014 | Blog, Portals
One of the most common questions we encounter when starting up a new Liferay project is: “Which Liferay bundle should I use for installation?” Our response is often not what clients are expecting to hear; in most cases, we do not recommend that you use any...
by Omar Yimaier | Apr 19, 2014 | Blog, Portals
Liferay Dynamic Data List is a powerful tool to create simple CRUD applications without writing any code. But it is not powerful enough to create a real dynamic application, because simple CRUD actions do not contain business logic. For example, if we want to...