Top "Legacy" questions

A legacy system is an old application, technology, mainframe, method, etc.

Legacy Java code use of com.sun.net.ssl.internal.ssl.Provider()

I am working with some code from back in 2003. There is a reference to the following class: new com.sun.…

java ssl provider legacy
Pass page scope attributes to a JSP using pagecontext.include for use in JSTL?

We're using this JSP template solution almost verbatim at work: http://java.sun.com/developer/technicalArticles/javaserverpages/jsp_templates/ When …

java jsp legacy
Setting up Liquibase with MS-SQL Server

I am utilising Liquibase (www.liquibase.org) into our MVC3 SQL Server 2008 project to manage database migration/changes. However I'm …

sql-server-2008 jdbc liquibase legacy legacy-database
Is it possible to share a masterpage between MVC and webforms?

I am adding MVC to a project that has MANY legacy webform pages. This works fine. However, I currently have …

asp.net-mvc webforms master-pages dry legacy
How do you introduce unit testing into a large, legacy (C/C++) codebase?

We have a large, multi-platform application written in C. (with a small but growing amount of C++) It has evolved …

c++ c unit-testing unix legacy
Read/Write xBASE (DBASE 3-5 /DBF) files

Is there any good library for reading / writing DBF files in java or any other language ?

java database legacy dbf
Visual Studio 15 __imp___iob, __imp___pctype, __imp___mb_cur_max

I am trying to use a library compiled with mingw in visual studio. However, I get the following linker errors: …

c++ linker visual-studio-2015 legacy stdio
Is anyone still programming in ObjectStar (formerly known as Huron)

Huron was a 4GL that originated in the IBM 360 mainframe world in the early 1990s, created and sold by the …

mainframe legacy ibm-rad
Classic ASP server-side JSON library

I have inherited some Classic ASP code and I need a JSON library that can be instantiated and run server-side …

javascript json asp-classic legacy
What's the best way to become familiar with a large codebase?

Joining an existing team with a large codebase already in place can be daunting. What's the best approach; Broad; try …

legacy legacy-code codebase