JAVA hot deployment artifact, JRebel cracked version, JRebel free utility plug-in

Source: Internet
Author: User

Free JRebel-5.5.1-cracked version: Http://blog.csdn.net/sensisoft/article/details/20010615


A list of free and practical JRebel plug-ins available here are as follows:
  • Jrebel-profiler Plugin:
  • This plug-in is used to count the execution time of a method of the target class. When the execution time of a method of the target class exceeds the configured profile_elapseMillSecond attribute value (milliseconds, this plug-in prints a piece of information in the specified log file.
  • Add the following configuration in the jrebel. properties configuration file:
#### Enable profile plugin begin #####

Rebel. profile_plugin = true

Rebel. profile_classes = com. jrebel. WikiPage, com. jrebel. AddrPage

Rebel. profile_elapseMillSecond = 100

Rebel. profile_logfile = D:/jrebel-profile.log

#### Enable profile plugin end #####

Of course, you can also use the following when starting a VM:

-Javaagent: D:/dev_env/jrebel/jrebel_running/jrebel. jar

-Drebel. profile_plugin = true

-Drebel. profile_classes = com. jrebel. WikiPage, com. jrebel. AddrPage

-Drebel. profile_elapseMillSecond = 100

-Drebel. profile_logfile = D:/jrebel-profile.log

The following are the log files printed after the jrebel-profiler plug-in is running:

  • Jrebel-replacer Plugin:
  • Jrebel-replacer application scenarios and functions are as follows:
  • Use Cases:During WEB development, some environment variables in dynamic or static website files (non-class files) such as jsp, shtml, html, javascript, css, and txt must be replaced with hot deployment, for example, the $ {replacer_domain} variable in a javascript file needs to be determined during packaging and deployment. In this scenario, the jrebel-replacer plug-in can be used.
  • Function:Efficiently incrementally Replace the variables on the page, and replace the variables in the files for hot deployment.
  • Highlights:If this plug-in is not used, modified jsp or static files can be hot deployed, but the variable values on the page cannot be replaced together with hot deployment, resulting in running errors. Of course, for dynamic pages like jsp, you can place variables in java memory and replace them at runtime, but non-dynamic files like javascript, csss, and txt cannot be replaced at runtime! If you use the jrebel-replacer plug-in, you can solve this problem perfectly!
If you need to try it out, you can predefine the plug-in the comments and leave a mailbox. You are welcome to point out the problem in use!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.