liferay vs drupal

Learn about liferay vs drupal, we have the largest and most updated liferay vs drupal information on alibabacloud.com

Folks, say Drupal.

Let's talk about Drupal. Quoted Baidu Encyclopedia, Drupal is an open source content management System (CMS) platform, it is written in PHP. It is primarily used to construct dynamic Web sites that provide a variety of functions and services, including user management (Useradministration), publishing workflows (publishing Workflow), discussions, news aggregation (newsaggregation), metadata ( Metadata) Opera

SEO Features of Drupal website

Drupal not only in the content management has the powerful function, in Search engine optimization (SEO) aspect also has the formidable function, through the Drupal backstage can realize to be advantageous to the SEO function, simultaneously, also may let the website administrator not need the programming knowledge the circumstance also to be able to operate, Here is a list of the more common basic features

Mini-Drupal Database backup and a large site MySQL backup strategy tutorial

Small and medium site simple backup policy The small and Medium line Web site based on Drupal, we can use the Backup_migrate module, which provides the function of regular backups, the time of backup, how many backups to keep, and so on, Once you've set it up, you can backup successfully by performing Cron regularly. The General Drupal Station, we only need to use SVN can, on the server side, we put back

Aicache Accelerated Performance test report in Drupal environment

Aicache Accelerated Performance test report in Drupal environment--620 times times faster request Wang Lifei from "Aicache Drupa performance Testing" The following stress tests are performed with the Apache Bench tool for existing Drupal installations. The results are more drupal than for installing and not installing Aicache WEB application Accelerator. Configu

The principle of process file system and stream wrapper in Drupal

After Drupal7 and PHP (and not knowing that version), there is one more concept: stream, which is mainly used to represent file flow. BTW, back to the concept of stream, this should be very early in Java and C # and other OOP language already exist, PHP is simply encapsulated file/file_get_content functions, easy to use, so Phper are less concerned with the stream and the entire underlying operation. When we use a complete framework (e.g., Drupal fram

Request in Liferay

In Liferay the request is divided into renderrequest and actionrequest the two kinds of requests, Portletrequest subclass has three 1renderRequest, 2eventrequest3clientdatarequest. Is there no actionrequest? , not the Actionrequest inherited is clientdatarequest this interface.The scope of Actionrequest is the portlet during the action processing phase, at which point the portlet does not know what it is going to display or how to display it.The scope

Liferay uses CAS single-point logon Technology

There are many ways to implement Single-point login (SSO). Here we use cas, which is also the method adopted in liferay. As for what cas is and how single-point login is implemented, I will not explain it here (read the article I have reproduced). I will explain the implementation method step by step, I don't need to talk about anything more. Step 1: Create a certificate Keytool-genkey-alias tomcat-keystore c: \ mykeystore-dname "cn = xyb, ou = localh

How to add Java code to the Liferay Custom JSP fragment Project

Please attach the original link of the great GodAdding Dependencies to JSP Fragment BundlesIn the process of developing liferay, we often use the module fragment to modify the original JSP page Liferay, while modifying the original page, we also want to add their own logic, coupled with some Java code, how to do it?Take a pit first, fill it later, enclose the code address https://github.com/JoyeLuo/jsp-frag

Performance Tuning in Liferay

Liferay The default is not to turn on tuning parameters, so run slower, we can open some parameters to achieve better performance: Today I did the following configuration: (1) The following parameters are configured in the $liferay_home/portal-ext.properties: Last.modified.check=false Theme.css.fast.load=true Javascript.fast.load=true (2) We've disable all the filters in the $liferay_home/ (3) We disable all the infrequently used portlets in

Liferay cluster upload photos on one node another node could not see the solution of the problem

,\ Meta-inf/ext-hbm.xml In each node, copy the Portal-hbm-new.xml from the attachment to/root/web-inf/classes/meta-inf/folder. Reason for this solution: When we add "Basic Document" to created folder in Control Panel, the Liferay system'll do the following tasks: You can read my article http://supercharles888.blog.51cto.com/609344/921761 for the very detailed analysis process. A. Add a entry in "dlfileentry" table to stand for the

Study on the minifierfilter of Liferay

As we all know, in the Web application, in order to save network overhead, often a number of small JS files into a large JS file, bar a number of small CSS files into a large JS file, so that the original N small file request can be merged into a single network request. The most typical tool for doing this is the famous yui-compressor. In fact, in the Liferay, we in order to achieve the purpose of merging Css,js, with a different approach to yui-comp

Detailed tutorial on using Drupal7 with Varnish and integrating the drupal module

Preparing the Environment First install a new Drupal, recommend the use of Drush installation, convenient and rapid. First build a database, remember the user and password. # # #进入mysqlMysql-uroot-pCREATE DATABASE ' mydb ' CHARACTER SET UTF8 COLLATE utf8_general_ci;GRANT all in ' mydb '. * to ' username ' @localhost identified by ' password ';### #退出mysql drush installation Drupal7: Drush DL drupal-7.x; #-

The combination of Drupal and micro-letters

the opening of the micro-letter Interface The micro-letter opened its nine-port service number at the end of last year, allowing some of its functions to be used by third parties outside of the micro-mail app, thus greatly increasing the likelihood of the extension of the micro-credit function. The micro-letter itself has a background, but very simple, if you want to achieve more complex functions, you need custom development, when the interface opened, Dru

Drupal 7.23 Version Upgrade notes

Reprint Please specify source: http://blog.csdn.net/panjunbiao/article/details/9860849 Today will try to upgrade the Drupal website from 7.22 to 7.23, below is the upgrade note. 1. Set the site to Maintenance mode (in configuration-development) 2. Back up the MySQL database Mysqldump-uroot-p drupaldb > Drupaldb-20130809-1450.sql 3. Download the new Drupal kernel and unzip it CD ~ wget http://ftp.drupal.o

Initial liferay Analysis

Document directory 1. Determine whether the user has logged on to liferay. The corresponding model user _ 2. Load the static resource file barebone. jsp, everything. jsp 3. i18n 1. Determine whether the user has logged on to liferay. The corresponding model user _ User user = portalutil.Getuser(Request );2. Load the static resource file barebone. jsp, everything. jsp When loading JS files,

Research on UrlRewriteFilter in Liferay

Introduction: You may not be familiar with UrlRewriteFilter. Especially those who have done SEO (Search Engine Optimization) know that it will rewrite a url to another URL. Why? Because the search engine looks at dynamic URLs very uncomfortable. What is dynamic URLs? Associate queryParameter, associate parameters with such URLs, suchHttp: // 1.2.3.4: 3333/badurltest? A = 1 B = 2 c = 3This url. We will change it to a static url after rewriting, suchHttp: // 1.2.3.4: 3333/badurltest_1_2_3.htmlI

On the Liferay-based platform, the portlet loads

Introduction: The project team asked me if A Portlet has multiple modes, for example, a previously developed portlet has both the view mode and the config mode), and the front-end uses the extjs mvc Architecture, and the main file is main. js, the main. js is defined in liferay-portlet.xml with the following 650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131228/11140J4b-0.png "title =" 31.png" alt = "091752436.png"/> So it is imp

How to get the ID and Portletid of an instance in Liferay

In the portlet, the request is divided into two types of Renderrequet and actionrequest and the portlet needs to get the instance ID when it is renderrequest to be taken, the following examplePortletpreferences preferences = Renderrequest.getpreferences (); String Portletresource = paramutil.getstring (Request, "Portletresource"), if (Validator.isnotnull (Portletresource)) { Preferences = Portletpreferencesfactoryutil.getportletsetup (request, Portletresource);} Where Portletresource is the ID o

Permissions control on the page in Liferay

In Liferay, if we want to have permission control on the page, such as if only the user with the specified permission can see something, we can use the Liferay predefined user object to get the permissions that the object has, and then control the display of the page. In order to use the user object on the Liferay page, we must join the tag library: We can th

Liferay How to add multiple portlets in a page implementation

By default, a portlet can have only one page, and if you need more than one portlet on a page, you need to instantiate the portlet. After instantiation, Liferay assigns to each instantiated portlet a instance ID to differentiate the same functionality. The instance IDs of multiple identical portlets in a page are different, and the same portlet's instance ID is not the same for different pages. This makes it possible to develop implementations with th

Total Pages: 15 1 .... 6 7 8 9 10 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.