RE: Does Geronimo Eclipse Plugin support hot deployment

2010-02-26 Thread Russell Collins
I actually have that "Automatic Republish" feature turned off.  I just push the 
republish button that is located next to the start button for Geronimo.  After 
reading some of the other discussion I must say that I am not republishing JSP 
code.  I am republishing EJBs only at this point.

-Original Message-
From: Lisa Dony [mailto:dony.l...@gmail.com]
Sent: Thursday, February 25, 2010 8:07 AM
To: user@geronimo.apache.org
Subject: RE: Does Geronimo Eclipse Plugin support hot deployment


Hi Russell!  What republish feature are you talking about?  If you double
click on the Apache 2.2 in the Server view in eclipse, I have the Publishing
settings set to "Automatically publish when resource change".  Is this the
re-publish feature you are talking about?  If so, if I change a class it
seems to be publishing the whole app.
--
View this message in context: 
http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p415187.html
Sent from the Users mailing list archive at Nabble.com.

CONFIDENTIALITY NOTICE: The information contained in this electronic mail 
(email) transmission (including attachments), is intended by MCLANE ADVANCED 
TECHNOLOGIES for the use of the named individual or entity to which it is 
addressed and may contain information that is privileged, confidential and/or 
protected as a trade secret. It is not intended for transmission to, or receipt 
by, any individual or entity other than the named addressee(s). If you have 
received this email in error, please delete it (including attachments) and any 
copies thereof without printing, copying or forwarding it, and notify the 
sender of the error by email reply immediately.


RE: Does Geronimo Eclipse Plugin support hot deployment

2010-02-25 Thread Lisa Dony

Hi Russell!  What republish feature are you talking about?  If you double
click on the Apache 2.2 in the Server view in eclipse, I have the Publishing
settings set to "Automatically publish when resource change".  Is this the
re-publish feature you are talking about?  If so, if I change a class it
seems to be publishing the whole app.
-- 
View this message in context: 
http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p415187.html
Sent from the Users mailing list archive at Nabble.com.


Re: Does Geronimo Eclipse Plugin support hot deployment

2010-02-25 Thread Lisa Dony

Thanks Kevan!  I was able to follow the article and now I can change my 
JSP's without having to re-publish the whole app in Geronimo.  I still 
can't understand why there isn't an option to also "hot code" replace a 
class when running in debug mode.  I've done this before in eclipse with 
JBOSS.

-- 
View this message in context: 
http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p415169.html
Sent from the Users mailing list archive at Nabble.com.


Re: Does Geronimo Eclipse Plugin support hot deployment

2010-02-24 Thread Kevan Miller

On Feb 24, 2010, at 5:07 PM, Lisa Dony wrote:

> 
> I'm using eclipse and geronimo 2.2 plug-in.  I created a small dynamic web
> app running in geronimo.   I have the Apache Geronimo 2.2 Publishing
> settings set to "Automatically publish when resource change".  If I'm
> running my dynamic web app in debug mode in eclipse, and if  I make a change
> to a class or jsp in my eclipse workspace, the whole application is getting
> republished.  Is there some setting in for geromino/eclipse to just replace
> the class or jsp that was changed? 

Can definitely do this for JSP's. Here's doc for G 2.2 -- 
http://cwiki.apache.org/GMOxDOC22/quick-debugging-jsps-of-your-application.html

Pretty sure it was fixed for G 2.1.x. I assume Delos or Tim can explain more...

--kevan

Re: Does Geronimo Eclipse Plugin support hot deployment

2010-02-24 Thread Forrest Xia
check this one and see if it makes sense.

http://www.ibm.com/developerworks/forums/thread.jspa?threadID=238602&tstart=45

On Thu, Feb 25, 2010 at 9:17 AM, Russell Collins <
russell.coll...@mclaneat.com> wrote:

> I use the Geronimo Eclipse Plugin to create EJB's and such.  When I am
> developing, I start the Geronimo instance in eclipse and use the republish
> feature without having to restart the server.  This will unload and reload
> the classes that have been changed.  I usually do not have the automatic
> reload feature running.  I imagine that it the automatic feature will work
> the same.
>
> -Original Message-
> From: David Jencks [mailto:david_jen...@yahoo.com]
> Sent: Wednesday, February 24, 2010 4:48 PM
> To: user@geronimo.apache.org
> Subject: Re: Does Geronimo Eclipse Plugin support hot deployment
>
> class >> definitely not, our classloader doesn't support hot reloading
> of classes.
> jsp >> not sure.  I'm not sure how the eclipse plugin works.  If you
> figure out where geronimo is loading the jsps from then you can edit
> them there and they will be reloaded by jasper.  However this is
> unlikely to be where you are editing them in eclipse.  It is possible
> that if GEP is using "in place deployment" cleverly enough this would
> actually be the eclipse workspace
>
> thanks
> david jencks
>
> On Feb 24, 2010, at 2:07 PM, Lisa Dony wrote:
>
> >
> > I'm using eclipse and geronimo 2.2 plug-in.  I created a small
> > dynamic web
> > app running in geronimo.   I have the Apache Geronimo 2.2 Publishing
> > settings set to "Automatically publish when resource change".  If I'm
> > running my dynamic web app in debug mode in eclipse, and if  I make
> > a change
> > to a class or jsp in my eclipse workspace, the whole application is
> > getting
> > republished.  Is there some setting in for geromino/eclipse to just
> > replace
> > the class or jsp that was changed?
> >
> > --
> > View this message in context:
> http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p414142.html
> > Sent from the Users mailing list archive at Nabble.com.
>
>
> CONFIDENTIALITY NOTICE: The information contained in this electronic mail
> (email) transmission (including attachments), is intended by MCLANE ADVANCED
> TECHNOLOGIES for the use of the named individual or entity to which it is
> addressed and may contain information that is privileged, confidential
> and/or protected as a trade secret. It is not intended for transmission to,
> or receipt by, any individual or entity other than the named addressee(s).
> If you have received this email in error, please delete it (including
> attachments) and any copies thereof without printing, copying or forwarding
> it, and notify the sender of the error by email reply immediately.
>


RE: Does Geronimo Eclipse Plugin support hot deployment

2010-02-24 Thread Russell Collins
I use the Geronimo Eclipse Plugin to create EJB's and such.  When I am 
developing, I start the Geronimo instance in eclipse and use the republish 
feature without having to restart the server.  This will unload and reload the 
classes that have been changed.  I usually do not have the automatic reload 
feature running.  I imagine that it the automatic feature will work the same.

-Original Message-
From: David Jencks [mailto:david_jen...@yahoo.com]
Sent: Wednesday, February 24, 2010 4:48 PM
To: user@geronimo.apache.org
Subject: Re: Does Geronimo Eclipse Plugin support hot deployment

class >> definitely not, our classloader doesn't support hot reloading
of classes.
jsp >> not sure.  I'm not sure how the eclipse plugin works.  If you
figure out where geronimo is loading the jsps from then you can edit
them there and they will be reloaded by jasper.  However this is
unlikely to be where you are editing them in eclipse.  It is possible
that if GEP is using "in place deployment" cleverly enough this would
actually be the eclipse workspace

thanks
david jencks

On Feb 24, 2010, at 2:07 PM, Lisa Dony wrote:

>
> I'm using eclipse and geronimo 2.2 plug-in.  I created a small
> dynamic web
> app running in geronimo.   I have the Apache Geronimo 2.2 Publishing
> settings set to "Automatically publish when resource change".  If I'm
> running my dynamic web app in debug mode in eclipse, and if  I make
> a change
> to a class or jsp in my eclipse workspace, the whole application is
> getting
> republished.  Is there some setting in for geromino/eclipse to just
> replace
> the class or jsp that was changed?
>
> --
> View this message in context: 
> http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p414142.html
> Sent from the Users mailing list archive at Nabble.com.


CONFIDENTIALITY NOTICE: The information contained in this electronic mail 
(email) transmission (including attachments), is intended by MCLANE ADVANCED 
TECHNOLOGIES for the use of the named individual or entity to which it is 
addressed and may contain information that is privileged, confidential and/or 
protected as a trade secret. It is not intended for transmission to, or receipt 
by, any individual or entity other than the named addressee(s). If you have 
received this email in error, please delete it (including attachments) and any 
copies thereof without printing, copying or forwarding it, and notify the 
sender of the error by email reply immediately.


Re: Does Geronimo Eclipse Plugin support hot deployment

2010-02-24 Thread David Jencks
class >> definitely not, our classloader doesn't support hot reloading  
of classes.
jsp >> not sure.  I'm not sure how the eclipse plugin works.  If you  
figure out where geronimo is loading the jsps from then you can edit  
them there and they will be reloaded by jasper.  However this is  
unlikely to be where you are editing them in eclipse.  It is possible  
that if GEP is using "in place deployment" cleverly enough this would  
actually be the eclipse workspace


thanks
david jencks

On Feb 24, 2010, at 2:07 PM, Lisa Dony wrote:



I'm using eclipse and geronimo 2.2 plug-in.  I created a small  
dynamic web

app running in geronimo.   I have the Apache Geronimo 2.2 Publishing
settings set to "Automatically publish when resource change".  If I'm
running my dynamic web app in debug mode in eclipse, and if  I make  
a change
to a class or jsp in my eclipse workspace, the whole application is  
getting
republished.  Is there some setting in for geromino/eclipse to just  
replace

the class or jsp that was changed?

--
View this message in context: 
http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p414142.html
Sent from the Users mailing list archive at Nabble.com.




Does Geronimo Eclipse Plugin support hot deployment

2010-02-24 Thread Lisa Dony

I'm using eclipse and geronimo 2.2 plug-in.  I created a small dynamic web
app running in geronimo.   I have the Apache Geronimo 2.2 Publishing
settings set to "Automatically publish when resource change".  If I'm
running my dynamic web app in debug mode in eclipse, and if  I make a change
to a class or jsp in my eclipse workspace, the whole application is getting
republished.  Is there some setting in for geromino/eclipse to just replace
the class or jsp that was changed? 

-- 
View this message in context: 
http://n3.nabble.com/Does-Geronimo-Eclipse-Plugin-support-hot-deployment-tp414142p414142.html
Sent from the Users mailing list archive at Nabble.com.