Questions tagged [project-management]

PROJECT MANAGEMENT QUESTIONS ARE OFF-TOPIC. Please ask these questions on ProjectManagement.SE - https://pm.stackexchange.com

Note that as of February 7th, 2011, the Project Management Stack Exchange Site, launched in Beta. Questions on StackOverflow with the project-management tag may get better results on that site. Check out the PMSE FAQ to get a better idea of whether or not your question would get better answers if asked there.

Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals, as defined in the Wikipedia Article on Project Management.

Projects are, in general, temporary. Projects generally have a project owner, project manager, and a team. The project manager of the team is not a functional manager or direct supervisor of the team, but is instead a person responsible for the project schedule and the overall success of the project.

Many times, projects involve members of different functional skills or disciplines who are brought together temporarily to meet a common goal. Once the project is complete, the team may disband.

1496 questions
0
votes
1 answer

SVN: managing a project that is an offshoot of an existing project

I am starting to work on a project that is an offshoot of an existing (and currently in development) project. The new project is basically going to try to apply the existing solution to a new problem and make any modifications to the code if…
0
votes
1 answer

How can I automate a repetitive process to add a new field in my project?

I am working on Java EE project with following configuration: UI: Flex JDK: 1.5 ORM:Hibernate Database: SQL Server 2005 To add a new field in UI, I have to do many mundane steps. Let's say I am adding a field test on page Entity then I will be doing…
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
0
votes
1 answer

How to manage a proper structure in a java project

I have encountered with this problem often. Couldn't think of a way to how to face this. Now I got this excellent forum!! I'm sure experts here will help me with this. This is not a problem about a specific code segment like thing. I am capable (as…
Anubis
  • 6,995
  • 14
  • 56
  • 87
0
votes
2 answers

When using Jira, how do I ensure each team member has enough work in a sprint?

While doing planning sessions using Rapid Board what are some reasonable ways to make sure each person on the team has a decent enough amount of work for the length of the sprint? e.g. if you have 10 people on the team, how can you quickly see if 1…
James
  • 15,085
  • 25
  • 83
  • 120
0
votes
3 answers

what is a better tool for collaborating with others than email?

I'm a developer and need to collaborate with an UI designer and a project manager. so there are a lot of documents we need to share and the project manager will assign me tasks about the project. Instead of email and dropbox, what's the best way to…
NOrder
  • 2,483
  • 5
  • 26
  • 44
0
votes
2 answers

What options do I have for continuous integration, git project management, and client management

Currently at my work we are using basecamp to manage client projects where they can follow the work being done on a particular project. And we have recently started using git to manage our codebase. So In a lot of ways, basecamp is not enough…
skift
  • 1,027
  • 2
  • 16
  • 27
0
votes
1 answer

Import remote DLL every time VS starts?

I am somewhat responsible for a common code base at work. It becomes very frustrating pushing out updates to the libraries simply because people don't keep track of that stuff or when old projects need updates, a lot of the times it contains the old…
0
votes
3 answers

How to create logging system in my program?

I was writing program when suddenly wild thought appear: What is the best way to create log system in my program? I mean how can i save logs in any place in my code (of course excluding header files)? Something like myLogs << "Ups, somthing failed…
Blood
  • 4,126
  • 3
  • 27
  • 37
0
votes
4 answers

PHP and Android Programmer, now working with freelance developers SVN? or what?

I do some android work on my desktop and I am starting to do some PHP work on a website. I just started doing some collaboration with some freelancers on both platforms. I would also like to do more coding on my laptop (android and eclipse export…
user992244
  • 406
  • 4
  • 14
0
votes
2 answers

Is there a high-level visual diff tool designed for managers rather than programmers?

I've been looking and looking but the search space on this question seems hopelessly muddied. We've all been there: the 6 week project took 5 months and now execs want a Powerpoint. Is there a tool that can visually show changes to a source tree…
0
votes
1 answer

How can I migrate a product from an agilefant installation to another one?

We have an internal installation of Agilefant. We are done with the first sprint and already started the second one now our client asked access to Agilefant so he can check our progress. The problem is that we have multiple projects inside of our…
Gergo Boros
  • 323
  • 1
  • 3
  • 12
0
votes
1 answer

Jira: Tracking work for a feature which is done in different versions of components

We build a product which consists of few components. As we plan to release a new version of the project with some new features we break down work into sub-tasks in relevant components and plan for versions of components. Some sub-tasks (such as…
Alexey
  • 13
  • 1
  • 4
0
votes
1 answer

How to have different build task and dependency "on-demand" with Maven

Hi there i need some information or general tips on a problem with maven. Context: We just migrated one big eclipse project into 4 maven project. (Thats one step in the good direction!) We were building that/those project with an ant script…
0
votes
2 answers

Managing debugging code

Using IDE's debugging becomes very long in some projects, specially when working with graphics, so sometimes I use debugging code, which prints out values, depending on the environment, sometimes on the project itself and sometimes on the console.…
SpeedBirdNine
  • 4,610
  • 11
  • 49
  • 67
0
votes
1 answer

Large Java project organization and processes

I work for a very large organization that is looking for new ideas. Currently there is this large project in place that is supposed to provide a common architecture for a wide variety of applications. We are organized as many "shared" components…
BigMac66
  • 1,528
  • 5
  • 19
  • 35