Aug 13
上上个月到北京出差,是为了Feloo2.0的社区部分上线。自从换了工作之后就加入到Feloo2.0的开发了。Feloo2.0做的是web2.0的。我在开发中还只是负责后台的开发,web2.0对前天的js要求很高,不过我们的团队中有高手,就是 wch ,佩服他的js水平。
在项目中主要是用到了xmlrpc调用,还有就是通过jsp提供xml格式的数据。由于开发的时间进度很紧,所以还有好多细节没有完善,刚开始的时候基本上的bean都做了UnitTest,不过到后来赶工的时候好多方法都没有测过了。这个只有抽时间来补补了,觉得unitTest还是不能少的。还有就是提供的好多xml数据好多都是直接把Domain的数据生成xml,在面页展示的时候其实很多字段都没有用到。这造成了数据传输上的负担,只有部分是将ViewObject 生成xml的。有时间也要把面页上的那些xml数据优化一下。
&nbs...
[more..]
Aug 11
天天写代码,使用最多的键应该是Ctrl+s吧。已经是习惯的动作了。所以昨天在用Gmail写日报的时候写完一句话习惯性的Ctrl+s,哈哈。没想到真的是保存草稿了。一直很喜欢Gmail的自动保存功能。过一段时间就自动保存一下。还有快捷键也是可以的。哈哈。还有就是发现Gmail的Contact支持图片了。你可以给你的联系人上传一个图片。和手机里的一样。。 还有就是如果还没有Gmail的。想要邀请的请留言。
[more..]
Jul 26
刚才看到Solidot上的信息,本人使用的很多的Google服务,也是一下opensource爱好者,所以到这个服务很是期待.
Google有可能在打造一个免费的公共代码仓库,这项服务可能类似SourceForge,同时又有Krugle那样的搜索能力,使用SVN进行版本控制,用Cruise Control做集成,这些特性无疑对开源社区非常具有吸引力。Greg Stein本人出身于一个和此构想非常相关的环境。他现在是Apache基金会的主席,还曾经为SVN和WebDAV工作过。"
Krugle是个很不错的源代码搜索服务。非常不错。下面是google code Blog上的内容
A New Google Service
I've been working with a great team for a while now to...
[more..]
Jul 26
今天看到onjava上的blog.来自 都柏林 的programmer给提出了未来12个月应该学习的技术.
What Dublin Java Developers think you should be learning ...
Wednesday July 26, 2006 3:07AM by Paul Browne
Yesterday, 16 Java developers from Dublin met online to discuss What technologies should I be learning in the next 12 months? The results of the Virtual Java Meetup are here .If you couldn’t be bothered reading the entire thing , here’s the summary:
...
[more..]
Jul 18
项目中多个项目需要同时引用一个静态资源,所以就想到配置不同的虚拟目录指到同一个目录。于是有下面的配置:
<!-- configures the default host, matching any host name --> < host id ="" root-directory ="." > <!-- - configures an explicit&nb...
[more..]
Jul 18
网上找到的都是很老的了.如果你用resin3其实很简单就可以做到禁止列表目录了. 在resin.conf文件里面的<web-app-default></web-app-default>里面有一个
<!-- - Servlet to use for directory display. --> < servlet servlet-name ...
[more..]
Jul 16
是一个瑞典的网站。 Breaking boundaries
打破界限,就如网站名称一样。非常棒的设计,很快的速度。而且对内存的处理非常的好。里面有一个demo,一看这不是webos么?前段时间看的两个所谓的webos都没有让我觉得怎样。这个demo真的很让人吃惊。建议大家一定要看看。
还是贴两张图看看
[more..]
Jul 16
It has always gotten my goat that Internet Explorer’s non-standard use of the object tag has forced standards-loving browsers to use the non-standard embed tag in order to embed movies on a web page. Even on Apple’s site, the embed tag— a Netscape extension, for Pete’s sake! —is so entrenched that it’s hard to even find information about using the object element for QuickTime, except in a non-standard way.
The use of embed has gone on too long. Wishing for it to...
[more..]
Jul 11
[#SPR-703] Make Controller aware of the url mapping - Spring Framework
提供了一个RegexUrlMappingHandler, 可以支持类似于以下的使用:
<bean id = "regexUrlMapping" class = "spring.handler.RegexUrlHandlerMapping" > <property name = "mappings" > <props > <prop key = "/archive/( \d {4})/( \d {2})/(.*).html" > blogArchiveController </prop > </props > ...
[more..]
Jun 17
来自TSS上的消息: David Van Couvering has written that " Java DB is bundled in Mustang ," meaning that users who use Java 6 will have a full relational database as part of the JDK (not, it should be noted, the JRE). However, one has to ask: why JavaDB, instead of the much smaller HSQLDB or One$DB? Considering that derby.jar is 2MB (not including the tools and network client code, which adds another half meg) is it worth it? Is Derby's implementation of SQL - basically a Java port...
[more..]