gpt4 book ai didi

java - 如何在 WebSphere Application Server 7.0 中池化 Java 对象?

转载 作者:行者123 更新时间:2023-12-02 07:01:05 24 4
gpt4 key购买 nike

我有一个简单的类对象,我想将其合并到 WebSphere Application Server 7.0 中。

我的 Java 类如下所示:

SimpleBean
{
String str1;
String str2;

SimpleBean()
{str1="This is str1";}

public void setStr1(String str1)
{this.str1 = str1;}

public void setStr2(String str2)
{this.str2 = str2;}

public String getStr1()
{return str1;}

public String getStr2()
{return str2;}
}

如何在 WAS 7.0 中池化 SimpleBean?我看到 WAS 中有一个对象池管理器,但我不知道是否应该在那里设置池。我也不知道怎么用。

最佳答案

请参阅Object pools有关开发和配置的更多信息,请参阅 WebSphere Application Server 7.0 InfoCenter 中的主题。

关于java - 如何在 WebSphere Application Server 7.0 中池化 Java 对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16666273/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com