Liferay 个性化规则
我是 liferay 的新手。我想根据用户配置文件个性化网页内容,并且我想指定决定其内容的个性化规则。根据用户操作,我想指定他正在导航的下一页的内容。正如 Liferay 文档所说,它支持个性化。我如何配置此类个性化规则?我是否需要额外的插件?
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 specify the contents for the next page he is navigating. As the Liferay doc says it supports personalization. How can I configure such personalization rules and do I need extra plugins for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
布局模板调整和/或逻辑的组合portlet 是最常用的方法——可以组合。
A combination of layout template tweaking and/or logic in portlets are the most used approaches - can be combined.
Liferay 对个性化的定义与您不同。 Liferay 实现的个性化用例更适合于在用户访问网站“n”次时显示“内容 A”。我见过的 wiki 条目更倾向于“自定义”(在屏幕的定义区域内移动 portlet),而不是“个性化”(向用户提供内容并允许他们根据某些配置文件属性集采取操作) )。
我已经在 Liferay 中构建了成熟的个性化引擎,这是一项重大的工作。创建个性化通常涉及的不仅仅是 Liferay 插件,但我认为这是可行的。如果您有兴趣了解如何实现您的用例,那么您可以在 Xtivia 网站上观看我的个性化网络研讨会,我将在其中讨论如何准确实现您想要的目标。
http://www.xtivia.com/liferay-personalization-using-user-collections
Liferay defines personalization differently than you do. The use case Liferay has implemented for Personalization is geared more towards display 'content A' if the user has been to the site 'n' number of times. The wiki entries I've seen are more geared toward "Customization" (moving portlets around in a defined area of the screen) moreso than "Personalization" (delivering content to a user and allowing them to take action based on some set of profile attributes).
I have built full blown personalization engine into Liferay and it's a significant effort. Creating personalization would typically involve a lot more than a Liferay plugin, but I suppose it is doable. If you're interested in learning how you can achieve your use case, then you can check out my Personalization webinar on the Xtivia site where I talk about how to achieve exactly what you're looking for.
http://www.xtivia.com/liferay-personalization-using-user-collections
HTH