by XTIVIA | Jan 12, 2015 | Blog, Enterprise Infrastructure, Portals
Before we dive immediately to the code, I just want to point a subtle difference in the example code that Ionic has here. I am using ng-init to call the initialize method rather than having it in the controller. I also declared the initialize function in the scope....
by Chetan Chadalavada | Jan 9, 2015 | Blog, Enterprise Infrastructure, Enterprise Java, Portals
Before you read this article, you need to have some basic understanding on how SAML, SingleSignOn (SSO) and SingleLogout (SLO) works. Follow this article on how SAML 2.0 is configured with Liferay, and this article on how SAML 2.0 SingleLogout works. Everyone is...
by XTIVIA | Dec 16, 2014 | Blog, Enterprise Java, Portals
Introduction A picture is worth a thousand words! This popular adage refers to the notion that a complex idea or dataset can be conveyed with just a single image. It has been observed that people relate to images quicker than just looking at tabular data. Effective...
by Anindya Bagchi | Aug 6, 2014 | Blog, Portals
Liferay Social Office brings many different capabilities to your enterprise. In this posting, we’ll give you a background on the Social Office components, discuss how notifications involve the user, and show you how to extend the notification capability. Social...
by XTIVIA | Aug 1, 2014 | Blog, Enterprise Infrastructure, Portals
JConsole is a monitoring tool which comes with JDK, and complies to the Java Management Extensions (JMX) specification. JConsole uses the extensive instrumentation of the JVM to provide information about the performance and resource consumption of applications running...
by XTIVIA | Jul 31, 2014 | Blog, Enterprise Infrastructure, Portals
Here’s the situation – you want your Google Search Appliance (GSA) to crawl a website that either requires or sets cookies. After you crawl the site using GSA, when you go to the cached version of the page on GSA, you see an error message that says...
by XTIVIA | Jul 30, 2014 | Blog, Enterprise Infrastructure, Portals
IBM WebSphere AppServer (WAS) is a true enterprise-class server which is used to service a wide variety of applications. WAS is a robust, scalable application server which provides a plethora of options; however, some of the options can be downright confusing. ...
by XTIVIA | Jul 30, 2014 | Blog, Enterprise Infrastructure, Portals
We recently came across an issue in a client’s environment where they were leveraging Google Search Appliance for search. The client was trying to filter documents by last updated date and filtering documents by document dates was not working at all. GSA provides a...
by Matt Wolinski | Jul 30, 2014 | Blog, Portals
I recently came across a unique issue with a client. I was working on some performance optimizations due to latency on page load. I found an interesting issue around caching and this inspired my blog. Without giving any specific details, the client...
by XTIVIA | Jul 29, 2014 | Blog, Enterprise Infrastructure, Portals
The issue We saw an issue recently where the database connector for Google Search Appliance (GSA) wasn’t indexing all the records in the database table. Using GSA database connector, we were trying to index a database view that had about 200,000 rows. Checking...