Even a HUGE webapp is relatively small. Even if it's a couple of megs big (not counting source of course), no big deal.
The one comment I will make is that the hosted environment takes FOREVER to get anything promoted to prod, whereas the other environment I can do it in a few minutes. And when it's just a JSP change or a new image or CSS change, I don't have to bring the app down, whereas the other environment does (probably not being managed properly, but it is what it is).
We to don't do much in the way of separation of jobs. We have in some instances, but generally it's a couple of guys (or even just one in many cases) doing all the development, front-end and back (and database work as well usually). I don't know, I tend to like that most of the time because I get to do everything, but it certainly becomes obvious on the bigger projects that breaking things up would probably be better.
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com
Eddie Bush wrote:
Do people really deploy things to production like this? We generally just publish an EAR or WAR file to the server and keep the source in a versioning system. It seems like pretty wasteful space on a production server to have an application plus all the files that make up the application. ... at least, to me.
'course, God only knows how many apps are running on a single server - I know there are several though - each with their own server instance. There is a seperate (infrastructure) team that deploys apps. Kind of odd though. Even as split up into teams as we are, the developers *still* do the HTML/JSP pages! I can't imagine an environment where they didn't. I don't know if I'd want to. I suppose, to us, all the "development" tasks fit in the "Application Programmer" role.
... kind of helps us maximize the use we get 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: <Context docBase="/dev3/apps/mds/web" > </Context>
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.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0448-1, 11/26/2004 Tested on: 11/29/2004 6:57:36 PM avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]