The Artima Developer Community
Sponsored Link

Java Buzz Forum
HotSwap Client Tool

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nick Lothian

Posts: 397
Nickname: nicklothia
Registered: Jun, 2003

Nick Lothian is Java Developer & Team Leader
HotSwap Client Tool Posted: Oct 22, 2003 8:32 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nick Lothian.
Original Post: HotSwap Client Tool
Feed Title: BadMagicNumber
Feed URL: http://feeds.feedburner.com/Badmagicnumber
Feed Description: Java, Development and Me
Latest Java Buzz Posts
Latest Java Buzz Posts by Nick Lothian
Latest Posts From BadMagicNumber

Advertisement

I just discovered Sun's HotSwap Client Tool - a tool for dynamically updating classes while they are running. This uses the same features of the 1.4.x VMs which Eclipse and other IDEs use to Hotswap running code while debugging.

Sun's tool is at least partly targeted at updating deployed applications however. It has some nice features like:

  • Get the list of classes currently loaded by the VM
  • Find which classes have changed
  • Compare the source code for the versions

It's under a BSD licence, too, so you are free to use it in your own apps. I'd be interested to hear what people think of it.

Read: HotSwap Client Tool

Topic: Apachge OJB OTM Layer Makes Unit of Work Pattern Scarily Easy Previous Topic   Next Topic Topic: Still More Cocoon Bloggers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use