Re: WAR based project layout vs Sun J2SE blueprint layout

2004-12-07 Thread Yagiz Erkan
> they are deployed (trim extra whitespace from JSPs, assemble help Hi Max, Do you use an Ant task to trim whitespaces from JSPs? Thanks, - Yagiz Erkan - http://yagiz.blogspot.com http://www.erkans.com - To unsubscribe, e-m

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-12-06 Thread Max Cooper
Using a local dev server (each developer runs their own server locally) and pointing it to one of your working directories that contains an exploded app is nice. The time it takes to deploy changes needs to be short to keep productivity up -- it seems unlikely that a process that involved creating

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
- Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 10:10 PM Subject: Re: WAR based project layout vs Sun J2SE blueprint layout In the one or two instance

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
our box as the dev/test box runs. The only real purpose to stick it on the test box is for our customers to hit. Eddie - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, Novemb

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Corey Scott
the test box is for our customers to hit. > > Eddie > > > > - Original Message - > From: "Craig McClanahan" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, November 29, 2004 7:14 PM > Subje

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
quot;Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 7:14 PM Subject: Re: WAR based project layout vs Sun J2SE blueprint layout On Mon, 29 Nov 2004 17:58:20 -, McDonnell, Colm (MLIM) <[EMAIL PROTEC

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
Response in-line ... - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 7:35 PM Subject: Re: WAR based project layout vs Sun J2SE blueprint layout

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
"Vic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 6:21 PM Subject: Re: WAR based project layout vs Sun J2SE blueprint layout Here is a tomcat specific setup of the app: Folder web is much war like! But... next to it in ../mds/src is where src

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
I couldn't agree with Craig more. Especially when we're talking about development, I can't concieve of having to WAR things up, whether it's going on my own machine or a remote box. I've even seen some people work with something like Resin that will pick up ANY change instantly and automatica

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Craig McClanahan
On Mon, 29 Nov 2004 17:58:20 -, McDonnell, Colm (MLIM) <[EMAIL PROTECTED]> wrote: > Have you considered deploying exploded versions of your WAR file in the > development environment? This approach works great for me ... the lack of copying really improves turnaround time on redeployments duri

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Eddie Bush
et out of production boxes though :-) Eddie - Original Message - From: "Vic" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 6:21 PM Subject: Re: WAR based project layout vs Sun J2SE blueprint layout Here is a tomcat specific setup of the app

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Vic
Here is a tomcat specific setup of the app: Folder web is much war like! But... next to it in ../mds/src is where src is. hth, .V Dahnke, Eric (Company IT) wrote: Thanks for the response. In this case then, the dev/ folder is presumably under vcs and the layout would be fairly WAR based? Thx.

RE: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Dahnke, Eric (Company IT)
gt; Subject: Re: WAR based project layout vs Sun J2SE blueprint layout > > > I think most projects point "Tomcat" to the dev folder, and > then issue a > reload command. As soon as you change JSP or java and > "reload", you see it. > > Read up

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Vic
I think most projects point "Tomcat" to the dev folder, and then issue a reload command. As soon as you change JSP or java and "reload", you see it. Read up on tomcat reload and then find out your container'saproach. .V Dahnke, Eric (Company IT) wrote: Hello List Members, Whether to layout a proj

RE: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread fzlists
I'm a big believer in simplicity. To that end, the way we work here at my behest, at least during development, is that applications are simply zipped up when they need to be moved somewhere and deployed in exploded form. All developers have Tomcat on their desktop, set up identically, so they

RE: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Dahnke, Eric (Company IT)
Damn, that's not bad is it. I had thought of variations of that, but hadn't considered ant. Those types of ant tasks would be fast too wouldn't they. Having client siders use ant is not a show stopper (they use it now to reload after struts-conf and tiles-defs changes they make). Thanks > Hav

RE: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread McDonnell, Colm (MLIM)
Eric, Have you considered deploying exploded versions of your WAR file in the development environment? The client side coders could then copy their deltas directly into the application without having to build and redeploy it. The means of copying the files could be automated by making the explod