问题标签 [jrebel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jboss - Remote deploy artifact to Jboss AS using JRebel
Just trying to setup remote deployment of projects to Jboss AS 4.2.1 using Jrebel.
After enabling the JRebel for my project in eclipse along with the remoting feature, it asks for the deployed app's URL in the server. How do I get to know the URL of my project so that I can mention that in the JRebel remoting section?
I thought of looking it up in the JMX console but my project jar will reside in the lib folder of the EAR that's deployed to the server, so I wasn't able to locate it there. Can anyone help me out?
jrebel - 如何将以前版本的 jrebel for EE 安装到 Eclipse 中
我正在使用 liferay 6.0.6+ jrebel 5.2,但似乎 jrebel 5.2 导致 liferay 服务器的每个页面加载都卡住了几秒钟。以前的版本没有这个问题,但是在线安装并没有让我们选择安装哪个版本,而是安装最新版本。那么如何将以前版本的jrebel ee安装到eclipse中呢?我试图用 5.1.3 的 jrebel.jar 替换 eclipse 插件中的 jrebel.jar,但没有效果。谢谢。
xml - JRebel 部署战争的相对路径
我最近开始将 JRebel 与 Eclipse 和 Jboss 一起使用,它对我来说工作得非常好。它将更改的文件部署到
D:/工作区/项目/构建/类
正如我在rebel.xml
. 但是,我想更改相对于tmp
Jboss 服务器内文件夹中最近部署的战争的路径。有没有办法我可以这样做?
java - Best development environment using Spring MVC, JRebel for Java web app?
I looking for the current best combination of tools for developing a Java web app using Spring MVC (and Spring) and JRebel. Which IDE (which version, which plugins?), which other build tools (maven, gradle?)? Tomcat/Jetty? Embedded? How to fit them together so that the development process becomes quick and painless.
Has anybody got some tried and tested combinations that work really well? Any you would avoid?
I'm developing on Windows 7, using Java 7, looking to use latest production releases of libraries/frameworks.
jrebel - Jrebel - 在远程服务器上使用许可证
我有 JRebel 5.2.0 并使用许可证代码通过 Eclipse JRebel 配置中心激活它。它成功激活并且开源软件计划处于活动状态。
在同一个操作系统上,我有一个运行 Glassfish 服务器的虚拟机,我想将它用作远程服务器,但它也需要许可证。
是否可以在虚拟机上使用相同的许可证?我无法在 ~/.jrebel 目录下找到 jrebel.lic 文件。
java - 查看 SBT 发出的确切 java 命令
我正在尝试将 jrebel 与 SBT 项目集成。以下条目位于 build.scala 文件中:
但是,当 SBT 启动时(或者,就此而言,当文件更新时)我没有看到任何 Jrebel 输出,所以我想知道是否有 SBT 命令/开关可用于显示确切的 java 命令那个 SBT 正在发行?(也许这是版本控制格式的差异?我使用的是 SBT 版本 0.12.2)
android - 为 Dalvik 实现热代码交换
我的公司进行了大量的 Android 开发,但我们受到漫长的编译、dex、打包、部署周期的阻碍。鉴于 Dalvik VM 和工具的当前状态,是否有可能为 Android构建类似JRebel的东西?
maven - IntelliJ、Maven、JRebel (?)、Tomcat 和持续集成。如何?
我是 Java 和持续集成的新手。我想使用 IntelliJ、Maven、GIT 和 JRebel 设置开发环境(这是我的一个朋友强烈推荐的)。Tomcat 服务器在 AWS 上,而不是在我的本地 Mac OS X 机器上。是否可以使用 GIT / JRebel 并即时“更新”远程项目(保存文件后?)。我应该在 Mac 上安装哪些模块,在 Tomcat 上安装哪些模块?我也需要詹金斯吗?
java - 配置:JRebel + External JBoss + Eclipse + Ant based deployment
我正在尝试配置 JRebel
开发环境说明:
- Eclipse 朱诺 IDE
- JBoss 6.0.1 - 从 Eclipse 外部运行(同一台机器,不是远程)
- 调试:远程,所有热交换功能关闭
- Ant 脚本:编译、部署和提升目标 WAR 到 JBoss
我以前没有使用过 JRebel,配置指南看起来很简单,但是我的特殊情况遇到了麻烦。
所有源代码(包括 jsps 和图像)都在项目的 bin 文件夹中编译。
Ant 脚本创建的 WAR 分别保存 JSP、样式、属性文件和编译的应用程序类,它们与库一起放在 /web-inf/lib/ 中的专用 jar 中。该脚本将生成的 WAR 提升到 JBoss 并运行服务器。
我应该把我的 rebel.xml 放在哪里(我想在我的项目的 bin 文件夹中?!)以及我应该在其中写入什么以便 jrebel-hotswapped 在部署在 JBoss 服务器中的战争中的 jar 内的代码更改。
我为 JBoss 运行脚本提供了必要的 jrebel VM 参数。
提前谢谢了!
java - 在不重新启动的情况下禁用 JRebel
是否可以在不重新启动 Java 进程的情况下动态禁用 JRebel?
这会很有用,因为有时我想在共享的系统上更改代码(并编译它),而这些更改尚未“生效”。
谢谢