Tagged Questions

2
votes
5answers
39 views

loading from JAR files during deployment vs development

hi when i am loading some data into my java program, i usually use FileInputStream. however i deploy the program as a jar file and webstart, so i have to use getRessource() or get …
15
votes
3answers
133 views

Do you develop your Perl applications as CPAN modules?

Recently I read a blog post saying that it is a good practice to develop Perl applications just as you would develop a CPAN module. (Here it is – thanks David!) One of the reasons …
4
votes
14answers
516 views
+100

How to create a system with 1500 servers that deliver results instantaneously?

I want to create a system that delivers user interface response within 100ms, but which requires minutes of computation. Fortunately, I can divide it up into very small pieces, so …
1
vote
7answers
118 views

C# console app deployment

I have a simple C# console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution onto a network share folder? A similar Java conso …
10
votes
12answers
524 views

Best practices for deploying Java webapps with minimal downtime?

When deploying a large Java webapp (>100 MB .war) I'm currently use the following deployment process: The application .war file is expanded locally on the development machine. Th …
0
votes
2answers
29 views

Deploying with a folder structure.

Good day all, I have written an application that i require to have a certain directory structure/. Nothing complex but it will need an "Images" Folder which contains two other fol …
1
vote
2answers
77 views

.NET C# Console App Deployment [closed]

Possible Duplicate: C# console app deployment I have a C# console application developed on my local machine using VS2008 Pro. I want to know how to deploy this solution on …
3
votes
2answers
68 views

Upgrades to Drupal in production

Does anyone have a good Drupal upgrade strategy for an install that is in production? No one talks about this in books and it's hard to find a definitive answer in forums and emai …
0
votes
1answer
26 views

Automatic Deployment to Multiple Production Environments

I want to update an ASP .NET web application (including web.config file changes and database scripts) to multiple production environments - ideally with the click of a button. I do …
3
votes
2answers
70 views

Deploying a Django Opensource Application with dependencies

I'm working with a friend on a web application we'd like to distribute and we're working in Django. I'd like to make sure deployment is as easy as possible for potential users. I …
0
votes
1answer
11 views

Deploying website with cookie-free domain path update for images and other resources.

I'm working on as asp.net application. The application is reasonably large and involves lot of pages with many reference images and scripts. I have hosted such content on a cookie- …
1
vote
5answers
75 views

What if setuptools isn’t installed?

I'm just learning the art of writing a setup.py file for my project. I see there's lots of talk about setuptools, which is supposed to be superior to distutils. There's one thing t …
1
vote
1answer
45 views

Making .NET configuration environment-neutral

I want to get some thoughts on best practices around making .NET app configuration environment-neutral. Background. Some background first. I come from the Java world, not the .NET …
0
votes
4answers
73 views

Why aren’t my users seeing the latest updates when I release a new version of our website?

Last Thursday we just released a new version of our website. The big change was we converted from Prototype to jQuery. This of course included lots of changes to referenced javascr …
0
votes
1answer
62 views

What’s the right way to manage a release with SVN?

My last employer had developed an elaborate system which sat on top of SVN to deal with ongoing development: (change management) look at bugs/issues and associate them with commits …

1 2 3 4 5 79 next
15 30 50 per page