0.1 : http://flyisland.javaeye.com/blog/137014
I have just made ZK and Grails controller work together by modified sitemesh's configuration file, I'm working on making the modification executed automatically by installing the plug-in, I'll publish it as soon as I finished it.
- 21:33
- 浏览 (441)
- 评论 (0)
- 分类: Grails
- 进入论坛
- 发布在 Groovy on Grails 圈子
Grails : agile, industrial strength, rapid web application development made easy!
ZK: the simplest way to make Web applications rich!
Do you want to combine both of them?
1. Install & test the ZK plug-in
1) Install Grails first (http://grails.codehaus.org/Installation)
2) Follo ...
- 15:19
- 浏览 (1728)
- 评论 (2)
- 分类: Grails
- 进入论坛
- 发布在 Groovy on Grails 圈子
刚刚在网上看到一个相当不错的Groovy教材,作者将一个普通java程序逐步转换成groovy程序,展现了groovy给java程序员带来的好处,非常适合希望了解groovy的java程序员。
而在教程的其他部分则逐一介绍了groovy的主要特性,包括builder,如果操作数据库,如果访问jmx,如何编写soap server和soap client等等,推荐!
教程下载地址:http://www.asert.com.au/pubs/Groovy/Groovy.pdf
另外该教程中提到网站(PLEAC-Groovy),内有大量丰富的样例代码,比如说你正计划编写一个工具来 ...
- 12:19
- 浏览 (1677)
- 评论 (4)
- 分类: Groovy
- 进入论坛
- 发布在 Groovy on Grails 圈子
Builder是Groovy相当有用的一个特性,样例常常用生成XML来展现Builder所带来的便利性,例如要生成下述的XML文档:
xml 代码
<books amount='2'>
<description>books to lean groovydescription>
<book1 name='Groovy in Action'&n ...
- 23:59
- 浏览 (1495)
- 评论 (3)
- 分类: Groovy
- 进入论坛
- 发布在 Groovy on Grails 圈子
每个WebLogic Server都可以配置其监听的IP地址和端口号,如下图:
在运行期间,如果应用需要知道WebLogic Server所监听的IP地址和端口号,可通过JMX编程获得,JSP的样例程序如下:
java 代码
<%@ page import="javax.naming.Context,
...
这次BEA eWorld大会的主题还是SOA,对于这个各大产商热炒的概念,今年我的兴趣不大了。跟去年一样,我还是喜欢四下走走,寻找自己感兴趣的主题。
mSA, micro-Service Architecture
往简单里说,mSA就是一个OSGi的实现,有了这个统一平台,BEA就会将各种产品特性做成OSGi bundle,然后象搭积木那样组装不同的产品。这方面可参考的典型例子就是基于Eclipse构建的各种IDE工具。
据说IBM WAS的底层已经采用了OSGi技术,但是BEA的野心更大。按照宣传的说法,BEA力争在2008年将所有产品(应该不包括Tux ...
借助网上的一些资料,对OSGi有了一些了解,将到目前的一些粗浅认识记录如下,由于自己对J2EE比较熟悉,所以借助与J2EE的对比来认识OSGi。
Module
OSGi中具体实现Module的单位是bundle,一个bundle就是一个jar文件,其中包含所需的类文件和资源文件,同时必须包含一个描述文件;每个bundle都可以被独立打包、部署。看到这里,你是否会觉得跟J2EE中的WAR定义很类似?
单从形式上来看,它们的确非常相似,而且它们的区别主要在于:
1)J2EE的WAR文件的粒度很大,是以应用为单位的;而OSGi bundle的粒度则相对小很多,以一组服务为单位,一个OSGi应用 ...
全文在这里 (http://www.scissor.com/resources/teamroom/)
lifeback上有一个评论,提到:
Nature light presents, but not directly shine behind the monitor
Enough whiteboards to store information and brainstorm with ideas
Enough rooms for two people to colloborate on the same computer
Two monitors to increase viewab ...
- 浏览: 23268 次
- 性别:

- 来自: 广州

- 详细资料
搜索本博客
我的相册
service
共 2 张
共 2 张
最新评论
-
[groovy] 教材和样例代码 ...
多谢共享!
-- by boogie -
[groovy] 教材和样例代码 ...
http://pleac.sourceforge.net/pleac_groov ...
-- by shiren1118 -
ZK plugin for Grails
Good job!If you could resolve 'you can N ...
-- by 山风小子 -
ZK plugin for Grails
nice work,you should join this plugin in ...
-- by agile_boy -
[groovy]通过builder了 ...
这些东西可能对没有接触过动态语言的java程序员们觉的新鲜,可Cloure、bl ...
-- by dennis_zane






评论排行榜