Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving from Foxpro to C# or Java. Which one?
Message
De
17/05/2005 02:49:26
 
 
À
17/05/2005 02:35:47
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01014647
Message ID:
01014777
Vues:
27
Walter/Jay,

From an architectual view, I'd say that keeping you business rules layer in a data centric programming language (like VFP) makes more sense than trying to do this in a low level language like Java or .NET. It might pay off when business rules are less static. You can store the business rules in a table, and process them in VFP very clean and quickly. This is much harder to do in .NET or java technologies.

If business rules are going to reside in database tables, you can use SQL Server/Oracle stored procedures to read/process the tables. Many use this approach and find it efficient. You can also use ADO.NET for any subsequent processing of results sets from the back-end.

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform