Many thanks. Although I meet some problem when changing to svn and maven, I feel it's great to have the first release version.
Type: Posts; User: henryzhou; Keyword(s):
Many thanks. Although I meet some problem when changing to svn and maven, I feel it's great to have the first release version.
any hints? I meet the same problem.
Hi jwray,
Thank you. You're right. If I change the return type of method getOrder from interface Order to its implementation class OrderImpl could solve the problem.
So that means I can hide...
Hi All,
Here's the xml configuration and class definition of my environment.
<bean id="simpleObject" class="example.SimpleObject">
<property name="accountService"...
Sorry, my fault. I should add abstract="true" to the definition of bean transactionProxy, otherwise it will also be initiliazed by the framework.
Hi all,
After reading the wiki site of spring-rcp, I found there's no documents for tree data bind and support.
Anybody can give me some hints on how to do this? I wanna bind the data of...
Hi all,
I check out all the source codes of spring-richclient on cvs and build the jar files. When I integrate it to my application and use the exist spring bean configuration xml, some error...
Hi Juergen,
Now I extend JdoTemplte class and override postProcessResult() method. It seems the only thing I can do is to return a new copied collection? I tried to use KodoPersistentManager (kodo...