Shortening Java Programming Time with JavaRebel Auburn NY

For programmers only: Change your Java code and keep on running without redeployment. Read on and know more.

Staples
315-258-9557
2 Plaza Drive
Auburn (Syracuse), NY
Allegiance Group
(212) 421-7255
450 Fashion Avenue
New York, NY
Eastern Computer Warehouse
(315) 449-0111
5802 Bridge Street
East Syracuse, NY
Ramb International Trading Corp
(718) 431-2917
943 59th Street Suite 1
Brooklyn, NY
A and M Computer Repair
(845) 947-3522
24 Colonel Conklin Drive
Stony Point, NY
Staples
315-488-4071
3736 Milton Ave.
Camillus, NY
Advanced Vision Tech Group Inc
(631) 366-5155
111 Smithtown Bypass # 104
Hauppauge, NY
PriceMasters, Limited
(516) 873-8990
1001 Franklin Avenue Suite 300
Garden City, NY
My Computer Solutions
(914) 630-0979
156 Mamaroneck Avenue
Mamaroneck, NY
Great Lakes Networks LLC
(585) 319-4853
116 Wilshire Road
Rochester, NY
Data Provided by:
 

Shortening Java Programming Time with JavaRebel

Edit-compile-test-edit-compile-test. This is the "software development cycle" all programmers know well, from "Hello World" onwards. JavaRebel ($59 for a one-year personal license, $129 for a one-year corporate single-user license) is a JAR file which will allow you to skip directly from "edit" to "test" while eliminating "compile" at least most of the time.

Using JavaRebel is extremely simple: Just pass an appropriate command when you invoke your Java Virtual Machine. It took me about 30 seconds to get it working in Eclipse. Once it's there, it's transparent--and useful. To test it, I launched an application, then, while the application was running, added in some additional output code to the event handler for a button. After a second or two, I received a notice in my console window that the relevant classes had been reloaded, and the button now executed its modified behavior. I can foresee this saving me a tremendous amount of debugging time. Even a few minutes a day saved re-launching apps adds up, over a year, to hours or even days of productivity, depending on re-deployment time after minor edits.

There are a few changes it can't handle--you can't change class hierarchy or implement new interfaces, for example, but it's unlikely you'd be making changes like that during a standard edit-compile-test cycle. There is also a risk factor; if the app you're working on is "live," and you are careless with your configuration, you could introduce new bugs into running code. However, that's a user error and hardly the fault of the program.

The trial version lasts for 30 days and prints a message in the console window when run. This should be long enough to determine if the utility provided is worth it.

Click here to read article at PC World