我有 GWT 项目作为 .war A 和 .war B...每个 .war 的 servlet 都包含类似
- .war A - String methodA(){return "this is method A of .war A";}
- .war B - 字符串 methodB(){return (?).methodA(); }
事情是......我想从methodB获取methodA值。所以我的问题是......有可能做到这一点吗?以及如何根据 GWT 做到这一点?
任何有用的评论表示赞赏
我有 GWT 项目作为 .war A 和 .war B...每个 .war 的 servlet 都包含类似
事情是......我想从methodB获取methodA值。所以我的问题是......有可能做到这一点吗?以及如何根据 GWT 做到这一点?
任何有用的评论表示赞赏