JSF的编辑器组件 ck-jsf-editor
- 授权协议: LGPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/ck-jsf-editor/
- 软件文档: http://code.google.com/p/ck-jsf-editor/w/list
软件介绍
ck-jsf-editor 是一个 JSF 2 的在线可视化HTML编辑器组件,使用的是 CKEditor。
使用方法:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ck="http://code.google.com/ck-jsf-editor">
...
<h:body>
<h:form>
<ck:editor uiColor="aed0ea"/>
</h:form>
</h:body>
Spring in Action
Craig Walls / Manning Publications / 2011-6-29 / USD 49.99
Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!
