2

目前我正在评估 WSO2 Stratos LIVE作为公共 PaaS。我做了很多研究,但仍有一些问题:

  • 1.) WSO2 Stratos Live 是否提供“多租户 API”以使 Java Web 应用程序具有多租户意识(类似于 Google App Engine 命名空间 API)?
  • 2.) 是否可以使用基于磁带的架构(如 WSO2 Stratos 2 中的)?
  • 3.) 是否有所有云服务的官方 API 文档/代码示例?我刚刚找到博客文章和网络研讨会。但是官方的 api 文档和代码示例会非常棒(例如如何取消 Identity Server 以在 Java Web 应用程序中进行身份验证)。
  • 4.) 基于Stratos 上的 WSO2 API Manager 部署,我假设 API 管理器不能作为云服务使用?
  • 5.) 我在 Stratos Live 上是否有托管选项(例如 Java 版本、托管我的应用程序的国家/数据中心)?
  • 6.) 是否存在用于从我的应用程序访问应用程序日志的日志 API?
  • 7.) 是否有用于数据处理的 api(例如 Map Reduce、cron 作业的执行、CDN)?
  • 8.) 我有本地测试环境吗?我知道有 IDE 插件可以轻松部署。但是是否可以在我的机器上使用所有 WSO2 Stratos Live 云服务本地测试我的应用程序而不连接到实际服务?

我知道这很多,但如果 WSO2 专业人士能帮助我回答这些问题,那将是非常有帮助的。正如我所说,我做了很多研究,但那 8 个问题仍然悬而未决。

非常感谢,最好的问候本

4

1 回答 1

0

在线查看答案。

1.) Does WSO2 Stratos Live offer a "multi-tenancy-api" to make Java web applications multi-tenant-aware (something like the Google App Engine Namespace API)?

是的。您的 Web 应用程序可以是多租户的。 http://www.youtube.com/watch?v=_lEwm6VzAmo&noredirect=1 http://www.slideshare.net/afkham_azeez/building-a-multitenanted-cloudnative-appserver

2.) Is the cartridge-based architecture available (like in WSO2 Stratos 2)?

还没有。但我们的计划是让 Stratos2.0 作为 StratosLive 的基础。这将在 Stratos2.0 的 GA 发布之后完成(现在处于 beta 阶段)

3.) Are there official API documentations / code samples for all the cloud services? I just found blog posts and webinars. But an official api documentation and code samples would be very great (for example how to unse Identity Server for authentication in Java web applications).

可用于 WSO2 产品的所有文档和示例都对 StratosLive 有效。原因是,我们在云中部署了相同的产品。目前,我们正在填补有关 StratosLive 的文档空白。

4.) Based on WSO2 API Manager deployment on Stratos, I assume that the API manager is not available as cloud-service?

还没有。它将在未来可用。

5.) Do I have hosting options on Stratos Live (e.g. Java Version, the country / Data Center where my app will be hosted)?

不。StratosLive 使用共享实例来实现多租户(不像其他一些 PaaSes,每个租户使用一个 JVM)。因此,托管选项不可用。

6.) Does exist a logs-api to access application logs from my application?

是的。我们允许租户查看系统日志和应用程序日志。不幸的是,尚未记录用于查看日志的 API。 http://sparkletechthoughts.blogspot.com/2012/09/how-distributed-logging-works-in-wso2.html

7.) Are there apis for data handling (for example Map Reduce, execution of cron jobs, CDN)?

Map reduce 相关任务可以使用可以部署在 WSO2 BAM (monitor.stratoslive.wso2.com) 中的工具箱来处理。请查看 WSO2 BAM2 文档以获取更多信息。

8.) Do I have a local test environment? I know that there are IDE plugins for an easy deployment. But is it possible to test my app with all WSO2 Stratos Live cloud services local on my machine without connecting to the real services?

您可以在http://wso2.com/cloud/stratos下载并使用 Stratos 本地设置

于 2013-06-03T08:35:08.083 回答