我可以免费获得 WebSphere Application Server 8.5.5 的兼容版本来测试我的源代码吗?
Can I get an compatible version of WebSphere Application Server 8.5.5 for free for testing my source code?
我正在为一家运行 WAS 8.5.5 - Java IBM SDK 7.0 的公司编写应用程序。
我还没有找到免费的开发者版本。使用 Websphere Application Server 8.5.5 开发和测试 我的应用程序有免费选项吗?测试应用程序很重要,所以我也需要一个 runtime 版本。
有一个名为“Liberty Core”的服务器 (WAS Liberty)。这个服务器真的兼容WAS 8.5.5吗?哪个版本的“Liberty Core”最适合为 WAS 8.5.5 开发?
尽可能避免试用版的截止日期。
是的。对于传统的WAS,您可以获得一个免费的版本用于开发和测试。此变体称为 WebSphere Application Server for Developers,可用于 WAS v9.0 和 v8.5.5。
需要注意的是,Developer 版本旨在供个人开发人员在其工作站上使用。您无权 运行 此产品的 shared/centralized 服务器实例。 product FAQ 对此非常清楚:
What exactly is the entitlement provided with the no-charge WebSphere
Application Server for Developers?
The entitlement provided with the
no-charge WebSphere Application Server for Developers is: For each
WebSphere Application Server for Developers license, you are
authorized to install each component of the no-charge WebSphere
Application Server for Developers on a single machine for use by a
single developer for purposes of testing code to confirm that such
code functions as designed. You are not authorized to use copies of
the no-charge WebSphere Application Server for Developers for the
following purposes: testing applications on servers separate from the
developer's machine; or simulating production workloads or testing
scalability of any code, application or system. The no-charge
WebSphere Application Server for Developers cannot be used for to
provide runtime support for production applications.
对于 WebSphere Liberty,有一个类似的版本可用,称为 Liberty Core。这又是一个 no-charge/no-support 版本,但许可证允许在小规模测试和生产环境中使用服务器,其中包括 shared/centralized 个实例。
在开发方面,您可以使用 Eclipse 的 WebSphere Application Server Developer Tools 插件来处理服务器。
WAS Traditional 和 WAS Liberty 在提供与 Java EE 平台相似的功能和合规性方面是相似的。 Liberty 采用传统的 WAS 体系结构并将其分解为一个挑选和匹配模型,它允许您 select 您需要的功能。与传统的 WAS 相比,这使得 Liberty 更加灵活。有关更详细的比较,请参阅 this article。
只是为了澄清问题的一部分这个服务器真的与 WAS 8.5.5 兼容吗?
在传统 WAS 8.5.5 的情况下,如果您想使用 Liberty 作为开发平台,您必须坚持使用 Java EE6 功能,因为 tWAS 不支持 Java EE 7 in V8.5.5.x(在v9中支持,所以如果你需要这些建议迁移)。
因此,如果 Liberty 用于 tWAS 8.5.5,最好的选择是仅下载 runtime version 并使用安装实用程序安装 baseBundle
。
Plain Liberty Core(未安装附加功能)将缺少 tWAS 中可用的功能。检查 this Liberty Core 和其他功能。
我正在为一家运行 WAS 8.5.5 - Java IBM SDK 7.0 的公司编写应用程序。
我还没有找到免费的开发者版本。使用 Websphere Application Server 8.5.5 开发和测试 我的应用程序有免费选项吗?测试应用程序很重要,所以我也需要一个 runtime 版本。
有一个名为“Liberty Core”的服务器 (WAS Liberty)。这个服务器真的兼容WAS 8.5.5吗?哪个版本的“Liberty Core”最适合为 WAS 8.5.5 开发?
尽可能避免试用版的截止日期。
是的。对于传统的WAS,您可以获得一个免费的版本用于开发和测试。此变体称为 WebSphere Application Server for Developers,可用于 WAS v9.0 和 v8.5.5。
需要注意的是,Developer 版本旨在供个人开发人员在其工作站上使用。您无权 运行 此产品的 shared/centralized 服务器实例。 product FAQ 对此非常清楚:
What exactly is the entitlement provided with the no-charge WebSphere Application Server for Developers?
The entitlement provided with the no-charge WebSphere Application Server for Developers is: For each WebSphere Application Server for Developers license, you are authorized to install each component of the no-charge WebSphere Application Server for Developers on a single machine for use by a single developer for purposes of testing code to confirm that such code functions as designed. You are not authorized to use copies of the no-charge WebSphere Application Server for Developers for the following purposes: testing applications on servers separate from the developer's machine; or simulating production workloads or testing scalability of any code, application or system. The no-charge WebSphere Application Server for Developers cannot be used for to provide runtime support for production applications.
对于 WebSphere Liberty,有一个类似的版本可用,称为 Liberty Core。这又是一个 no-charge/no-support 版本,但许可证允许在小规模测试和生产环境中使用服务器,其中包括 shared/centralized 个实例。
在开发方面,您可以使用 Eclipse 的 WebSphere Application Server Developer Tools 插件来处理服务器。
WAS Traditional 和 WAS Liberty 在提供与 Java EE 平台相似的功能和合规性方面是相似的。 Liberty 采用传统的 WAS 体系结构并将其分解为一个挑选和匹配模型,它允许您 select 您需要的功能。与传统的 WAS 相比,这使得 Liberty 更加灵活。有关更详细的比较,请参阅 this article。
只是为了澄清问题的一部分这个服务器真的与 WAS 8.5.5 兼容吗?
在传统 WAS 8.5.5 的情况下,如果您想使用 Liberty 作为开发平台,您必须坚持使用 Java EE6 功能,因为 tWAS 不支持 Java EE 7 in V8.5.5.x(在v9中支持,所以如果你需要这些建议迁移)。
因此,如果 Liberty 用于 tWAS 8.5.5,最好的选择是仅下载 runtime version 并使用安装实用程序安装 baseBundle
。
Plain Liberty Core(未安装附加功能)将缺少 tWAS 中可用的功能。检查 this Liberty Core 和其他功能。