My Linux Stuff - Complete Blog For Linux Articles

My Linux Stuff - Complete Blog For Linux Articles

A Website For Complete Linux OS,Step by Step linux Installtion, Linux Tips and Tricks and Linux Stuff and so on... Connect and sharing here....

Subscribe Now!

Enter your email address:

Tuesday, April 3, 2012

Polaris Off campus

...

Liferay Exapmle Websites

http://search-ebooks.eu/l/lifera...

Security System in Liferay

false EN-US X-NONE X-NONE Here’s a brief outline of how you can use your own security system in Liferay.• Create your own PermissionChecker class that extends Liferay’s PermissionChecker class.• Register this new class in portal.properties (or portal-ext.properties for the EXT environment) under the permissions.checker property.• Override the hasUserPermission(…) method and the hasGuestPermission(…) method with yourown calls to your permission...

IFrame in Liferay

false EN-US X-NONE X-NONE IFrame Control in Liferay1. This portlet is defined in /portal-web/docroot/WEB-INF/portlet.xml.<portlet><portlet-name>48</portlet-name><display-name>IFrame</display-name><portlet-class>com.liferay.portlet.IFramePortlet</portlet-class><expiration-cache>0</expiration-cache><supports><mime-type>text/html</mime-type><portlet-mode>edit</portlet-mode></supports><resource-bundle>com.liferay.portlet.StrutsResourceBundle</resource-bundle><portlet-preferences><preference><name>src</name><value>http://www.gfa.org</value></preference><preference><name>auth</name><value>false</value></preference><preference><name>auth-type</name><value>basic</value></preference><preference><name>form-method</name><value>post</value></preference><preference><name>user-name</name><value></value></preference><preference><name>password</name><value></value></preference><preference><name>hidden-variables</name><value>var1=hello;var2=world</value></preference></portlet-preferences><security-role-ref><role-name>Power...

Calendar in Liferay

false EN-US X-NONE X-NONE Calendar Control in Liferay1. This portlet is defined in /portal-web/docroot/WEB-INF/portlet.xml.<portlet><portlet-name>8</portlet-name><display-name>Calendar</display-name><portlet-class>com.liferay.portlet.JSPPortlet</portlet-class><init-param><name>view-jsp</name><value>/portlet/calendar/view.jsp</value></init-param><expiration-cache>0</expiration-cache><supports><mime-type>text/html</mime-type></supports><resource-bundle>com.liferay.portlet.StrutsResourceBundle</resource-bundle><security-role-ref><role-name>Power...

Code Conventions in Liferay

We are proud and passionate about super clean code. Wrap lines at 80 spaces and use real tabs equivalent to 4spaces. Follow the Java Code Conventions and readThe Elements of Java Style. And ABOVE all else, follow thprecedence of the rest of the co...

Liferay with Groovy

Liferay with rubyLiferay with PHPLiferay with GroovyWe can create Groovy, Ruby or PHP portlets and use them with Liferay Liferay plugins repository has several examples of th...

Liferay supports Web Services

Title:  Web services in Liferay• JSON• Hessian• Burlap• REST*RMI• Spring HTTP• WSRP• Web...

Performance in Liferay

Multi-tier clustering at any combination of multiple tiers(presentation, service, business logic, and  database)Advanced CachingPage CachingLoad Balancing Session ReplicationDistributed CacheStatic Content ExportLiferay Portal has been deployed to Amazon EC2 which uses virtualization and cloud computing technologies to scale dynamically to geographically specific areas of dema...

Security in Liferay

Liferay Portal uses industry standard, governmentgrade encryption technologies including advanced algorithms such as DES, MD5 and RSA. Liferay was benchmarked as among the most secure portal platforms using LogicLibrary's Logiscan suite. ·         Pluggable Authentication  Email VerificationGranular PermissioningLDAP Authentication Session Managem...

Liferay Examples

Title : Normal 0 false false false EN-US X-NONE X-NONE ...

Service Builder in Liferay

false EN-US X-NONE X-NONE ·         Liferay has very good service builder utility. We can specify our domain model in a service.xml file and run an ant task. The utility will create Java files, Hibernate files,and service classes Service Builder is a RAD tool, we may choose to use our own service framework and layer inst...

Creating an extension environment in Liferay

Title : How to Create a extension environment in Liferay *An extension environment can be created from Liferay portal source• The ext environment gives us complete control over the way the system behaves with ways to reconfigure default Liferay behavior• release.adave.properties• app.server.adave.properties• ant clean start build-ext (takes 7-8 mins)• ant clean deploy (takes 1-2 mins)• Configure root.xml on tomcat to connect to database• Run the app...

Using the plugins sdk in liferay

·         Plugins sdk can be used to create portlets and themes and deploy them to the Liferay portal·         Easiest and fastest way to start building the enterprise portal application·         Plugins  are hot deployed to tomcat ··          Plugins are fully JSR compliant and plugins developed outside sdk can also be used*ant -Dportlet.name="hello-world" -Dportlet.display.name="Hello...

Why use Liferay

 Need a portal based applicationNeed rapid development and / or prototyping (Well, most projects do !)Need collaboration e-commerce,  internationalizat...

Related Posts Plugin for WordPress, Blogger...