active questions tagged legacy - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T23:06:44Zhttp://stackoverflow.com/feeds/tag/legacyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1822635/how-do-i-maintain-multiple-lines-of-development-between-customers-in-mecurial0How do I Maintain Multiple Lines of Development Between Customers In Mecurial?leeand002009-11-30T21:51:09Z2009-11-30T22:15:23Z
<p>I work on maintaining the same e-commerce web-app for multiple customers.</p>
<p>Originally there was a standard set of pages from which all the rest of the customers customizations were derived in the past.</p>
<p>Recently the place where I work decided to use Mercurial for version control. They've also decided to re-work the standard set of pages for our e-commerce and make them a main-line/base-line of development.</p>
<p>That being said there are existing customizations for each of our customers that were made before the base-line set of pages, which have not been entered into version control (hg) yet. </p>
<p><img src="http://web11.twitpic.com/img/46402159-342ea16a522ff656f2f9392d957ea070.4b143d51-full.png" alt="Overview"></p>
<p>What is the best way to merge the changes from the base-line of development into a separate line of development for each of our customers while we keep the existing customizations for each customer?</p>
http://stackoverflow.com/questions/1818420/best-practices-for-legacy-compatibility2Best practices for legacy compatibilityRexE2009-11-30T08:03:02Z2009-11-30T10:40:08Z
<p>From my experience, commitments to backwards/forwards compatibility are the <a href="http://dictionary.reference.com/browse/gilded+cage" rel="nofollow">gilded cage</a> of the software engineering industry. I have particularly observed this to be the case for document file formats and programming languages/APIs. Customers and partners hate it when their existing data or code breaks; however, if you never break compatibility, you can seriously constrain your ability to innovate in the long run.</p>
<p>Are there solutions to this problem, other than gradual deprecation of old features? It seems like virtualization, as in Windows 7's XP Mode, is one exciting possibility. Are there others?</p>
<p>Also, for those of us who want to design new systems that are as future-proof as possible, what lessons can we learn from past mistakes made in the industry?</p>
http://stackoverflow.com/questions/1813479/using-legacy-com-component-in-c-multithreaded-environment2Using legacy COM component in C# multithreaded EnvironmentDxCK2009-11-28T19:18:21Z2009-11-29T18:14:04Z
<p>Hi</p>
<p>I have legacy COM component, and my mission is to write web service that wrap the COM and enable concurrent non-blocking calls.</p>
<p>First of all, because the COM object itself is stateless, i decided to use the [ThreadStatic] attribute so each thread will have its own instance of the COM object to prevent the use of lock { } statement and enable real concurrent processing, but it seems that all calls still procceeded synchronous.</p>
<p>I wrote a test code that runs a method from the COM component synchronous with for { } loop, and then added second thread that doing exactly the same but to another instance of the COM object, and i saw no changes, X calls always consume Y timespan, no matter of threads count. Its like there is a static lock or something...</p>
<p>In spite of that, separate processes can process each one call concurrently for real. What prevent from separate threads to behave the same?</p>
<p>What can i do to enable real concurrent calls to the COM component?</p>
http://stackoverflow.com/questions/1796910/what-problems-should-i-expect-when-moving-legacy-perl-code-to-utf-86What problems should I expect when moving legacy Perl code to UTF-8?rassie2009-11-25T13:28:35Z2009-11-27T23:49:19Z
<p>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 biting the bullet and move the source code to UTF-8, while using the <code>utf8</code> pragma (<code>use utf8;</code>)</p>
<p>Since the code is in ASCII now, I don't expect to have any troubles with the code itself. However, I'm not quite aware of any side effects we might be getting, while I think it's quite probable that I will get some, considering our environment (perl5.8.8, Apache2, mod_perl, MSSQL Server with FreeTDS driver).</p>
<p>If you have done such migrations in the past: what problems can I expect? How can I manage them?</p>
http://stackoverflow.com/questions/1796906/cobol-migrations-strategies2COBOL Migrations Strategies?Ovid2009-11-25T13:28:13Z2009-11-27T19:30:44Z
<p>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, what tools/strategies were adopted? Were you successful? What would you do differently?</p>
<p>Anecdotal stories welcome. Just trying to understand the approaches people use and the complexity of the problem.</p>
http://stackoverflow.com/questions/1600714/load-a-net-assembly-from-a-com-progid-without-creating-a-com-object0Load a .NET assembly from a COM ProgID without creating a COM objectTim Long2009-10-21T13:06:04Z2009-11-27T12:24:10Z
<p>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.</p>
<p>I have two components, both of which are actually .NET assemblies, but for historical reasons one is loading the other as a COM object (the assembly is registered for COM Interop). It's a plug-in architecture where the plug-in is identified by its COM ProgID, so that's the only piece of information I get to load the plug-in assembly.</p>
<p>One technique I've tried is: </p>
<pre><code>var objType = Type.GetTypeFromProgID("My.ProgId");
var objLateBound = Activator.CreateInstance(objType);
IMyInterface netAssembly;
try
{
netAssembly = (IMyAssembly)objLateBound;
}
catch (Exception)
{
netAssembly = null;
}
</code></pre>
<p>If the cast to a .NET interface succeeds, the I know I have a .NET assembly and can access it through the interface. However, the technique is a bit clumsy and I'm getting problems with the COM side of things especially on 64-bit systems. I'd rather just eliminate loading the COM object and load the plug-in directly as a .NET assembly, if possible.</p>
<p>But the only piece of information I've got to go on is the plug-in's COM ProgID.</p>
<p>So, how can I go from a COM ProgID to loading a .NET Assembly, <em>without creating any COM objects</em>?</p>
http://stackoverflow.com/questions/1785510/vb6-and-crystal-reports-7-setting-record-style-export-options-programatically0VB6 and Crystal Reports 7, setting "Record Style" export options programaticallyHeather2009-11-23T19:49:26Z2009-11-23T22:38:55Z
<p>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 well and good, with one exception. All of my numbers are being rounded to the nearest whole number when I need some of the numbers to show two decimal places. In the report itself, the number fields are formatted correctly (set to display two decimal places and round to two places).</p>
<p>When I export the report from my VB6 program (using the Crystal Reports OCX control), the decimal part of these numbers is being truncated.</p>
<p>When I export the report from Crystal Reports 7 IDE, I get a prompt that I am not getting when I export the report using the Crystal Reports OCX control:</p>
<p><img src="http://www.nezumisoftware.com/ubastet-pics/cr%5Fdialog.jpg" alt="Number and date format dialog: Same number formats as in report, Same date formats as in report"></p>
<p>When both of these options are selected, my exported file is PERFECT.</p>
<p>I cannot seem to find a way to set these options programatically, or set them as defaults in my report file. Is there a way to accomplish this?</p>
<p>Edited to add: The fields being truncated are of type single in an Access 2000 database, which still boggles me because the default format for a type single in CR7 is to always show two decimal places.</p>
http://stackoverflow.com/questions/395289/is-anyone-out-there-still-programming-in-objectstar-formerly-known-as-huron2Is anyone out there still programming in ObjectStar (formerly known as Huron)ChrisA2008-12-27T19:00:22Z2009-11-23T20:25:24Z
<p>Huron was a 4GL that originated in the IBM 360 mainframe world in the early 90s, created and sold by the <a href="http://en.wikipedia.org/wiki/Amdahl_Corporation" rel="nofollow">Amdahl Corporation</a>. It had a proprietary interpreted language and database that people either loved or loathed, and its most notable features were its unusual Rules Language syntax, and its tight integration with its query language, where you had to code your own nested loops to effect a Join.</p>
<p>With the appropriate use of indirection (such as its archetypal 'CALL TABLE.RULE') it was possible to quickly create exceedingly compact, elegant and extensible solutions. It was also possible, in the wrong hands, to create nightmarish unmaintainable monstrosities that sadly proliferated, and did nothing for its reputation.</p>
<p>It was renamed and rebranded as Objectstar in the mid 90s, ported to Unix and Windows NT, and given a UI component with which it was possible to create event-driven client-server applications that would run without modification on Windows or Unix.</p>
<p>It never really gained the critical mass needed to become a top-tier development tool, and around the turn of the millennium it was pretty much fizzling out.</p>
<p>In retrospect, it's something of a historical aberration; hence my question:</p>
<p>Is anyone out there still using it?</p>
<p>Or has even heard of it?</p>
http://stackoverflow.com/questions/1782928/who-should-learn-the-old-system7Who should learn the "old" system?JoelFan2009-11-23T12:41:07Z2009-11-23T13:57:58Z
<p>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" system has any real knowledge of the "old" system. Whenever I questioned this, I've been told that this is purposeful... by not knowing the "old" system, the team is able to think differently and not be limited by how things were done there. So what happens is there is usually only 1 or 2 people on the team that know anything about the "old" system and they are consulted whenever a question comes up about how the "old" system did something.</p>
<p>But what always seems to happen is that after the "new" system is delivered, there are always questions from the user of the form "How do we do X (which was easy in the old system) in the new system?" For the developers, this is often the first time they have heard of X. So they have to go and research what X is and often the answer they give back to the users is "you can't" or "you can, but it's really awkward".</p>
<p>This does not seem right to me... it seems to me that a lot would be gained by having every developer of the "new" system know the "old" system really well, and that wouldn't necessarily kill their creativity, if they have decent design and development skills.</p>
<p>Any thoughts on which approach is best?</p>
http://stackoverflow.com/questions/1659829/how-to-make-activerecord-work-with-legacy-partitioned-sharded-databases-tables2How to make ActiveRecord work with legacy partitioned/sharded databases/tables?Utensil2009-11-02T07:10:08Z2009-11-04T18:23:52Z
<p>Hi all,</p>
<p>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 specific problem I met and ask around.</p>
<p>My company's databases deals with massive users and orders, so we split databases and tables in various ways, some are described below:</p>
<pre><code>way database and table name shard by (maybe it's should be called partitioned by?)
YZ.X db_YZ.tb_X order serial number last three digits
YYYYMMDD. db_YYYYMMDD.tb date
YYYYMM.DD db_YYYYMM.tb_ DD date too
</code></pre>
<p>The basic concept is that databases and tables are seperated acording to a field(not nessissarily the primary key), and there are too many databases and too many tables, so that writing or magically generate one database.yml config for each database and one model for each table isn't possible or at least not the best solution.</p>
<p>I looked into drnic's magic solutions, and datafabric, and even the source code of active record, maybe I could use ERB to generate database.yml and do database connection in around filter, and maybe I could use named_scope to dynamically decide the table name for find, but update/create opertions are bounded to "self.class.quoted_table_name" so that I couldn't easily get my problem solved. And even I could generate one model for each table, because its amount is up to 30 most.</p>
<p>But this is just not DRY!</p>
<p>What I need is a clean solution like the following DSL:</p>
<pre><code>class Order < ActiveRecord::Base
shard_by :order_serialno do |key|
[get_db_config_by(key), #because some or all of the databaes might share the same machine in a regular way or can be configed by a hash of regex, and it can also be a const
get_db_name_by(key),
get_tb_name_by(key),
]
end
end
</code></pre>
<p>Can anybody enlight me? Any help would be greatly appreciated~~~~</p>
http://stackoverflow.com/questions/76622/rewrite-of-legacy-code10Rewrite of legacy codeJim Denver2008-09-16T20:28:22Z2009-10-30T16:59:31Z
<p>My department is currently faced with the responsibility for the task of maintaining a rather large COBOL code base. We are wondering how to add new features to keep up with business needs. COBOL programmers are hard to come by these days, and we also think we would get higher productivity from using a more modern language like Java or C#. </p>
<p>We feel that we have four options:</p>
<ol>
<li>Rewrite everything from scratch, leaving the old application to itself until it is ready to be replaced</li>
<li>Rewrite everything from scratch, getting some people to maintain the old application to cope with new business needs as the new one is being built</li>
<li>Write all new functionality in a modern language and finding some way to integrate the new code with the old functionality.</li>
<li>Keep maintaining the old application.</li>
</ol>
<p>What do you consider the best option for us, and why?</p>
http://stackoverflow.com/questions/1646470/how-to-configure-format-of-python-2-3-logging-messages1How to configure format of Python 2.3 logging messages?andybuckley2009-10-29T20:50:22Z2009-10-30T10:35:21Z
<p>In Python 2.4 and later, configuring the logging module to have a more basic formatting is easy:</p>
<p>logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s")</p>
<p>but for applications which need to support Python 2.3 it seems more difficult, because the logging API was overhauled in Py2.4. In particular, basicConfig doesn't take any arguments. Trying a variation on the sole example in the Py2.3 documentation, I get this:</p>
<pre><code>try:
logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s")
except:
logging.getLogger().setLevel(opts.LOGLEVEL)
h = logging.StreamHandler()
h.setFormatter(logging.Formatter("%(message)s"))
logging.getLogger().addHandler(h)
</code></pre>
<p>but calling this root logger in Py2.3, e.g.</p>
<pre><code>logging.info("Foo")
</code></pre>
<p>gives duplicated output:</p>
<pre><code>Foo
INFO:root:Foo
</code></pre>
<p>I can't find a way to modify the format of the existing handler on the root logger in Py2.3 (the "except" block above), hence the "addHandler" call that's producing the duplicated output. Is there a way to set the format of the root logger without this duplication? Thanks!</p>
http://stackoverflow.com/questions/1213865/adding-adorners-to-legacy-textboxes0adding adorners to legacy textboxesOri2009-07-31T17:34:26Z2009-10-24T17:40:17Z
<p>Whats the best way to add an adornment layer to legacy controls, or in other words you know jetbrains refactoring tools, how do they draw the squiggly lines under incorrect text?
Also on another note can one draw said adorments on controls not under the direct reference of the application, ie using a handle? If you have insights, or just theories, please. </p>
http://stackoverflow.com/questions/1575323/how-to-deal-with-seniors-bad-coding-style-practices7How to deal with seniors' bad coding style/practices?KaluSingh Gabbar2009-10-15T21:54:33Z2009-10-23T04:34:27Z
<p>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 read their code.</p>
<p>For example they adopt C++ but still use C-like 3 page functions which drives new folks nuts when they try to read that. Also we feel very risky changing it as it's never easy to be sure we are not breaking something. </p>
<p>Now, I am involved in the project with these guys and I can't change the entire code base myself or design so that code looks good, what can I do in this situation?</p>
<p>PS> we <strong><em>actually</em></strong> have 3 page functions & because we do not have a concept of design, all we can do is assume what they might have thought as there is no way to know why is it designed the way it is. </p>
<p>I am not complaining.I am asking for suggestion,already reading some books to solve the issues <strong><em>Pragmatic Programmer</em></strong>; <strong><em>Design portion from B.Stroustrup</em></strong>; <strong><em>Programming and principles by B.Stroustrup</em></strong>; </p>
http://stackoverflow.com/questions/1541697/refactoring-nasty-legacy-systems-via-aop-or-other-automated-means1Refactoring nasty legacy systems via AOP or other automated means?Andrew Matthews2009-10-09T03:49:50Z2009-10-21T23:45:02Z
<p>I've recently been playing around with PostSharp, and it brought to mind a problem I faced a few years back: A client's developer had produced a web application, but they had not given a lot of thought to how they managed state information - storing it (don't ask me why) <em>statically</em> on the Application instance in IIS. Needless to say the system didn't scale and was deeply flawed and unstable. But it was a big and very complex system and thus the cost of redeveloping it was prohibitive. My brief at the time was to try to refactor the code-base to impose proper decoupling between the components.</p>
<p>At the time I tried to using some kind of abstraction mechanism to allow me to intercept all calls to the static resource and redirect them to a component that would properly manage the state data. The problem was there was about 1000 complex references to be redirected (and I didn't have a lot of time to do it in) Manual coding (even with R#) proved to be just too time consuming - we scrapped the code base and rewrote it properly. it took over a year to rewrite.</p>
<p>What I wonder now is - had I had access to an assembly rewriter and/or Aspect oriented programming system (such as a PostSharp) could I have easily automated the refactoring process of finding the direct references and converted them to interface references that could be redirected automatically and supplied by factories.</p>
<p>Has anyone out there used PostSharp or similar systems to rehabilitate pathological legacy systems? How successful were the projects? Did you find after the fact that the effort was worth it? Would you do it again?</p>
<p><strong>UPDATE</strong>:
See <a href="http://aabs.wordpress.com/2009/10/22/can-aop-help-fix-bad-architectures/" rel="nofollow">this</a> blog post for more discussion.</p>
http://stackoverflow.com/questions/1587793/dos-legacy-application-with-usb-printer1DOS legacy application with USB printer.p.marino2009-10-19T09:45:39Z2009-10-20T14:40:39Z
<p>I have the unfortunate task of doing (minimal) maintenance work on two legacy applications developed in DBIII+/Clipper '87.</p>
<p>I have full access to source and a minimal toolchain to recompile the application when needed, but I am not allowed to reimplement it from scratch due to various (mostly psychological) reasons from the main user.</p>
<p>Anyway, while the applications work fine under XP, hardware support is becoming a chore. The user needs to replace the failing printer (an old impact HP with parallel interface) and the 486 (!) desktop where the applications are hosted.</p>
<p>The main problem now is to find a printer which can be used under XP, possibly through USB (an Asus EEE Box would be perfect, and it does not sports a parallel port) and make it "visible" to the DOS applications.</p>
<p>So far I have found a workaround:</p>
<p><a href="http://geekswithblogs.net/dtotzke/articles/26204.aspx" rel="nofollow">http://geekswithblogs.net/dtotzke/articles/26204.aspx</a></p>
<p>plus a few utilities:</p>
<p><a href="http://www.dosprn.com/" rel="nofollow">http://www.dosprn.com/</a>
<a href="http://www.dos2usb.com/index.htm" rel="nofollow">http://www.dos2usb.com/index.htm</a>
<a href="http://www.printfil.com/english.htm" rel="nofollow">http://www.printfil.com/english.htm</a></p>
<p>The utilities seem better because they offer some kind of filter for the old escape sequences (like ESC/P for Epson or the HP dialect) making this transparent to the printer.
Or so they say, at least. </p>
<p>So the question is: has anyone some experience about interfacing old DOS programs with modern printers under XP? Any caveats? Did you use one of the listed utilities (or another one I didn't find yet) and if yes, which one would you reccomend?</p>
http://stackoverflow.com/questions/1588924/what-are-the-best-practices-when-shifting-old-legacy-web-applications-to-new-ones1What are the best practices when shifting old legacy web applications to new ones (specially about broken links problem)?GmonC2009-10-19T14:17:07Z2009-10-19T14:19:32Z
<p>Suppose you have an old legacy website, with an in-house php CMS.</p>
<pre><code>http://mysite.com/index.php?page=3&c=7
</code></pre>
<p>Now, for some reason, you re-structured your website in Wordpress, with SEO friendly URL's, registered a Google Analytics account, and needs to update your system, so when</p>
<pre><code>http://mysite.com/
</code></pre>
<p>is set on the browser, now it points out to your new installed system.</p>
<p>The problem is that your website is old and already well know by your clients. A lot of people have bookmarked a lot of links in your webpage, so just redirecting your domain for your "new website" would create a bunch of broken links or other problems relative to SEO.</p>
<p>So, in this scenario, which steps should you take when doing this shift? (I can only remember of using mod_rewrite in a lot of complex schemes). Are there other "best practices" when you change systems in such a way that you lose all your old links?</p>
http://stackoverflow.com/questions/597851/help-required-with-ancient-unknown-storage-system2Help required with ancient, unknown storage system.GenericTypeTea2009-02-28T10:48:34Z2009-10-19T11:38:45Z
<p>Morning all,</p>
<p>I've gone and told a customer I could migrate some of their old data out of a DOS based system into the new system I've developed for them. However I said that without actually looking at the files that stored the data in the old system - I just figured a quick google would solve all the problem for me... I was wrong!</p>
<p>Anyway, this program has a folder with hundreds... well 800 files with all sorts of file extensions, .ave, .bak, .brw, .dat, .001, .002...., .007, .dbf, .dbe and .his.</p>
<p>.Bak obviously isn't a SQL backup file.</p>
<p>Does anyone have any programming experience using any of those file types who may be able to point me in the direction of some way to read and extract the data?</p>
<p>I cant mention the program name for the reason that I don't think the original developer will allow this...</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1392305/mstest-for-huge-legacy-codebase0MSTest for huge legacy codebaselakai2009-09-08T06:32:35Z2009-10-17T14:27:15Z
<p>Hello, </p>
<p>we have a huge codebase with about 1000k lines of native/unmanaged legacy c++ - code and we are going to provide the code with unit tests and MSTest would fit perfectly in our current development environment (TFS, VS 2010, ...). I know that MSTest is orginally meant to test managed code but its also possible to write unit tests for unmanaged sc. </p>
<p>Are there any (later) drawbacks on the usage of MSTest for unmanaged code? Does anyone have any experience on this?</p>
<p>The second opinion would be using Google.Test, but I would have to write a Visual Studio add-in to integrate the gtest framework in our environment.</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1096834/questions-about-a-possible-replacement-of-batch-files-on-a-windows-application3Questions about a possible replacement of batch files on a Windows application?mic.sca2009-07-08T08:34:30Z2009-10-12T01:19:01Z
<p>I've got a big Windows legacy application composed by many executables interacting with a database.
Executables have 4 main purposes:</p>
<p>(a) parsing and loading a file on a database</p>
<p>(b) transform a file (e.g. encode a file.) Tthis may as well split a file in many parts.</p>
<p>(c) perform some sort of complex updates in the database</p>
<p>(d) produce a file</p>
<p>These executables are called by batch files which can be of three types based on what they do:</p>
<p>(1) Wait for a condition, get a file from some external path, possibly transform it with (b), do (c), send notifications about the result of the activity, write a record to the database</p>
<p>(2) Wait for a condition, do some (c), produce a file, transform it with (b) and then copy it to one or many destinations (local file, database, ftp), send notifications about the result of the activity, write a record to the database.</p>
<p>(3) Coordinate other complex sequences of the (a-b-c-d) executables, send notifications about the result of the activity, write a record to the database</p>
<p>The batch files are ordinary BAT files on a Windows machine (calling possibly each other). The files are launched by a scheduler.</p>
<p>The problems are:</p>
<p>-In each batch file most of the information about the environment (common directories, etc.) is duplicated, as well most of the files of type (1) or (2) are very similar.</p>
<p>-The batch files aren't easily configurable for a test environment, nor they are easily tested automatically</p>
<p>-The code for the notifications and for waiting for a starting condition is partly duplicated es (if errorA call b, if error b call c, if error d call e).</p>
<p>-The use of goto</p>
<p>-You can't keep track exactly of which batch files are obsolete and which are regularly
called</p>
<p>-To understand which files are sent or received you need to open individually each batch.</p>
<p>-They impose design constraints on the application, common code can't be abstracted away</p>
<p>-To implement horizontal functionalities (es. have a default logging policy, count the times each job is called) requires writing (unmaintainable?) code on many files.</p>
<p>On the plus side:</p>
<ul>
<li><p>batch files are easily modified so that if a batch fails for some reason it's not
difficult to write a batch to put the situation back in a safe state.</p></li>
<li><p>they are battle-tested. They've been in production for a long time</p></li>
</ul>
<p>I've come up with this solution:</p>
<ul>
<li><p>write some Java libraries in which I provide common functions and configurations (the functions for notifying people of an event, the functions to transfer files, the functions for waiting for a condition.</p></li>
<li><p>write a Java "scripting engine framework" command line application which can load and execute task classes. (Task classes can use the functions provided in the libraries described above.)</p></li>
<li><p>the scripts can be provided by the user in classes as needed in a separate <a href="http://en.wikipedia.org/wiki/JAR%5F%28file%5Fformat%29" rel="nofollow">jar</a>.</p></li>
<li><p>the scripts can be auto documented by means of annotations</p></li>
<li><p>the scripting engine can ask a script to output a description of itself and its parameters</p></li>
<li><p>separate the production of a file from the copying</p></li>
</ul>
<p><hr /></p>
<p>I've decided in favour of Java, instead of a scripting language (PHP, Python) so that I can have the benefit of compilation and do not have to fear to write something in the common libraries which can trigger "a fatal error" and stop execution of the scripts.</p>
<p>I feel that this will simplyfy the execution of the most standard batch files (type 1 and 2), on the other hand I fear that it will be difficult to represent batches of type 3.
As well I will put in place an automated deploy and my worry is that while writing a bad batch file can create problems, deploying some buggy code in the engine itself (even if maybe that's less likely to happen because of compilation and testing) or in the configuration can create bigger concerns affecting all the scripts.</p>
<p>Note that the system should be 100% reliable and that there are deadlines and "time windows" for the system tasks to be executed.</p>
<p>My questions are:</p>
<p>Do you think batches files are OK? Are they widely used in this context?</p>
<p>Do you think I'm going in the right direction? Is there something that I haven't considered?<</p>
<p>Has anyone got a better idea?</p>
<p>Do you know of any framework which can help me?</p>
<p>Do you think it's worth it to develop this system to have more flexibility in the future, or I'd better keep the batches?</p>
<p>Note that any new solution to be developed will be integrated initially with the existing system, so I can't for example rewrite everything to work in an application server.</p>
http://stackoverflow.com/questions/1549760/what-language-was-cybersyn-cyberstride-implemented-in3what language was cybersyn/cyberstride implemented in?Stafford Rootbeer2009-10-11T03:21:03Z2009-10-11T04:51:42Z
<p>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 months - that is a pretty rapid turn-around for any project let alone one which had the capability to monitor an entire economy. I am partially thinking it may have been implemented in APL because of the IBM 360 connection and because it seems like it would lend itself well to the sort of abstractions required to rapidly develop such a system. Does anyone know anything more factual?</p>
http://stackoverflow.com/questions/689093/how-do-you-start-with-fxcop-on-legacy-code5How do you start with FxCop on legacy code?Peter2009-03-27T09:43:40Z2009-10-08T12:32:21Z
<p>Does anyone have any experience of introducing FxCop to legacy code? We would like to have our build fail if anyone introduces code that violates rules. But for the time being, this is impossible, as the legacy code has over 9000 violations.</p>
<p>The only way to suppress errors I know of is through the SuppressMessage attribute, but that only works on methods, and the GeneratedCodeAttribute. This last one could be used for classes and namespaces (if I recall correctly), but shouldn't be used for non-generated code (see <a href="http://blogs.msdn.com/fxcop/archive/2007/04/27/correct-usage-of-the-compilergeneratedattribute-and-the-generatedcodeattribute.aspx" rel="nofollow">here</a>).</p>
<p>Right now, we take some time each day to remove violations, but new ones keep being introduced, because our build won't fail.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1530713/what-database-technology-to-use-for-legacy-application0What database technology to use for legacy application?JB2009-10-07T10:17:53Z2009-10-07T14:35:53Z
<p>I am looking for advice. I know stackoverflow likes "answerable" questions, I hope this is.</p>
<p>I have a <em>large</em> legacy (Windows) application, using a proprietary (ISAM) database. I wish to investigate moving it over to using a SQL database: primarily MS SQL Server, I wouldn't mind Oracle flexibility but that is only a "would be nice", and probably shouldn't influence the decision much.</p>
<p>The application is written in C/C++/MFC, <em>not</em> managed. At this stage I am looking very much to "prototype" an initial solution attempt. I would like this not to be too complex, it can be refined if the whole process looks like it's going somewhere.</p>
<p>The candidates I see are:</p>
<ul>
<li>ODBC</li>
<li>OLEDB</li>
<li>ADO.NET</li>
</ul>
<p>of which I think I have learnt that nowadays I should prefer OLEDB over ODBC. I know ADO.NET but not the others. However, ADO.NET is going to require me to use .NET/CLR/managed code from the application, which it doesn't do at present.</p>
<p>Any advice for which way to go? Prototyping speed/simplicity would be appreciated, though obviously if I know the final solution will require a different access method it might be silly to start with another one. (I would appreciate not being advised to redesign/rewrite the whole application.)</p>
http://stackoverflow.com/questions/1518473/legacy-in-sql-server-2005-3Legacy in sql server 2005 [closed]shanks2009-10-05T06:09:37Z2009-10-05T06:09:37Z
<p>No 'Legacy' found in sql server 2005 </p>
http://stackoverflow.com/questions/594190/is-the-synchronized-keyword-in-a-classic-enterprise-application-suspicious4Is the 'synchronized' keyword in a classic enterprise application suspicious?jbandi2009-02-27T10:10:14Z2009-09-27T12:33:29Z
<p>I am talking about classic enterprise applications. Typically hosted in some kind of application-server or container. Nothing fancy, just entities, services, Presentation/UI and relational storage.</p>
<p>Whenever I see the <code>synchronized</code> keyword (either on methods or for blocks) in such an application I get very suspicious.
In my opinion this is either a sign for not understanding basic architectural concepts (for instance that a domain model is not shared between several clients) or even worse a sign that the architecture is actually very botched.</p>
<p>Do you share my mindset here? Or am I completely off track?
Do you have use cases where synchronization is actually necessary in a classic enterprise application?</p>
http://stackoverflow.com/questions/51279/strategy-for-single-sign-on-with-legacy-applications1Strategy for single sign on with legacy applicationsSean Kearon2008-09-09T06:05:57Z2009-09-20T19:42:55Z
<p>I'm wondering what strategies people use for reduced sign on with legacy applications and how effective they have found them? </p>
<p>We have an ASP.Net based intranet and own a lot of the legacy applications, but not all. We also have BizTalk and are considering the use of it's SSO engine too.</p>
http://stackoverflow.com/questions/1185359/is-there-still-a-good-reason-to-support-jdk-1-42Is there still a good reason to support JDK 1.4?sgargan2009-07-26T19:38:24Z2009-09-12T14:11:50Z
<p>I'm looking at putting together an opensource project in Java and am heavily debating not supporting JDKs 1.4 and older. The framework could definitely be written using older Java patterns and idioms, but would really benefit from features from the more mature 1.5+ releases, like generics and annotations.</p>
<p>So really what I want to know is if support for older JDKs is a major determining factor when selecting a framework?</p>
<p>Understandably there are legacy systems that are stuck with older JDKs, but logistics aside, does anyone out there have a compelling technical reason for supporting 1.4 JDKs? </p>
<p>thanks,</p>
<p>steve</p>
http://stackoverflow.com/questions/1410589/nhibernate-union-load-for-legacy-app0Nhibernate union load for legacy appLauri Lüüs2009-09-11T12:33:26Z2009-09-11T12:33:26Z
<p>Hi!</p>
<p>Our legacy app there is this interesting feature that Order master table is splitted into two tables</p>
<p>Order_Master and Order_Master_History. In Order_Master table there are all today orders and Order_Master_History table will have all historical info.</p>
<p>The new integration app I write would need to benefit on those two tables as union query. But how should I map the nhibernate OrderMaster entity so I could execute additional HQL queries against this mapping?</p>
http://stackoverflow.com/questions/1400258/how-can-i-integrate-parts-of-catalyst-into-a-legacy-webapp1How can I integrate parts of Catalyst into a legacy webapp?rassie2009-09-09T14:57:30Z2009-09-10T15:05:57Z
<p>I'm struggling with a classic legacy project: manual URL parsing and composition, manual routing etc. Knowing a bit of Catalyst I long for at least some of the concepts, for example proper (a.k.a. transparent) URL routing and parameter parsing for example. Ideally, I'd just use Catalyst and be done with it, but given it's a legacy project, I guess I only have two options:</p>
<ol>
<li>Somehow use parts of Catalyst in my project -- which I'm not sure is possible. Is it?</li>
<li>Use single modules implementing parts of Catalyst's framework -- what are you experiences, which modules can be recommended?</li>
</ol>
http://stackoverflow.com/questions/1390974/are-there-any-tools-to-migrate-the-interface-from-legacy-gtk-applications-to-a-mo1Are there any tools to migrate the interface from legacy GTK applications to a modern GTK Builder based applicationstsquad2009-09-07T21:12:05Z2009-09-08T05:26:57Z
<p>I'm responsible for a number of legacy C based GTK applications which are starting to show their age. I'm toying with the idea of re-implementing some of them in a more modern framework. Are there any tools which can help migrate a hand-built C based GTK interface into a GTK Builder based XML interface description? My aim would be to separate the interface definition from the actual app implementation.</p>
<p>I suspect it might be possible to ltrace an app and re-build the interface from the GTK library calls but if someone has already solved the problem I'm happy not to re-invent the wheel.</p>