Sorry, I have no Chinese software on this machine...
I am new to WPF and Infragistics Controls. I am trying to accomplish a
seemly simple task. use Xamdatagrid to display a collection of data records
retrieved from database.Besides the columns from the data records, I want an
additional unbounded column to contain a checkbox. I am having a really
hard time to get the databinding to work. I have spend 2 days to look up
examples and tutorials but none are complete or easy to understand(for me at
l... 阅读全帖
I don't think so
if you check the following simple code
///////////////////////
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TTT {
private String p ;
public String getP() { return p;}
public void setP(String p) { this.p = p;}
public void fun() {
System.out.println("value" + p);
}
这个是什么意思?不明白
我在tomcat manager里面看到的running app显示这个springapp的running 状态是
false,我在tomcat manager尝试start这个app的时候message: FAIL - Application
at context path /springapp could not be started
尝试访问localhost:8080/springapp/的时候,浏览器里显示
HTTP Status 404 - /springapp/
type Status report
message /springapp/
description The requested resource is not available.
Apache Tomcat/6.0.41
我的./springapp/war/WEB-INF/web.xml文件是
I am using
1. JBoss 4.0 for EJB
2. Axis For Web Services
3. Eclipse as IDE
I generated a EJB called TestBean.java in package test/ejb.
The Xdoclet generated ejb-jar.xml, Test.java and TestHome.java for me in
package test/interfaces
compile passed
The deploy.wsdd is http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
Now we meet a new problem. Our system is very old, still use Java 1.4. The
SAML I just create is using opensaml-2.3.3.jar which support by Java 1.5. I
have to go back opensaml-1.1.jar which support by Java 1.4.
Using org.opensaml.SAMLResponse in opensaml-1.1b.jar to create assertion
responses. The assertion response looks like: ......
Any one here doing spring ws?
The incoming SOAP request looks like: http://aa.com/aa/service"> abcabc centOS
The Endpoint mapping is defined as:
@PayloadRoot(localPart= "TransactionRequest", namespace="http://aa.com/aa/service)
However, get following error:
2011-05-12 17:45:05,795 [DEBUG] (WebServiceMessageReceiverObjectSupport.java
HttpServletC onnect... 阅读全帖
maven一开始上手确实痛苦,
Stabilized就好了。
有一点about windows Xp env,
if you are using it.
by default maven saves all jars under your home dir .m2
but on xp it could be a long dir name with space in it,
e.g.C:\Documents and Settings\youruname\.m2
some compiler/maven plugin may fail because of that.
the solution is to put a settings.xml under the dir to re-direct
it somewhere else: http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocat... 阅读全帖
Does somebody know how to design a directory in the web? When you click on + ,
+ becomes -, and the subdirectory will show up; when you click again, -
becomes + and subdirectory disappear.
/////////folder.xsl file: