> 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
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
- 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
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
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
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
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
"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
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
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
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
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.
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
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
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
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
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
17 matches
Mail list logo