jbehave 核心和网络发行版之间有什么区别?

What is the difference between jbehave core and web distributions?

http://jbehave.org/download.html 上的页面允许我下载 JBehave 的核心和 Web 发行版。谁能告诉我它们有什么区别?

From JBehave Doc

What is JBehave Web?

JBehave Web is an extension of JBehave Core, providing support for web-related access or functionality.

Web Runner

The Web Runner provides a non-technical front-end that does not require access to a build system nor to source control. It allows the user to run stories - both synchronously and asynchronously - via a simple web interface. It also allows the user to find matching steps methods and to explore steps patterns by auto-completion.

Selenium Integration

The Selenium integration module allows the user to drive the verification of web application behaviour using Selenium.

The Web Runner allows the running of any type of story, not just those related to web behaviour.