只显示主题贴

http://www.eclipse.org/buckminster/index.php Buckminster is a pretty new project of Eclipse, its target is make software assembly and deployment very easily than before. It's not another build system like Maven or Ant, but an useful complementary for them. It's not limit to only use in Eclipse, ins ...
I think you don't understanding QName meaningQName service = new QName("name space", "local part");the first arguments isn't a address indeed
download Axis2 or CXF or Artix, compile the demo, run them, take a experience first, then try to get familiar with specifications...
生成Thread Dump在不同的操作系统中做起来也不同。在Windows中,是在JVM运行的控制台窗口中按下Ctrl-Break。对基于Linux和Unix的系统,则用kill命令将SIGQUIT发送到JVM。这可以通过命令kill – 3 完成,这里的pid是JVM的进程ID
A useful guide for TDD.
I use code(DB2 JDBC 4 type driver): Connection conn = ...; Statement stat = conn.prepareCall(query); state.execute(); ... resultSet.getMetaData(); and I get exception like: com.ibm.db2.jcc.b.SqlException: [ibm][db2][jcc][10335][10366] Invalid operation: Connection is closed. at com.ibm. ...
http://www.infoq.com/cn/articles/stop-aberrant-train
Subversion support protocol like: - For anonymous: http, svn - For committer: https, svn+ssh But as default, if you compile subversion client from source code, it only enable http, svn and svn+ssh but https, which often used by open source project such all projects of www.apache.org, actually enabl ...
Today I want to reinstall my subversion client in my Linux box to enable SSL support, so I go to www.tigris.org and download subversion again, but unfortunately I download a zip file, then I fall into a well, the configure script complain can't create makefile correctly for me, after spending 2 hour ...
why invent wheel again? [achen@terra-cotta:plugins]% find . -name "*.java" | xargs cat |wc -l 486593 [achen@terra-cotta:plugins]% [achen@terra-cotta:plugins]%
alexgreenbar
搜索本博客
最近加入圈子
存档
最新评论