hotswap
Hotswapping / Edit and continue for C/C++, Linux
I\'m looking for an IDE that supports a (Visual Studio\'s开发者_如何学编程) Edit and continue -like feature. I know Netbeans has it for Java (called hotswapping, Fix and continue), but can not find an[详细]
2023-04-09 19:40 分类:问答Using JRebel to swap the bytecode of a class
As said, I\'d like to change the bytecode during execution. I am not running any sort of application or web server, it\'s just for a command line program.[详细]
2023-03-18 23:27 分类:问答What is the most efficient way to develop Java webapps? Or to be more specific, say Wicket apps?
this is my first time to post a question here, I will try to make my question as clear as possible. I try to find a best process to develop Java webapps. After months of trial and error, my web devel[详细]
2023-02-28 14:56 分类:问答Hot Deploy JSP after modification with Intellij 10.X and tomcat 6.X
I have a Hello-World application with one java class and one jsp.The JSP prints out some text that is embedded in the JSP and from the java class.(It prints out two things)[详细]
2023-02-22 13:16 分类:问答How to create WPF Application that uses Reloadable Plugins?
I have an interesting problem at hand. I have a need to create a WPF Application which will host several UserControls. (The application does just that - serves as a container with docking abilities f[详细]
2023-02-16 08:14 分类:问答How to load the modified classes which has been imported to scalate without jetty-restart?
I am using scalate as my view templates, and sbt + jrebel. But I found if the classes imported to scalate has been modified, we have to restart jetty, or there may be complication errors.[详细]
2023-02-16 00:08 分类:问答How do I get Groovy hotswap in intellij to work?
I\'m using Groovy and Google App Engine. I\'m trying out Intellij, but I can\'t figure out how to get hotswap to work for changes to Groovy classes.It works for me 开发者_如何学JAVAin Eclipse.Is there[详细]
2023-02-09 03:50 分类:问答What .NET 4.0 technology provides modular fix-in-flight (hotswap) REST service hosting?
So, it\'s a dream of many years now, but hope springs eternal. Is there a framework/service (WCF/WAS/MVC/ETC) that allows you to add/update services with minimal impact on ongoing requests or \"siblin[详细]
2023-02-03 05:59 分类:问答Change a method at runtime via a hot swap mechanism
Assume we have a trivial Java program that consists of just one class: public class HelloWorld { private static void replacable(int i) {[详细]
2023-02-01 08:35 分类:问答Java class reloading
I\'m using jboss server and having all my classes inside a jar file. Now if I change any of the java files, I need to replace the class file in the jar and have to restart the server.[详细]
2023-01-31 22:44 分类:问答