0
votes
0answers
5 views
Sharing transactions with EF and other technologies?
We have an application with a lot of legacy code, with many different technologies:
COM+ Objects written in Delphi 5
COM+ Objects written in .NET
OCX controls written in Delphi 5
ASP pages
ASPX pages
…
0
votes
3answers
53 views
How do I Maintain Multiple Lines of Development Between Customers In Mecurial?
I work on maintaining the same e-commerce web-app for multiple customers.
Originally there was a standard set of pages from which all the rest of the customers customizations were derived in the …
2
votes
3answers
49 views
Best practices for legacy compatibility
From my experience, commitments to backwards/forwards compatibility are the gilded cage of the software engineering industry. I have particularly observed this to be the case for document file formats …
2
votes
1answer
43 views
Using legacy COM component in C# multithreaded Environment
Hi
I have legacy COM component, and my mission is to write web service that wrap the COM and enable concurrent non-blocking calls.
First of all, because the COM object itself is stateless, i decided …
6
votes
2answers
108 views
What problems should I expect when moving legacy Perl code to UTF-8?
Until now, the project I work in used ASCII only in the source code. Due to several upcoming changes in I18N area and also because we need some Unicode strings in our tests, we are thinking about …
2
votes
4answers
79 views
COBOL Migrations Strategies?
Has anyone here been involved in any projects designed to eliminate COBOL or mitigate the risk of COBOL (for example, writing in-house compilers or using COBOL to generate NetBeans, etc.)? If so, …
0
votes
1answer
39 views
VB6 and Crystal Reports 7, setting “Record Style” export options programatically
I'm making a change to some legacy software to dump the contents of a CR7 report in the "Record Style" format, which basically dumps each visible data field into a fixed-length text file. This is all …
8
votes
3answers
89 views
Who should learn the “old” system?
I've been involved in several projects which basically involved replacing an "old" system with a "new" system. Invariably, the pattern has been that practically no one on the team building the "new" …
2
votes
2answers
44 views
How to make ActiveRecord work with legacy partitioned/sharded databases/tables?
Hi all,
thanks for your time first...after all the searching on google, github and here, and got more confused about the big words(partition/shard/fedorate),I figure that I have to describe the …
1
vote
1answer
38 views
How to configure format of Python 2.3 logging messages?
In Python 2.4 and later, configuring the logging module to have a more basic formatting is easy:
logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s")
but for applications which need to …
0
votes
2answers
55 views
Load a .NET assembly from a COM ProgID without creating a COM object
A bit of an odd question and probably backwards from what most people want to do, but I'm trying to work around a legacy COM issue.
I have two components, both of which are actually .NET assemblies, …
1
vote
1answer
22 views
What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?
Suppose you have an old legacy website, with an in-house php CMS.
http://mysite.com/index.php?page=3&c=7
Now, for some reason, you re-structured your website in Wordpress, with SEO friendly …
1
vote
1answer
67 views
DOS legacy application with USB printer.
I have the unfortunate task of doing (minimal) maintenance work on two legacy applications developed in DBIII+/Clipper '87.
I have full access to source and a minimal toolchain to recompile the …
7
votes
10answers
744 views
How to deal with seniors’ bad coding style/practices?
I am new to work but the company I work in hires a lot of non-comp-science people who are smart enough to get the work done (complex) but lack the style and practices that should help other people …
3
votes
1answer
60 views
what language was cybersyn/cyberstride implemented in?
I am aware that it was implemented on the IBM 360 mainframe architecture but does anyone know what language(s) were used in particular? Supposedly the bulk of it was programmed and deployed in 3-4 …
