- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/neuland/jade4j
- 软件文档: https://github.com/neuland/jade4j
- 官方下载: https://github.com/neuland/jade4j
软件介绍
Jade4j 是 jade 模版引擎的 Java 实现。Jade4j 支持在 Java 程序中直接处理 jade 模版,而无需 JavaScript 环境,完全兼容 jade 语法。
示例代码:
JadeTemplate template = Jade4J.getTemplate("./index.jade");
String html = Jade4J.render(template, model);
Domain-Driven Design Distilled
Vaughn Vernon / Addison-Wesley Professional / 2016-6-2 / USD 36.99
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there......一起来看看 《Domain-Driven Design Distilled》 这本书的介绍吧!
