You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Watkins <ja...@flare-dvd.com> on 2003/07/04 19:31:05 UTC

RE: Ok is it just me?

Maybe they're all too busy googling for 'eliminate duplication, eliminate
dependency'.

> -----Original Message-----
> From: Jamie M. Guillemette 
> [mailto:Jamie_Guillemette@av-basesystems.com]
> Sent: 04 July 2003 18:33
> To: Struts Users Mailing List
> Subject: Ok is it just me?
> 
> 
> Or did this discussion group just get very very very quiet.. ?
> ( must be all those americans enjoying there day off :P )
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 

DISCLAIMER: This message contains confidential information and is intended
for To: and Cc: (name). If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited. E-mail
transmission cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete,
or contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a result
of e-mail transmission. The content of this e-mail does not necessarily
represent the company, its policies, or views, or those of its subsidiaries.
If verification is required please request a hard-copy version.
Please note that M2 Limited monitors incoming and outgoing mail for
compliance with its email policy. This includes scanning incoming emails to
detect Viruses. 


Re: What's the best way to duplicate a struts project -- like for pilot purpose

Posted by Ted Husted <hu...@apache.org>.
I'd try setting up a "pilot" branch in the struts-config that used the 
new funcationality. So instead of /edit they would go to /pilot/edit.

-Ted.

Yansheng Lin wrote:
> Oh, what we try to do is: sometimes we have to demo some enhanced functunality
> to certain clients in production mode.  
> 
> So it's like having two almost identical struts applications running on
> production machine, except one is real, the other is for pilot(going to be real
> if clients want these new enhancements).   Note they are both running in
> 'production mode', which mean the development and testing is already done on
> test machines.
> 
> It's not as easy as you might think.  Especially when the application gets to be
> more than 2G!
> 
> 
> -----Original Message-----
> From: Jamie M. Guillemette [mailto:Jamie_Guillemette@av-basesystems.com] 
> Sent: July 4, 2003 12:00 PM
> To: Struts Users Mailing List
> Subject: Re: What's the best way to duplicate a struts project -- like for pilot
> purpose
> 
> 
> you lost me on what your trying to do..
> 
> JMG
> 
> ----- Original Message -----
> From: "Yansheng Lin" <ya...@isogis.com>
> To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
> Sent: Friday, July 04, 2003 1:47 PM
> Subject: What's the best way to duplicate a struts project -- like for pilot
> purpose
> 
> 
> 
>>I have done this too many times now.  Still hasn't figured out a way to do
> 
> this
> 
>>efficiently.  Wonder anyone has better practices than copying and pasting
> 
> or
> 
>>putting a lot of temporary if-else in the code?
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 


-- 
Ted Husted,
Struts in Action <http://husted.com/struts/book.html>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: What's the best way to duplicate a struts project -- like for pilot purpose

Posted by Yansheng Lin <ya...@isogis.com>.
Oh, what we try to do is: sometimes we have to demo some enhanced functunality
to certain clients in production mode.  

So it's like having two almost identical struts applications running on
production machine, except one is real, the other is for pilot(going to be real
if clients want these new enhancements).   Note they are both running in
'production mode', which mean the development and testing is already done on
test machines.

It's not as easy as you might think.  Especially when the application gets to be
more than 2G!


-----Original Message-----
From: Jamie M. Guillemette [mailto:Jamie_Guillemette@av-basesystems.com] 
Sent: July 4, 2003 12:00 PM
To: Struts Users Mailing List
Subject: Re: What's the best way to duplicate a struts project -- like for pilot
purpose


you lost me on what your trying to do..

JMG

----- Original Message -----
From: "Yansheng Lin" <ya...@isogis.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Friday, July 04, 2003 1:47 PM
Subject: What's the best way to duplicate a struts project -- like for pilot
purpose


>
> I have done this too many times now.  Still hasn't figured out a way to do
this
> efficiently.  Wonder anyone has better practices than copying and pasting
or
> putting a lot of temporary if-else in the code?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: What's the best way to duplicate a struts project -- like for pilot purpose

Posted by "Jamie M. Guillemette" <Ja...@av-basesystems.com>.
you lost me on what your trying to do..

JMG

----- Original Message -----
From: "Yansheng Lin" <ya...@isogis.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Friday, July 04, 2003 1:47 PM
Subject: What's the best way to duplicate a struts project -- like for pilot
purpose


>
> I have done this too many times now.  Still hasn't figured out a way to do
this
> efficiently.  Wonder anyone has better practices than copying and pasting
or
> putting a lot of temporary if-else in the code?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


What's the best way to duplicate a struts project -- like for pilot purpose

Posted by Yansheng Lin <ya...@isogis.com>.
I have done this too many times now.  Still hasn't figured out a way to do this
efficiently.  Wonder anyone has better practices than copying and pasting or
putting a lot of temporary if-else in the code?



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Ok is it just me?

Posted by "Jamie M. Guillemette" <Ja...@av-basesystems.com>.
I did not know that Ted had such power over all of us...

Ted.. ted..  ted.. << chanting >>

JMG


----- Original Message -----
From: "James Watkins" <ja...@flare-dvd.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Friday, July 04, 2003 1:31 PM
Subject: RE: Ok is it just me?


> Maybe they're all too busy googling for 'eliminate duplication, eliminate
> dependency'.
>
> > -----Original Message-----
> > From: Jamie M. Guillemette
> > [mailto:Jamie_Guillemette@av-basesystems.com]
> > Sent: 04 July 2003 18:33
> > To: Struts Users Mailing List
> > Subject: Ok is it just me?
> >
> >
> > Or did this discussion group just get very very very quiet.. ?
> > ( must be all those americans enjoying there day off :P )
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
>
> DISCLAIMER: This message contains confidential information and is intended
> for To: and Cc: (name). If you are not the intended recipient you are
> notified that disclosing, copying, distributing or taking any action in
> reliance on the contents of this information is strictly prohibited.
E-mail
> transmission cannot be guaranteed to be secure or error-free as
information
> could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete,
> or contain viruses. The sender therefore does not accept liability for any
> errors or omissions in the contents of this message, which arise as a
result
> of e-mail transmission. The content of this e-mail does not necessarily
> represent the company, its policies, or views, or those of its
subsidiaries.
> If verification is required please request a hard-copy version.
> Please note that M2 Limited monitors incoming and outgoing mail for
> compliance with its email policy. This includes scanning incoming emails
to
> detect Viruses.
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RES: Ok is it just me?

Posted by Julio Cesar C Neto <ju...@softsite.com.br>.
DonĀ“t tell to everybody, ok? :))

Julio Cesar

-----Mensagem original-----
De: James Watkins [mailto:james@flare-dvd.com] 
Enviada em: sexta-feira, 4 de julho de 2003 14:31
Para: Struts Users Mailing List
Assunto: RE: Ok is it just me?

Maybe they're all too busy googling for 'eliminate duplication,
eliminate
dependency'.

> -----Original Message-----
> From: Jamie M. Guillemette 
> [mailto:Jamie_Guillemette@av-basesystems.com]
> Sent: 04 July 2003 18:33
> To: Struts Users Mailing List
> Subject: Ok is it just me?
> 
> 
> Or did this discussion group just get very very very quiet.. ?
> ( must be all those americans enjoying there day off :P )
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 

DISCLAIMER: This message contains confidential information and is
intended
for To: and Cc: (name). If you are not the intended recipient you are
notified that disclosing, copying, distributing or taking any action in
reliance on the contents of this information is strictly prohibited.
E-mail
transmission cannot be guaranteed to be secure or error-free as
information
could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete,
or contain viruses. The sender therefore does not accept liability for
any
errors or omissions in the contents of this message, which arise as a
result
of e-mail transmission. The content of this e-mail does not necessarily
represent the company, its policies, or views, or those of its
subsidiaries.
If verification is required please request a hard-copy version.
Please note that M2 Limited monitors incoming and outgoing mail for
compliance with its email policy. This includes scanning incoming emails
to
detect Viruses. 



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org