1,我们的B2C项目终于公诸于世了~~~第一天战绩不错*_*辛苦100天获得了不少成就感~~~
http://mall.taobao.com
2,这两个礼拜忙着Jolity和B2C新项目, 一个目标: 服务好我们的上帝;
3,(1)各位小二看看"淘宝卖家采访手记";感谢采访者; http://ued.taobao.com/blog/2008/03/19/gather_diary/
(2)RARoScope 【Java开源其它项目】http://www.open-open.com/open213725.htm
RARoScope是一个用于扫描和列举这个RAR压缩文档内容的Java类库。它能够读取RAR文档大部分可用信息包括:1.完整的文件名包括路径。2.文件被修改/创建的日期和时间。3.压缩过的文件大小。4.判断文件是否是一个目录。5.压缩所使用的算法。6.RAR压缩版本号等。
(3)SpringSource Announces Tool Suite Based On Eclipse; http://spring.jactiongroup.net/viewtopic.php?t=3806
Additional SpringSource Tool Suite features include:
* Spring Development Tools for intelligent editing, validating and navigating support for Spring application blueprints
* Mylyn Task-Focused Interface for Java artifacts and Spring configuration files
* Spring Framework Showcases explaining and highlighting new features in Spring Framework 2.5
* Task-Focused Tutorials guiding the developer through the various products in the Spring Portfolio
* Runtime Error Analysis adding explanations and solution suggestions to Java stack traces
(4)XFire客户端调用服务端时, 如果采用XFire自己的类如下方式:
Service serviceModel = new ObjectServiceFactory().create(serviceClass);
Object service = new XFireProxyFactory().create(serviceModel, serviceURL);
客户端接口类名和服务端类名可以不一致的,定义的方法数可以不一致, 但是调用的方法名、输入和输出的类名必须一致, 而且包名也必须一致的, 否则客户端调用时一点错误也没有,但是传递给服务端的参数全部null,或者输出到客户端的对象里面的属性全部null
但是客户端的输入和输出类中可以增加自己的方法和属性
服务端: TaobaoB2CInterface : public 服务端包名.RetTaobaoB2C syncUserOfEShop(服务端包名.C2CUser user, int type);
客户端: TaobaoB2CService : public 服务端包名.RetTaobaoB2C syncUserOfEShop(服务端包名.C2CUser user, int type);
(5)TNND的啊, 总以为将lib下面的A.jar改成A.jar.bak就可以避免jboss加载这个包, 谁知道它这么智能, 知道它是zip格式的就加载了~~~
但是那个但是, jboss中的tomcat就没那么聪明,不去加载bak文件,我昏倒~~~
(6)华黎: Notify使用DBCP重连Oracle的问题分析和解决; 还有什么解决方法呢??
http://soft.taobao.ali.com/post/ShowTopic.aspx?t=ee57bd9a-05d9-4534-a0b7-d72d847ef995
(7)java, jboss, tomcat, html, velocity, xml
居然都有旺旺id了, java居然是4钻的, 太BT了
(8)**《ppk谈Javascript》已经出版; 俺们已经淘宝了一本, 还有各位译者的签名-__-
由承志、小马和轻侯翻译的《ppk谈Javascript》已经出版,不管你现在已经精通Javascript,或者正想学习Javascript,相信读过此书都会给你带来新的视角。
http://china-pub.com/38670
(9)Setting up Spring Dynamic Modules (OSGi) with Eclipse;
http://gleichmann.wordpress.com/2008/03/24/setting-up-spring-dynamic-modules-osgi-with-eclipse-a-step-by-step-tutorial/
The following instructions will show you all the steps you have to accomplish in order to set up a minimalistic workspace in eclipse for creating or droping in and executig arbitrary Spring-DM bundles.
Note, that this post will only show you the necessary steps for a setup - it’s by way no tutorial about how to build bundles with
Spring-DM (maybe in a future post) or about OSGi at all.
(10)ReportNG 【Java开源其它项目】; http://www.open-open.com/open213925.htm
ReportNG是TestNG单元测试框架的一个HTML报表生成插件。它用于替换TestNG默认的HTML报表,其默认的报表虽然信息全面,但不易于理解。
ReportNG提供一种简单的方式来查看测试结果,并能够对结果代码进行着色。还可以通过修改CSS文件来替换默认的输出样式。此外ReportNG还能够生成JUnit格式的XML输出。
(11)小马: Firebug 1.2alpha 试用; 不错的数据, 安装了;
http://design.alibaba-inc.com/?q=node/852
为提高性能, Net Monitor 和 Script Debug 都提供了 激活/禁用 开关;
Net Panel 信息更丰富,包括 Get 还是 Post , HTTP 状态码等;
DOM Panel 中能显示函数源码;
多了FBTrace Tab,还没搞懂是干嘛用的;
(12)Google应用引擎(AppEngine)初窥; 这年头各大N网都搞网络虚拟机了;
http://www.javaeye.com/news/1855
(13)*用Spring2.5进行单元测试; 看来我现在用的基于Spring2基类的测试组件又可以退休了~~~
http://www.javaresearch.org/article/96233.htm