First they ignore you
then they ridicule you
then they fight you
then you win
    -- Mahatma Gandhi
Chinese => English     英文 => 中文             
随笔-143  评论-745  文章-0  trackbacks-0
Hi Groovy & Grails fans,

Agile boy has established a site for us which focuses on Groovy & Grails technology, the link of the site is http://www.chinagroovy.org/forum/index.php
If you have any question to ask or ideas to share with others, ChinaGroovy is a good platform for you, welcome to join us!
By the way, I have been developing the grails cache plugin in the recent weeks, which is re-written for better performance and maintainance.
grails-cache v0.1 will be released in a month or two.


Cheers,
Daniel.Sun
posted on 2008-03-12 20:42 山风小子 阅读(957) 评论(3)  编辑  收藏 所属分类: Groovy & Grails

评论:
# re: The site about Groovy on Grails is alive[未登录] 2008-03-13 10:41 | agile
非常感谢Daniel.Sun的推荐,希望让Groovy/Grails的社区更加实用和活跃  回复  更多评论
  
# re: The site about Groovy on Grails is alive 2008-03-17 20:55 | xm
我初学gails,看过好些次你的博客,很感谢你的文章,收获不少。请教一下,新建了一个domain类,内容如下:
class User {
String name
String sex
static constraints={
name(maxLength:14,blank:false)
sex(inList:['男','女'])
}
然后generate-all。但是在网页中sex的下拉显示是乱码,而且不是两项乱码,而是三项,很奇怪。不知道哪里出问题了啊?谢谢。  回复  更多评论
  
# re: The site about Groovy on Grails is alive[未登录] 2008-04-07 11:40 | agile
to xm
我觉得是你的User.groovy文件编码不是utf-8的问题吧,你将'男'->'\u7537'应该没有问题的。
我已经将你的问题收到Groovy中文论坛了: http://www.chinagroovy.org/forum/index.php?topic=78.0
  回复  更多评论
  

标题  
姓名  
主页
验证码 *  
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交