E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
liferay
liferay
-ui:search-container 标签的使用
参考:http://
liferay
trends.blogspot.com/2013/01/tabs-with-search-container-in-
liferay
.html  
go372900589
·
2014-08-28 15:00
liferay
Liferay
:JSR Portlet Security(权限)
转自:http://blog.csdn.net/hantiannan/article/details/6741917 JSR-286 (and JSR-168) 怎样定义权限的呢? JSR-286 (and JSR-168) 规约中要求在portlet.xml里面定义。比如以blog为例。 <portlet> <portlet-name>33</port
coffeehot
·
2014-08-25 09:00
Security
Liferay
:JSR Portlet Security(权限)
转自:http://blog.csdn.net/hantiannan/article/details/6741992 要在自己的portlet中客户化定义
Liferay
的权限的话,需要做四步工作。
coffeehot
·
2014-08-25 09:00
Security
Liferay
6.1开发学习:基于注解的SpringMVC portlet开发
转自: http://www.huqiwen.com/2013/01/10/
liferay
-6-1-development-study-17-springmvc-portlet/ SpringMVC
coffeehot
·
2014-08-21 10:00
springMVC
Liferay
Portlet 中 ActionRequest 和 RenderRequest 的解释
新手刚开始学
liferay
,各种迷茫啊!
u013652219
·
2014-08-04 19:00
request
Liferay
的service builde的使用及常见错误
继续学习
liferay
,今天在
liferay
开发学习 中按照过程学习的如何使用servicebuilder, 里面的介绍很详细。
u013652219
·
2014-08-04 11:00
service
builder
Liferay
配置安装全过程
Liferay
的介绍功能可以自行搜查,感觉
liferay
框架挺强大的,在管理个人站点,发布信息上面。以前按照学长给的文档一步步的配置过一个旧版本的试用32位的
Liferay
框架。
u013652219
·
2014-07-31 12:00
配置
liferay
liferay
高级查询 (1)
pointExchangeLocalServiceImpl.java加入的代码 /** *积分管理中的查询方法 * *@paramsearchTerms *@paramcompanyId *@paramgroupId *@paramstart *@paramend *@return *@throwsSystemException */ //查询Point
songloveyou
·
2014-07-25 10:51
查询
liferay
高级
liferay
高级查询 (1)
pointExchangeLocalServiceImpl.java加入的代码 /** *积分管理中的查询方法 * *@paramsearchTerms *@paramcompanyId *@paramgroupId *@paramstart *@paramend *@return *@throwsSystemException */ //查询Point
songloveyou
·
2014-07-25 10:47
查询
liferay
高级
liferay
通过ldap同步用户([用户组])设置(二)
转自:http://blog.sina.com.cn/s/blog_472b9eb20100ni26.html Import&Exportimport(
liferay
4.2后可用):
liferay
能够周期性检查
xyy511
·
2014-07-23 09:00
liferay
通过ldap同步用户([用户组])设置(一)
转自:http://blog.sina.com.cn/s/blog_472b9eb20100ni25.html 连接设置: ldap.base.provider.url=ldap://192.168.94.128:19389 ldap.base.dn=dc=localdomain ldap.security.principal=cn=dirman ldap.security.credent
xyy511
·
2014-07-23 09:00
liferay
里如何让用户名支持中文
liferay
里默认是不支持中文的,也没有什么办法通过修改配置达到支持中文的目的,原因是它需要根据用户的screenname即昵称来生成friend url,个人主页等,所以故意不支持,但对于中文项目,
theoffspring
·
2014-07-20 22:00
liferay
liferay
整理(留着备用)
Liferay
6.1开发学习(二十):Dynamic Query高级查询在上一篇的博客《
Liferay
6.1开发学习(十九):
Liferay
ServiceBuilder之自定义查询》之中介绍了一部分简单的
IT小香猪
·
2014-07-17 15:00
liferay
liferay
springmvc portlet 基于注解 传参策略
一、前端写法
Liferay
SpringPortletMVC Thetimeontheserveris${serverTime}.
锋叔子
·
2014-07-14 17:00
传参
portlet
SpirngMvc
liferay
里的日志管理
用
liferay
开发项目经常遇到的一个问题就是日志如何输出,在哪输出?
theoffspring
·
2014-07-13 23:00
liferay
liferay
里页面迁移的几种办法
阅读更多调用portlet的后台方法示例:name里的值必须在后台portlet里个方法叫addProduct在同一个portlet里的页面迁移:必须有个参数叫jspPage,写上要去的页面完整路径,其他参数名字任意,数量任意如果在portlet里直接重定向:actionResponse.sendRedirect("/index");//只有ActionResponse才能调用这个方法,作用类似于
theoffspring
·
2014-06-30 14:00
liferay
liferay
里页面迁移的几种办法
调用portlet的后台方法示例:name里的值必须在后台portlet里个方法叫addProduct <portlet:actionURL name="addProduct" var="addProductURL"/> 在同一个portlet里的页面迁移: 必须有个参数叫jspPage,写上要去的页面完整路径,其他参
theoffspring
·
2014-06-30 14:00
liferay
liferay
里页面迁移的几种办法
阅读更多调用portlet的后台方法示例:name里的值必须在后台portlet里个方法叫addProduct在同一个portlet里的页面迁移:必须有个参数叫jspPage,写上要去的页面完整路径,其他参数名字任意,数量任意如果在portlet里直接重定向:actionResponse.sendRedirect("/index");//只有ActionResponse才能调用这个方法,作用类似于
theoffspring
·
2014-06-30 14:00
liferay
Configuring a
Liferay
cluster
From:http://blogs.aca-it.be/blogs/-/blogs/configuring-a-
liferay
-clusterIntroductionConfiguringa
Liferay
clusterispartexperienceandpartblackmagic.Thereissomeinformationthatyoucanfindonline
步行者
·
2014-06-09 09:55
Liferay
Liferay
开发知识点
//
liferay
get向后台传参取不到问题 //需要在from表单中添加: //portletURL指向: PortletURLportletURL=renderResponse.createRenderURL
yatou_0209
·
2014-05-27 10:00
liferay
Liferay
开发知识点
阅读更多//
liferay
get向后台传参取不到问题//需要在from表单中添加://portletURL指向:PortletURLportletURL=renderResponse.createRenderURL
yatou_0209
·
2014-05-27 10:00
Liferay
Liferay
开发知识点
阅读更多//
liferay
get向后台传参取不到问题//需要在from表单中添加://portletURL指向:PortletURLportletURL=renderResponse.createRenderURL
yatou_0209
·
2014-05-27 10:00
Liferay
Liferay
6全套教程 学习包 机构培训源码
视频介绍:http://www.tudou.com/programs/view/BhqC0QbjMg0/获取地址:http://item.taobao.com/item.htm?spm=a1z10.1.w4004-5782321598.10.IW9nc0&id=17938858972 更新记录:根据买家意见,2013年6月27号更新完善资料:Portal理论、IED详解、工具类、常见问题、Webl
seedzhang
·
2014-05-21 11:00
liferay
liferay6
liferay视频教程
liferay源码
Liferay
6全套教程 学习包 机构培训源码
阅读更多视频介绍:http://www.tudou.com/programs/view/BhqC0QbjMg0/获取地址:http://item.taobao.com/item.htm?spm=a1z10.1.w4004-5782321598.10.IW9nc0&id=17938858972更新记录:根据买家意见,2013年6月27号更新完善资料:Portal理论、IED详解、工具类、常见问题、W
seedzhang
·
2014-05-21 11:00
liferay
liferay6
liferay视频教程
liferay源码
Liferay
6全套教程 学习包 机构培训源码
阅读更多视频介绍:http://www.tudou.com/programs/view/BhqC0QbjMg0/获取地址:http://item.taobao.com/item.htm?spm=a1z10.1.w4004-5782321598.10.IW9nc0&id=17938858972更新记录:根据买家意见,2013年6月27号更新完善资料:Portal理论、IED详解、工具类、常见问题、W
seedzhang
·
2014-05-21 11:00
liferay
liferay6
liferay视频教程
liferay源码
liferay
6.1.1之使用jsf
1.New-->
Liferay
Projectnextfinish就完成了一个project(jsf)的创建2.接下来ant部署会出现一个错误Causedby:com.sun.faces.config.ConfigurationException
u013310075
·
2014-05-16 15:00
liferay
liferay
之TinyMCE(4.0.26)富文本编辑器的使用及本地图片上传的实现
1.到官网http://www.tinymce.com/download/download.php下载TinyMCE4.0.26jQuerypackage.zip这个包2.到http://www.tinymce.com/i18n/index.php下载中文语言包(Chinese(china))即zh-CN3.到jquery的官网下载jquery,我用的是jquery-1.11.1.min.js版本
u013310075
·
2014-05-13 16:00
liferay
Liferay
集成 CAS 实现单点登录与应用系统集成
阅读更多
Liferay
集成CAS实现单点登录与应用系统集成原文转自http://www.huqiwen.com/2012/12/10/
liferay
-cas-integration/在IBM的developerworks
cnmqw
·
2014-05-13 15:00
Liferay
集成 CAS 实现单点登录与应用系统集成
Liferay
集成CAS实现单点登录与应用系统集成原文转自http://www.huqiwen.com/2012/12/10/
liferay
-cas-integration/ 在IBM的developerworks
cnmqw
·
2014-05-13 15:00
liferay
Liferay
集成 CAS 实现单点登录与应用系统集成
Liferay
集成CAS实现单点登录与应用系统集成原文转自http://www.huqiwen.com/2012/12/10/
liferay
-cas-integration/ 在IBM的developerworks
cnmqw
·
2014-05-13 15:00
liferay
Liferay
与CAS及LDAP
阅读更多
Liferay
与CAS及LDAP原文转自http://www.huqiwen.com/2013/12/18/
liferay
-cas-ldap/CAS与LDAP是
Liferay
实现单点登录时经常会用到的东西
cnmqw
·
2014-05-13 15:00
Liferay
与CAS及LDAP
Liferay
与CAS及LDAP原文转自http://www.huqiwen.com/2013/12/18/
liferay
-cas-ldap/ CAS与LDAP是
Liferay
实现单点登录时经常会用到的东西
cnmqw
·
2014-05-13 15:00
liferay
Liferay
与CAS及LDAP
Liferay
与CAS及LDAP原文转自http://www.huqiwen.com/2013/12/18/
liferay
-cas-ldap/ CAS与LDAP是
Liferay
实现单点登录时经常会用到的东西
cnmqw
·
2014-05-13 15:00
liferay
https://www.
liferay
.com/zh/products/
liferay
-portal/tech-specs
阅读更多https://www.
liferay
.com/zh/products/
liferay
-portal/tech-specs部署兼容性操作系统Linux(CentOS,RHES,SUSE,Ubuntu
zdx3578
·
2014-04-30 11:00
https://www.
liferay
.com/zh/products/
liferay
-portal/tech-specs
https://www.
liferay
.com/zh/products/
liferay
-portal/tech-specs 部署兼容性 操作系统  
zdx3578
·
2014-04-30 11:00
liferay
Liferay
开源门户系统之cas单点登录功能集成方法
目录
Liferay
开源门户系统之cas单点登录功能集成方法一、概述二、cas服务端配置步骤1:准备好以下运行环境步骤2:安装部署cas-server步骤3:生成数字证书步骤4:配制tomcat支持https
zhanngle
·
2014-04-29 15:00
通过自己的项目实际经验,阐述为什么“恶心玩技术”?玩Java开源B/S的教训(三)
我的上一个公司曾经用过一个Java开源的项目,好像叫
Liferay
,是做门户网站的,也是世界公认的强大,我也亲眼看过演示,的确很强大。我们公司做Java
Gute_Nacht
·
2014-04-28 17:00
jsr168 portlet(struts2+spring2.5+hibernate3.3)
通过一些资料收集,发现现在国内开发人员用的比较多的portal有:
liferay
,jetspeed,plutopotal,websphereportal,lightportal,openportal等.
wbj0110
·
2014-04-15 09:00
java
二次开发
jsr168
jsr168 portlet(struts2+spring2.5+hibernate3.3)
通过一些资料收集,发现现在国内开发人员用的比较多的portal有:
liferay
,jetspeed,plutopotal,websphereportal,lightportal,openportal等.
wbj0110
·
2014-04-15 09:00
java
二次开发
jsr168
jsr168 portlet(struts2+spring2.5+hibernate3.3)
通过一些资料收集,发现现在国内开发人员用的比较多的portal有:
liferay
,jetspeed,plutopotal,websphereportal,lightportal,openportal等.
wbj0110
·
2014-04-15 09:00
java
二次开发
jsr168
jsr168 portlet(struts2+spring2.5+hibernate3.3)
通过一些资料收集,发现现在国内开发人员用的比较多的portal有:
liferay
,jetspeed,plutopotal,websphereportal,lightportal,openportal等.
wbj0110
·
2014-04-15 09:00
jsr168
二次开发
Java
Liferay
Portal 6.1基本功能介绍
Liferay
Portal既是一个开源门户网站建设工具,同时也是一个基于Java架构的应用软件系统开发平台。
capp0139
·
2014-04-11 21:00
liferay
Liferay
用户组织结构
Liferay
的用户组织 包含 用户、组织、社区、团队 1.Portal被用户访问。 2.用户可以添加到用户组。 3.用户可以属于组织。
wangyangqq2008
·
2014-04-11 10:00
liferay 用户 组织
Transaction Management with
Liferay
Service
Followingaretheimportantpointsthata
Liferay
ArchitectmustmakenoteofinordertoworkwithTransactionsin
Liferay
Theentrypointtotransaction
步行者
·
2014-04-10 10:58
Liferay
maven中DependencyManagement和Dependencies
上次这边朋友问我一个问题,就是他们在pom.xml中的dependency中,看到有一些是provided的情况,比如如下:双击代码全选123456com.
liferay
.portalportal-impl6.1.0provided
架构师之路
·
2014-04-05 19:35
maven
maven中DependencyManagement和Dependencies
上次这边朋友问我一个问题,就是他们在pom.xml中的dependency中,看到有一些是provided的情况,比如如下:双击代码全选123456 com.
liferay
.portal portal-impl
keda8997110
·
2014-04-05 19:00
liferay
控制面板-->网页内容时间不一致问题解决思路
如题,我本地时间是2014/4/3下午6点多。时间一直显示不正确。首先要确认两处:1.我的账户-->显示设置时区是否设置为中国时间。2.portal设置-->显示设置时区是否设置为中国时间。这时候如果显示正常就OK。但如果现在显示的时间和正常时间相差8个小时。说明你tomcat服务器时区设置有问题。解决办法如下: 打开tomcat下bin文件夹里面的catalina.bat文件找到 SetJAVA
xiaowu12345
·
2014-04-04 10:44
网页内容
liferay
时间显示
liferay
6.1之在portal-ext.properties中定义常量
有时,在做项目时,为了使项目在不同的操作系统上具有可移植性,我们可以考虑把一些配置写在tomcat-->webapps-->ROOT-->WEB-INF-->classes-->portal-ext.properties中(如果没有改文件可以手动创建). 比如,我们定义一个文件的路径,可以这样写:file.dir=D://SQLite, 然后在工程中可以这样获取,PropsUtil.get("fi
u013310075
·
2014-04-02 13:00
Liferay6.1
Liferay
Portal 安装路径中不宜采用汉字命名文件夹
阅读更多火云计算工作组陈炳乾一、问题描述在C:盘上创建一个名为“门户系统”的文件夹,把
Liferay
Portal6.1Tomcat软件捆绑包解压到“C:\门户系统”文件夹中,此时,
Liferay
Portal
bingqian_28
·
2014-03-28 16:00
liferay
安装路径
Liferay
Portal
portal
Liferay
Portal 安装路径中不宜采用汉字命名文件夹
火云计算工作组陈炳乾一、问题描述在C:盘上创建一个名为“门户系统”的文件夹,把
Liferay
Portal6.1 Tomcat软件捆绑包解压到“C:\门户系统”文件夹中,此时,
Liferay
Portal系统的安装路径是
bingqian_28
·
2014-03-28 16:00
Portal
Portal
liferay
liferay
安装路径
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他