6
votes
4answers
361 views
How do you manage PHP Project Development Lifecycle?
Hello.
I've worked on several PHP projects and always I have problems with organizing my work. Where do you develop your application - on localhost, remote server or maybe production one(!) ?
When I …
4
votes
6answers
188 views
How do you know when to shut down a project?
Hey, I've built a project over the course of a year. I've put in a lot of hours into it, and it has come out great. A bunch of people use it, and a bunch of people write plugins for it. However, I …
4
votes
9answers
4k views
How to check if page is postback within reserved function pageLoad on ASP.NET AJAX
I'm looking for a way to check within pageLoad() if this method is raised during load event because of a postback/async postback or because of being loaded and access the first time.
This is similar …
4
votes
8answers
309 views
When do you stop testing?
In your practice, what measure(s) do you use to know when it's time to stop testing an application and move it to production?
3
votes
3answers
90 views
Where can I find a good detailed tutorial on the lifecycle of a page request?
A good detailed tutorial on the lifecycle of a page request.
I've read up on the ASP.NET page lifecycle, I am talking about things that happened before the .NET process starts to handle the request.
…
3
votes
1answer
74 views
What are the life cycle methods of a Java Server Page?
What are the life cycle methods of a Java Server Page?
2
votes
6answers
68 views
The right way to kill off near-dead hosted applications?
When a hosted software application does have a paying user base (albeit a small one), but it's no longer profitable to maintain it, improve it, or support it, what's the "right way" to kill it off, …
2
votes
1answer
30 views
How to maintain application configuration data in the database across multiple environments?
The company I work for has attempted to maintain configuration data for our application across multiple environments, but syncing that data has always been problematic and we've never come up with a …
2
votes
2answers
100 views
[Android] How do I preserve a complex object across Activity restarts?
Say I have a Java Bean object which is serializable. I want to store it away safely when an Activity goes through onDestroy() on purpose (i.e. onSaveInstanceState() is not called).
I am looking for a …
2
votes
2answers
124 views
Data push to flex application from .net backend
Hi All,
I'm about to go into a large scale application (client-flex, server-.net).
The server side is required to push data to the clients without them asking for it, this data can be tables from the …
2
votes
1answer
163 views
Is there a way to “auto-deploy” ASP.NET applications after IIS is restarted?
I have an ASP.NET application that uses the Fluorine FX remoting library. When the web application initializes, it kicks off a socket server on a separate port for handling RTMP connections.
The …
2
votes
1answer
151 views
How would you get a list of all the applications at your company? [closed]
Hi Everyone,
(Updated: I've moved this over to ServerFault)
I'm responsible for maintaining a list of all the applications in my company (about 250). The range is from HR systems that track 80k …
2
votes
2answers
63 views
Do you have any opinions of SEI’s Team Software Process?
Someone within my organization has started pushing for us to pilot the CMU SEI's TSP process (see website here). I have an instinctual aversion to any attempts to cure software development illnesses …
2
votes
2answers
119 views
Life Cycle Tools Suite
I am looking to replace the life cycle tools currently used by my development teams.
Tools that I'm looking for:
- Version Control
- Defect/Issue Tracking
- Requirements Tracking
- Test Case …
1
vote
1answer
99 views
If I run mvn deploy does it build new artifacts or it just deploy the already existing artifacts in to the remote server?
Note: This question has been originally posted by Lahiru Gunathilake as an answer to another question. I'm moving it here as a separated question for the sake of clarity.
When we are doing a release …
