最近在JavaEye上参加了两次讨论,《 Grails is a breath of fresh air for Java developers》和《 Java web开发你还会选择其他的框架吗?》,在Robbin的带领下两次讨论渐渐变成了对TagLib的大批判,总体来说大概有两种观点,一种是以Robin为代表的革命派,认为TagLib是一种历史的倒退,早应该被抛弃了;另一种观点是TagLib
Web服务 Web服务就是让你的web应用提供一套web API,通常用SOAP 或 REST来实现。 . 1 REST REST就本身而言不是一种技术,而是一种架构模式。is not really a technology in itself, but more an architectural pattern. REST非常简单,以普通XML或JSON作为通信机制,结合可以表
Groovy 的多行字符串对HQL查询无效 分页和排序 使用HQL查询的时候你也可以进行分页和排序。要做的只是简单指定分页和排序参数作为一个散列在方法的末尾调用: def results =Book.findAll("from Book as b where b.title like 'Lord of the%' order by b.title asc",[max
Ok, You read this post I assume you face the same problem I faced. Quick Solution : If this is your MySQL Connection URL : “jdbc:mysql://localhost/DN_NAME” Change it to “jdbc:mysql://127.0