Tagged Questions

1
vote
3answers
30 views

Implementing a data history / versioning solution for a Hibernate-based application (with a twist).

First the basic facts: Java webapp, Spring, Hibernate, MySQL. The situation is that I have a complex object model of e.g. a Car. It's composed of many objects (Engine, Tires, ...) with many-to-one …
4
votes
7answers
198 views

Why shouldn’t I have a single monolithic utility library?

We've got a few common libraries (C# but I guess this isn't platform- or language-specific), let's call them A, B, and C. Library A has references to B and C, library B has a reference to a 3rd-party …
0
votes
7answers
59 views

Which version of SQL Server am I running?

I am looking for a SQL Query which will help me differentiate between the various versions of SQL Server: 2000/2005/2008 Development/Standard/EE.
9
votes
14answers
320 views

Version numbering basics?

Hi, Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any …
0
votes
1answer
34 views

GAC and Assembly Versioning

hi guys, i have to deploy few assembly to GAC. I just had a few questions about (my) understanding of GAC. really confuses me. I want to know which versions to change assembly and file version. What …
1
vote
7answers
78 views

What are the benefits of using names rather than version numbers?

This is a general question but I'll illustrate it with Eclipse. I recently reinstalled Eclipse and find that the distribs are called eclipse-java-galileo-SR1-win32 and …
0
votes
2answers
27 views

What is the best way to organize file version migration code?

I'm writing a plug-in for another program through an API. To save it's current state, my plugin stores an instance of a Project object to the file by serializing it to XML and storing it in a user …
0
votes
3answers
41 views

Cannot iterate through object in Ubuntu PHP 5.2.10-2 Works on PHP 5.2.10?

With this code I am iterating through an object. Works: Windows with WAMP and PHP 5.2.9 Linux web server with PHP 5.2.10 It is not working on my desktop: Ubuntu 9.10 with PHP 5.2.10-2 from the …
0
votes
1answer
31 views

Setting AssemblyFileVersion with MSBuild-call?

Hello, We have a batch-based buildprocess and we are using MSBuild only for compiling our project-files from visual studio. We also have integrated wix into our build-process. To set the version of …
0
votes
2answers
48 views

How does PivotalTracker.com update its view in real time?

I'm trying to build a view similar to PivotalTracker where there are a variety of rows in different buckets. There is some polling to the server because rows could be updated by other users while …
1
vote
2answers
54 views

NHibernate not throwing StaleObjectStateException when <Version> used and data changed in database

I have an entity mapped in NHibernate with optimistic concurrency control using a SQL timestamp column as the version number. The mapping is like the following: <class name="Entity" …
1
vote
4answers
96 views

Web-App : Keeping trace of the version of the application in database ?

Hi, We are building a webapp which is shipped to several client as a debian package. Each client runs his own server. But the update and support is done by us. We make regular releases of the …
0
votes
1answer
37 views

Nhibernate versioning problem

I have a method that will return a list of suggested orders. If the user passes a null that criteria is ignored. public IList<SuggestedOrderItem> GetSuggestedOrderItemByCriteria ( …
3
votes
2answers
83 views

Git global tags— evidently bad, but why?

In his 2005 email to the Linux Kernel mailing list, Linus Torvalds is very emphatic that tags in git should be private and not be automatically included when fetching from others: Pulling a …
4
votes
6answers
75 views

How do other development teams approach version numbers?

Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a …

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