0

我不知道如何将 JRebel 与 Jboss 一起使用(配置)为 7(Bronthes)。

首先,我正在为 Eclipse 下载插件,然后为 JRebel 激活社交许可证。接下来使用简单的例子 Jboss gwt 项目:gwt kitchensink.

当我从 Eclipse 控制台运行 Jboss 时,我得到了信息:

联系 myJRebel 服务器 .. [2013-02-13 23:34:39] [2013-02-13 23:34:39]

################################################# ##### [2013-02-13 23:34:39] [2013-02-13 23:34:39] JRebel 5.1.3

(201302011417) [2013-02-13 23:34:39] (c) 版权所有 ZeroTurnaround OU,爱沙尼亚,塔尔图。[2013-02-13 23:34:39] [2013-02-13 23:34:39] 在过去 1 天里,JRebel 阻止了 [2013-02-13 23:34:39] 至少 1 次重新部署/重新启动保存你大约0小时。[2013-02-13 23:34:39] [2013-02-13 23:34:39] 本产品授权给 Lukasz Brudny [2013-02-13 23:34:39] [2013-02-13 23 :34:39] 通过 myJRebel 服务器获得的许可证。[2013-02-13 23:34:39] [2013-02-13 23:34:39] 您订阅了“JRebel 社会计划”计划,[2013-02-13 23:34:39] 订阅是终生。[2013-02-13 23:34:39] 2013-03-15 之前需要与服务器进行下一次许可证检查。[2013-02-13 23:34:39] [2013-02-13 23:34:39] 目前禁用以下插件: [2013-02-13 23:34:39] * Camel 插件(设置-德雷贝尔。

################################################# ##### [2013-02-13 23:34:39] 23:34:39,592 信息 [org.jboss.modules] JBoss

模块版本 1.1.1.GA

我也选中了复选框Build automatically,并且Activate JRebel nature在这个项目上。

那么接下来呢?JRebel 添加所有 Gwt 东西?我如何将项目部署到服务器?使用 jboss 插件进行 eclipse 或通过 eclipse 部署(运行为 --> 在服务器上运行)??

4

1 回答 1

1

What you see is the JRebel banner, meaning you enabled JRebel for the runtime - that is just fine. When you enabled JRebel Nature, it should have generated a config file - rebel.xml - check that it exists in the project.

When the application starts, you should see messages from JRebel, a-la "JRebel: Directory will be monitored".

That's it. You can just make changes to the code and refresh the app in browser window.

于 2013-02-17T08:53:06.850 回答