- 授权协议: LGPL
- 开发语言: Java JavaScript
- 操作系统: 跨平台
- 软件首页: http://jssp.sourceforge.net/
- 软件文档: http://jssp.sourceforge.net/
软件介绍
JSSP (JavaScript Server Pages) 可以让你在 Java 的应用服务器上使用 JavaScript 生成网页。支持已有的 Java 包和嵌入式 SQL 命令。包含 Dervish 这个 JavaScript 交互操作包用于简化 Ajax 操作。
示例代码:
<html> <body> <% out.print("Hello JSSP!"); %> </body> </html>
执行效果:
Building Social Web Applications
Gavin Bell / O'Reilly Media / 2009-10-1 / USD 34.99
Building a social web application that attracts and retains regular visitors, and gets them to interact, isn't easy to do. This book walks you through the tough questions you'll face if you're to crea......一起来看看 《Building Social Web Applications》 这本书的介绍吧!