• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hot-deployment of java files

 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Francesco,

During JFall 2009 I attended a presentation by Arun Gupta about J2EE 6 and Glassfish v3. He talked among other thinks about hot-deployment of java files with glassfish. Currently I'm doing the same with JBoss AS and Seam however I was wondering if JBoss AS will be going to support this feature for J2EE 6. Because it drastically shortens the develop-compile-test cycle which makes it much easier to work with.

Thanks,
Wouter
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Wouter Oet wrote: Currently I'm doing the same with JBoss AS and Seam however I was wondering if JBoss AS will be going to support this feature for J2EE 6.



Not that i know. However, Seam 3 has some plans for supporting this for Seam beans.
 
Wouter Oet
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That´s too bad. I really hope that it will be implemented.
 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Wouter Oet wrote:Because it drastically shortens the develop-compile-test cycle which makes it much easier to work with.



How?
 
Wouter Oet
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Because the class is replaced at runtime and therefor no need to re-deploy the application.
 
author
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Wouter Oet wrote:Hi Francesco,

During JFall 2009 I attended a presentation by Arun Gupta about J2EE 6 and Glassfish v3. He talked among other thinks about hot-deployment of java files with glassfish. Currently I'm doing the same with JBoss AS and Seam however I was wondering if JBoss AS will be going to support this feature for J2EE 6. Because it drastically shortens the develop-compile-test cycle which makes it much easier to work with.

Thanks,
Wouter


Hi Wouter,
sorry for replying too late to your question. I'm not really sure if I understand your query, however if you refer to hot-deployment of applications this can be already be done, provided that you're using an exploded file format: for example in an exploded .war application you can hot-deploy partially your JSPs/Servlet without the need to stop/start the application.
Hope this was the meaning of your question.....
regards
Francesco
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am still not understanding how development cycle can be shortened due to hot deployment.

I can make out that it helps deployment and I have used that when I deploy on JBoss. But I do not necessarily think development cycle is affected
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic