只显示主题贴
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
- 进入论坛 入门讨论 版
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. ...
- 进入论坛 入门讨论 版
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]%
- 进入论坛 入门讨论 版
- 浏览: 24944 次
- 性别:


- 详细资料
搜索本博客
最近加入圈子
最新评论
-
I'm back
Hi Jnn,Are you still working on CXF/Came ...
-- by alexgreenbar -
I'm back
IONA just closed China office, but there ...
-- by jnn -
How to design your own e ...
Good article。Thank youI know how to deve ...
-- by reverocean -
I'm back
Nice to here u again. welcome back.
-- by fat1 -
I'm back
CORBA(Orbix) is just an old product of I ...
-- by alexgreenbar






评论排行榜