作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
public class SpringHelloWorld extends com.itmill.toolkit.Application {
public void init() {
final Window main = new Window("Hello window");
setMainWindow(main);
SpringContextHelper helper = new SpringContextHelper(this);
MyBeanInterface bean = (MyBeanInterface)
helper.getBean("myBean");
main.addComponent(new Label( bean.myMethod() ));
}
}
http://qastegiano.blogspot.com/2008/01/itmill-toolkit-5-spring.html
它是一个自定义类还是我们应该在那里定义一些东西。
最佳答案
你必须定义一些东西。这是一个如何从 bean 工厂取出 bean 的例子;替换您自己的有用的类。
关于java - 这里的beanInterface指的是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4572613/
有人可以帮助我了解 JavaEE 6 中 @EJB 注释的 beanInterface 参数的使用吗? 我有一个情况,我有一个 EJB,并且我希望它也可以在本地和远程访问。 我有一个 MyBaseIn
我是一名优秀的程序员,十分优秀!