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!