简体   繁体   English

Liferay的网页设计

[英]Web design with Liferay

I am conversant with Java EE web development but new to liferay and portals. 我熟悉Java EE Web开发,但对liferay和门户网站来说是新手。 I humbly request some guidance on how to develop webapps using liferay. 我谦虚地请求关于如何使用liferay开发webapps的一些指导。 My confusion stems from: 我的困惑源于:

  1. Is Liferay a CMS or a container? Liferay是CMS还是容器?
  2. How do you deploy webapps (NOT portlets)? 你如何部署webapps(不是portlet)? Can you have localhost:8080/WebAppName...? 你有localhost:8080 / WebAppName ......?
  3. Can the portal be fully customized to have a 'normal' website look (without the large buttons and 'Swing' look? 门户网站是否可以完全自定义以具有“正常”网站外观(没有大按钮和'Swing'外观?

Please point me in the right direction of any resources showing the steps of developing and deploying a full website using Liferay. 请指出任何资源的正确方向,显示使用Liferay开发和部署完整网站的步骤。

Liferay provides a portlet runtime. Liferay提供了一个portlet运行时。 It comes bundled with tomcat for convenience, although it could be deployed to other servlet/Java EE containers. 它为了方便而与tomcat捆绑在一起,尽管它可以部署到其他servlet / Java EE容器中。 It provides portlets out of the box that mean it can be used as a CMS, although other products may be better if that is what you are after. 它提供开箱即用的portlet,这意味着它可以用作CMS,尽管如果你正在追求的话,其他产品可能会更好。 It is possible to theme the applications it runs. 可以对其运行的应用程序进行主题化。 Whilst you could deploy other wars to the container, you may want to ask yourself why. 虽然您可以将其他战争部署到容器中,但您可能想问问自己为什么。

Its been a couple of years since Ive used it, and I always felt the documentation was patchy. 自从我使用它已经过了几年,我总觉得文档不完整。 You may need to just download it and play (or roll the dice on a few web tutorials). 您可能只需要下载并播放(或在几个网络教程上掷骰子)。 You'll probably end up in the code. 你可能最终会进入代码。 We ended up changing some core code. 我们最终改变了一些核心代码。

Good luck! 祝好运!

I would suggest the much improved documentation starting here: 我会建议从这里开始改进的文档:

http://www.liferay.com/documentation/liferay-portal/6.1/development http://www.liferay.com/documentation/liferay-portal/6.1/development

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM