The accent is very easy to understand, but doesn't sound like one I recognize.
Well, you figure it out. My mothertongue is Russian, I speak Estonian quite freely, but I speak English at home and watch lots of movies in English (both American and not). I think it's quite a mixture.
The screen cast is very nicely done, and showcases the tool nicely. After seeing it, it looked a little like magic. I had to stop and do a double-take after seeing the demonstration to absorb what I had seen
This looks very interesting, but my question is: are there real uses of such a module?
The goal is it to be used on production platform or only on development platform? For my part, pushing elements on a production platform so easily seems too dangerous. And IDE allows deploying evolutions on development platforms quickly.
Chris
Toomas Römer
JavaRebel Support
Greenhorn
Joined: Jul 07, 2008
Posts: 17
posted
0
This is meant to be used in development mode only. We are planning production support but currently it is only a development tool.
There are real uses of such a module. The main idea is that it saves a lot of time for the developers, deployment times vary from 30seconds to 20minutes, saving those minutes just adds up.
The other main factor is context switches of the developer. Even a tiny fix requires most of the time a redeploy. You as a developer do not have to read Slashdot and just wait but can actually get instant feedback and keep going with the task at hand.
There are real uses of such a module. The main idea is that it saves a lot of time for the developers, deployment times vary from 30seconds to 20minutes, saving those minutes just adds up.
Also, it is a very repetitive and monotonous task that developers hate to do. Especially the hot deployments do not always work well and takes time too. [ August 12, 2008: Message edited by: arulk pillai ]
Yup. Hot deployments will require the reinitialization of the servlet context, spring, hibernate or which ever library you are using
Christophe Deniaud
Greenhorn
Joined: Jan 10, 2008
Posts: 21
posted
0
Hi Toomas,
Thanks for answer. I agree that as a development tool, it seems interesting. Especially since even if IDE allow us to automate the deployment, it often involves tasks unnecessary (hence wasting time).
I would have been more reluctant with the idea of using such a model on production platform; probably for fear that a developer would jump the basic steps of validation.