I am trying to test my liferay portlet plugin code using JUNIT and Mockito. Currently I am mocking the service implementations to return mock data and test the functionalities.
I have a glassfish server built with company default script. Then I have Liferay installed upon it. Liferay uses some predefined database to store the content on the pages it shows. It is a company sh
I need to figure out a way to share domain objects between a grails installation and non-grails installation.
I have a theme.war file, which I\'ve placed in the server/tomcat/tomcat6/webappsof liferay folder. When I start the tomcat server this war files create a theme folder. Now to deploy it what sho开发者_
I\'m developing a GWT application which will be linked with LifeRay portal just as a link. What I want to get from LifeRay is a user and roles management (from LifeRay) so user logged in LifeRay and t
We are in the phase of evaluating some of the frameworks for portlet development. As of now I know of below 3 options. I would like to know your experie开发者_Python百科nces with them and others
I am new to liferay. I want to personalize the web content based on the user profile and also I want to specify personalization rules which decides his content. Based on the user action I want to spec
We have a new requirement driven by user interface team to go with portal solution for our user interface with portlets just like iGoogle. Our enterprise architecture team is recommending Portal techn
I\'d like to have a consis开发者_Python百科tent layout every time I deploy my WAR, and currently, I need to manually move and add portlets to get the layout I need. Is there a way I can anagrammatical
I\'ve made a Vaadin table which contains (apart from Strings) a button (with a link style and description) and it works great.