473,804 Members | 3,481 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

what is a legacy system?

I dont know what is a legacy system..please help me out
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Jul 21 '05 #1
4 2089
Different people may define "legacy" in different ways, but generally it is
a system that was implemented in the past that is either no longer used
(maybe has been replace), or in need of replacement.

Advances in technology force system to become obsolete.

For instance, suppose that a company had developed a system around an Access
database. They had their VB applications and other interfaces for
interaction and reporting. Suppose they grow beyond what access can handle,
so they migrate their processes to SQLServer, along with all their
applications and data. The system that used Access would be considered a
legacy system.

"JellBell" <Je***********@ yahoo-dot-com.no-spam.invalid> wrote in message
news:40******** **@Usenet.com.. .
I dont know what is a legacy system..please help me out
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Jul 21 '05 #2
Cor
Hi JellBell,

Often used for batch processed Cobol applications.

Although they can be very efficient it is mostly hard to maintanance

Cor
Jul 21 '05 #3
There really is no one definition for what a legacy system is. It is often
in the eye of the beholder.

From my standpoint it is an application/system that is still performing
production work whose original programmer/developer left the company and
someone new ended up supporting an application they really did not want to
deal with.

Programmers often will say they inherited the code and therefore call it
legacy similar to an item passed on from generation to generation. These
programs are often difficult to maintain since coding technique/structure
greatly improved after the programs were written.

The viewpoint of different programs will often depend on who speaks about
them. If you work in a company that has mainframe/AS400/iSeries and a .NET
development team, the .NET people will refer to the mainframe software in
general as legacy since they feel its hard to maintain, written by someone
that left the company and the technology is aged.

The mainframe programmer will not view all of the mainframe work as llegacy.
They might refer to part of the code as legacy if they feel uncomfortable
about maintaining certain programs and the software is inherited from a
prior programmer.

I have seen web application now also called legacy where the original
developer is gone, old approaches were used and noone wants to/can support
them properly. E.g. the whole development staff is C# and no developers
remain that are strong in PERL/CGI.

IMHO each technology has its application field. Similar to the discussions
between Web and Windows application, mainframe/iSeries(As400) apps have
their market, predominately in reliable number crunching and a stable OS/DB
where the web/windows apps dominate in friendly UI or delivery methods.

"JellBell" <Je***********@ yahoo-dot-com.no-spam.invalid> wrote in message
news:40******** **@Usenet.com.. .
I dont know what is a legacy system..please help me out
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Jul 21 '05 #4
A legacy system is whatever you wrote yesterday! lol

Dale

"Robert Sentgerath" <rs*********@la ndstar.com> wrote in message
news:uU******** ******@tk2msftn gp13.phx.gbl...
There really is no one definition for what a legacy system is. It is often
in the eye of the beholder.

From my standpoint it is an application/system that is still performing
production work whose original programmer/developer left the company and
someone new ended up supporting an application they really did not want to
deal with.

Programmers often will say they inherited the code and therefore call it
legacy similar to an item passed on from generation to generation. These
programs are often difficult to maintain since coding technique/structure
greatly improved after the programs were written.

The viewpoint of different programs will often depend on who speaks about
them. If you work in a company that has mainframe/AS400/iSeries and a .NET
development team, the .NET people will refer to the mainframe software in
general as legacy since they feel its hard to maintain, written by someone
that left the company and the technology is aged.

The mainframe programmer will not view all of the mainframe work as llegacy. They might refer to part of the code as legacy if they feel uncomfortable
about maintaining certain programs and the software is inherited from a
prior programmer.

I have seen web application now also called legacy where the original
developer is gone, old approaches were used and noone wants to/can support
them properly. E.g. the whole development staff is C# and no developers
remain that are strong in PERL/CGI.

IMHO each technology has its application field. Similar to the discussions
between Web and Windows application, mainframe/iSeries(As400) apps have
their market, predominately in reliable number crunching and a stable OS/DB where the web/windows apps dominate in friendly UI or delivery methods.

"JellBell" <Je***********@ yahoo-dot-com.no-spam.invalid> wrote in message
news:40******** **@Usenet.com.. .
I dont know what is a legacy system..please help me out
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1234
by: haxmya | last post by:
A legacy system is generally any system which is considered pretty old by software development standards and probably in need of replacement. It varies a bit depending on where you are. In some industries a legacy system can be a Corba Application that was made in the 90's. In my telecommunications background Legacy systems are much older, often back to 60's 70's, etc. Often times folks mean big, old, Mainframe applications.
44
4291
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there must be many know the answer here. thanks
8
4053
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ; Intermediate/Advanced Database designer . Because of the requirements , I must create Web Application . Access Pages is not suitable for that so I think about learning VB Net / ASP Net . I am
3
1716
by: Geoff | last post by:
I need to keep a few VB6 tcpClients active, but have them talk to a dotNet tcpServer/tcpListener. The "Server"/Listener is running as a Plugin, and needs to respond to "outside requests". The dotNet versions of the exe's that make these requests take MUCH longer to load and start than the VB6 versions, so I'd like to keep the VB6 versions active (at least until the dotNet versions will load more quickly). Is there a way for these...
1
1609
by: gregory_may | last post by:
I have a mixed ASP.NET and legacy ASP application. Right now, the .ASP pages use a mix of Hard Coded connection strings and an "Global Included" file. I would like to use the connection string in the Web.Config for all the Legacy .Asp pages. Anyone know of a good way to do this? Here is a snip of my Web.Config (from one system). I thought about doing a simple text search on "DataConnectionString" and
4
349
by: JellBell | last post by:
I dont know what is a legacy system..please help me out Posted Via Usenet.com Premium Usenet Newsgroup Services ---------------------------------------------------------- ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** ---------------------------------------------------------- http://www.usenet.com
0
998
by: Sergey V | last post by:
Hi Everyone, Is it possible to somehow configure the .NET application to handle authentication events for .asp net resources, but pass actual processing to legacy asp engine? My use case is 1. I have legacy ASP application with plenty of pages. It will take about 1 week to port them to .aspx/VB7 engine + same time for QA ... with no 100%
4
1615
by: Jason Madison | last post by:
I would like to create a .net application that still uses a few screens from an old legacy application we have. I can list records from the database in my .net app, but when it comes to making updates I still need to legacy screens as the update logic is very complex. I have found I can use SetParent to "embed" some of the legacy screens within my .net app, but because they are still basically two separate applications clicking...
2
1990
by: akshalika | last post by:
Can some one assist me what are the limitation of BizTalk Server when Integrating legacy System Like AS/400 ? Someone help really appreciates
0
9710
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7626
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6858
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4304
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3830
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3000
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.