RE: bean newbie question

2001-08-03 Thread Scott Stirling
m: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 11:32 AM > To: JRun-Talk > Subject: RE: bean newbie question > > > Scott, > > We have never been able to get JRUN to reload a Java class > bean dynamically. > We have used both JRUN

RE: bean newbie question

2001-08-03 Thread Scott Stirling
en Groeneveld [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 12:06 PM > To: JRun-Talk > Subject: Re: bean newbie question > > > That's interesting, we do just the same but with CVS. I'm > curious, do > you use makefiles for your build or have you come a

Re: bean newbie question

2001-08-03 Thread Drew Falkman
If I'm not mistaken, Tomcat is also not J2EE compliant. Drew Falkman - Original Message - From: "Eitzenberger Thomas" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 4:50 PM Subject: Re: bean newbie question

RE: bean newbie question

2001-08-03 Thread Mark Phelps
; -Original Message- > From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 8:25 AM > To: JRun-Talk > Subject: RE: bean newbie question > > > Jay, > > I don't know about your development environment, but I require all > dev

Re: bean newbie question

2001-08-03 Thread Jeff Ramin
Ant! Make has served us well, but the time has come for Ant. Ben Groeneveld wrote: > > That's interesting, we do just the same but with CVS. I'm curious, do > you use makefiles for your build or have you come across a better tool? > Makefiles have been nice in that we can build from the sam

Re: bean newbie question

2001-08-03 Thread Eitzenberger Thomas
Hi all ! Sorry for the "enemy" posting but tomcat (www.apache.org -> jakarta -> tomcat) has what you want. It does reload modified class files unless you change the API of the bean. However it (v3.2.x) is quite slow for commercial use. mfg ET "Haseltine, Celeste" wrote: > Jay, > > To answer y

RE: bean newbie question

2001-08-03 Thread Joe Niski
- > From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 8:25 AM > To: JRun-Talk > Subject: RE: bean newbie question > > > Jay, > > I don't know about your development environment, but I require all > developers to inst

RE: bean newbie question

2001-08-03 Thread Jackie Comeau
memory and into the subdirectory with your servlet code > the first time your class file is called from within a JSP. > > Celeste > > > > -----Original Message- > From: Jackie Comeau [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 9:05 AM > To: JRun-Talk >

Re: bean newbie question

2001-08-03 Thread Ben Groeneveld
leste > > > >-Original Message- >From: Jay [mailto:[EMAIL PROTECTED]] >Sent: Thursday, August 02, 2001 12:51 PM >To: JRun-Talk >Subject: Re: bean newbie question > > >Its a terrible thing. Imagine in a multi-developer environment how all of >this can

RE: bean newbie question

2001-08-03 Thread Haseltine, Celeste
IL PROTECTED]] > Sent: Thursday, August 02, 2001 1:51 PM > To: JRun-Talk > Subject: Re: bean newbie question > > > Its a terrible thing. Imagine in a multi-developer > environment how all of > this can have an effect on productivity - restarting all the time... > It ought t

RE: bean newbie question

2001-08-03 Thread Haseltine, Celeste
eate a new class file. Can someone from Macromedia comment??? - Original Message - From: "Jackie Comeau" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 7:05 AM Subject: RE: bean newbie question > So, you recommend eve

RE: bean newbie question

2001-08-03 Thread Scott Stirling
ED]] > Sent: Thursday, August 02, 2001 1:51 PM > To: JRun-Talk > Subject: Re: bean newbie question > > > Its a terrible thing. Imagine in a multi-developer > environment how all of > this can have an effect on productivity - restarting all the time... > It ought to automati

RE: bean newbie question

2001-08-03 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
: JRun-Talk Subject: RE: bean newbie question So, you recommend every time you make a JSP change to stop and restart the server to make sure JRun recognizes the change? I have not run into this yet, but I'm just playing around with JSP and actually developing anything serious yet. This is

Re: bean newbie question

2001-08-03 Thread Jay
comment??? - Original Message - From: "Jackie Comeau" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 7:05 AM Subject: RE: bean newbie question > So, you recommend every time you make a JSP change to stop and res

RE: bean newbie question

2001-08-03 Thread Haseltine, Celeste
eau [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 9:05 AM To: JRun-Talk Subject: RE: bean newbie question So, you recommend every time you make a JSP change to stop and restart the server to make sure JRun recognizes the change? I have not run into this yet, but I'm just playin

RE: bean newbie question

2001-08-03 Thread Jackie Comeau
So, you recommend every time you make a JSP change to stop and restart the server to make sure JRun recognizes the change? I have not run into this yet, but I'm just playing around with JSP and actually developing anything serious yet. This is not a good thing! Is this a possible bug with JRun

RE: bean newbie question

2001-08-01 Thread Haseltine, Celeste
Jay, To answer your question, I don't think you can. The server loads all your classes into memory, along with your compiled JSP pages. If your in a development mode, JRUN will compile your JSP's to servlets the first time you request the JSP, and subsequently when it see's that the "saved" da