You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by mm...@wernervas.com on 2011/07/12 17:59:23 UTC

Struts2 Development Quick Turnaround

Hello,

I'm look for a solution that will allow me to make significant changes to 
action classes (change method signatures, add new methods etc.) but not 
have to redploy the application.

I was curious if anyone is using anything other than jrebel or 
hotswap(running in debug mode, very limited)

I wasn't sure if there was anything specifically for struts2. I also 
noticed that while running in devMode=true that struts is not picking up 
the changes I make to action mappings.

Changing a resource bundle or jsp works fine.

Thanks.

Mitch 

RE: Struts2 Development Quick Turnaround

Posted by mm...@wernervas.com.
We use jboss eap 5.0.1.  The problem is we have to deploy our struts2 
application along with a coldfusion application in the same container. 

I need something that can monitor the class files for changes and reload 
them automatically.

Mitch




From:   Martin Gainty <mg...@hotmail.com>
To:     Struts Users Mailing List <us...@struts.apache.org>
Date:   07/12/2011 11:08 AM
Subject:        RE: Struts2 Development Quick Turnaround




assuming you are refactoring one of the webapp configuration files
you can deploy the refactored webapp to a container which supports 
'hot-deploy'
http://www.mulesoft.com/tomcat-deploy#host-auto

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene 
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte 
Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht 
dient lediglich dem Austausch von Informationen und entfaltet keine 
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von 
E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire 
informez l'expéditeur. N'importe quelle diffusion non autorisée ou la 
copie de ceci est interdite. Ce message sert à l'information seulement et 
n'aura pas n'importe quel effet légalement obligatoire. Étant donné que 
les email peuvent facilement être sujets à la manipulation, nous ne 
pouvons accepter aucune responsabilité pour le contenu fourni.


> To: user@struts.apache.org
> Subject: Struts2 Development Quick Turnaround
> From: mmckenzie@wernervas.com
> Date: Tue, 12 Jul 2011 10:59:23 -0500
> 
> Hello,
> 
> I'm look for a solution that will allow me to make significant changes 
to 
> action classes (change method signatures, add new methods etc.) but not 
> have to redploy the application.
> 
> I was curious if anyone is using anything other than jrebel or 
> hotswap(running in debug mode, very limited)
> 
> I wasn't sure if there was anything specifically for struts2. I also 
> noticed that while running in devMode=true that struts is not picking up 

> the changes I make to action mappings.
> 
> Changing a resource bundle or jsp works fine.
> 
> Thanks.
> 
> Mitch 
  

RE: Struts2 Development Quick Turnaround

Posted by Martin Gainty <mg...@hotmail.com>.
assuming you are refactoring one of the webapp configuration files
you can deploy the refactored webapp to a container which supports 'hot-deploy'
http://www.mulesoft.com/tomcat-deploy#host-auto

Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.


> To: user@struts.apache.org
> Subject: Struts2 Development Quick Turnaround
> From: mmckenzie@wernervas.com
> Date: Tue, 12 Jul 2011 10:59:23 -0500
> 
> Hello,
> 
> I'm look for a solution that will allow me to make significant changes to 
> action classes (change method signatures, add new methods etc.) but not 
> have to redploy the application.
> 
> I was curious if anyone is using anything other than jrebel or 
> hotswap(running in debug mode, very limited)
> 
> I wasn't sure if there was anything specifically for struts2. I also 
> noticed that while running in devMode=true that struts is not picking up 
> the changes I make to action mappings.
> 
> Changing a resource bundle or jsp works fine.
> 
> Thanks.
> 
> Mitch