由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Help: could not find deserializer. Thx
相关主题
deserializer probelm.Ignore upper. Thxanother Java interview Question
A nice EJB server(recommend)问一个问题
How to access ActiveX control in JSP or EJB?Re: EJB and its Future (Discussion welcomed)
need help from the J2EE expert关于EJB开发的几个问题
Re: Can Web Services return Hash or Objecan applet implements runnable?
Questions on EJB3 Persistence/Hibernate问一个特别土的问题
几个问题Timer and TimerTask
Can someone help on Soap?jvm是怎么implement monitor的?
相关话题的讨论汇总
话题: string话题: mytestbean话题: public话题: find
进入Java版参与讨论
1 (共1页)
c***c
发帖数: 6234
1
It is a little long. But pls help me. I have a Bean
public class MyTestBean implements Serializable {
private String c="";
public MyTestBean(String s1, String s2) {
c= s1+"|"+s2;
}
public String getCValue(){
return c;
}
}
I have EJB service. It works (I can see it on Axis server)
public class ATMDepositBean implements SessionBean {
..... some code here (like ejbCreate())
public MyTestBean deposit(String accountNum, String amount)
{
MyTestBean tempBean = new MyTestBean(account
1 (共1页)
进入Java版参与讨论
相关主题
jvm是怎么implement monitor的?Re: Can Web Services return Hash or Obje
interface和implementation classQuestions on EJB3 Persistence/Hibernate
java问题:如何match两个正规表达式几个问题
java string streamCan someone help on Soap?
deserializer probelm.Ignore upper. Thxanother Java interview Question
A nice EJB server(recommend)问一个问题
How to access ActiveX control in JSP or EJB?Re: EJB and its Future (Discussion welcomed)
need help from the J2EE expert关于EJB开发的几个问题
相关话题的讨论汇总
话题: string话题: mytestbean话题: public话题: find