Answer Questions
Harshal Kherde a Common Form that hosts data/connections for other forms
Hello, We are former Delphi developpers and are having a 'problem' to setup a kind of a datamodule. This could be an insible form that has a connection to a accouting system over dcom. Now we would like to call the procedures on that form from several other forms. We don't want to create a connection on each form (app is mdi). How could we do this, and mostly, how would we reference that 'common' form. Kids Regards ...Show All
dnear1 Entities
I'm starting the following project: A multi database (SQL Server, Oracle and Firebird) using Winforms in the presentation layer and Web Services in the middle tier. My principal question is about the best way to implement the entities transit between the layers. I'm thinking in this option: a typed dataset based entities without the default adapters created by the VS 2005. Instead I will use a Helper class to factoring the multi database feat ...Show All
HerbB1 Restrictive Development- Propagating Architectural Patterns
How does the architect get their architecture propagated throughout analysis, design, and the construction phase I have only found one way to successfully do this. It is what I refer to as Restrictive Development. Here is an overview of Restrictive Development . I would like your feedback on this. Do you use another technique I also think architecture governance is an imp ...Show All
Eugene_ N-tier layer separations and connection/interaction
I happen to be experimenting based on some examples I've found on the net but I want to be directed to the right path, those samples tend to be incomplete or misleading. In a typical N-tier scenario, which should reference which And is the use of Data Transfer Object in accordance to any best practice that maybe existing Accordingly, how does those layers supposed to connect/interact with one another eg. what does BLL passes to the DAL and w ...Show All
kasperstorm Software architecture... I'm stuck!
Hi all! I'm currently stuck in the design process of my next app. This is nothing new as I've been trying to get past this particular hurdle (over several projects) for the last 3-4 years without much success. Everything goes well until the end of the requirement gathering phase. I have a list of detailed , categorized requirements and I think the next logical step would be to work on the architecture of the project at a highest possible level o ...Show All
Corbon91 How I can let users to extend database schema?
Hi. Your help is very appreciated. I want to build an app that is basically a client db. For that I am contructing a "client" class (that has - name, address, contact details etc...). However, I want to enable my users, to add properties to my "client" class WITOUHT needing to change my code . i.e. some clients might require an "age" and "annual income" properties as part of the "client" class. Which design pattern(s) might assist me ...Show All
mr hamed Advantages of OOP ?
Hello, Im a fun of OOP designs. I design my bussiness classes when I start a new project. Then maybe I will write mapper classes for bussiness classes to map DB tables or using an O/RM tool or an ODBMS . Think that this project is big one and it has long deadline. You will develop it 2 or 3 years. Requirements will be changed. To develop this project with OOP designs and n-Tier application design is good idea. But I am asking myself ...Show All
grover2 Layered Architecture across Boundaries
Hi, I would like to know, how separating layered architecture across boundaries can increase performance and scalability. We have a scenario where client insists on the Presentation Layer on a separate machine and the application server on a separate machine and the interaction between them is going to be using Web Services. Web Services are arguably slow and how can the performance improve against having the UI Layer and Business L ...Show All
david_tenne passing lookup values out and into services
Hi all, This time I want you opinion on the following scenario: I have a service which returns info about an entity. Some of the information is based on lookup values (lookup=code/decode, such as "male/female", "small/medium/large" etc.) My options to output these values from the service are: 1. output them as the coded integers (male=1, female=2) - this is a problem because I shouldn't expose my inner data to the ...Show All
vpalhories finding design patterns from Model or P.E file
Hi, Are there any tools or APIs that take a model (as XMI probably) or a P.E file (so in effect, source code won't be available) and give the design patterns that were used in the model Which classes participate in which patterns and related info It could probably be one of the stages in reverse engineering, isn't Thank you. I have yet ...Show All
Helen Cool Granny Microsoft Architect Insight conference 22/23 March 2006
Microsoft Architect Insight Conference, 22-23 March, Newport, UK This exclusive two-day retreat for senior enterprise, infrastructure and solutions architects, at The Celtic Manor Resort, will feature renowned industry speakers such as Ivar Jacobson, creator of the Rational Unified Process and Martin Fowler, Chief Scientist at ThoughtWorks, along with speakers from the event sponsors: Avanade, Capgemini, Conchango and ThoughtWorks. ...Show All
Jeff Parker Visio Modeling and Database/Column Notes
I am using Visio for Enterprise Architects that came with the latest release of Visual Studio 2005 and am designing a new database from scratch. I have commented all tables and columns but cannot find a way to pass those values into the database during creation. This is a vital component or any database modeling tool (such as ERwin) and am curious why this seems to not be supported. I am creating the database in SQL Server 2005. If there is a ...Show All
JustaCoder passing lookup values out and into services
Hi all, This time I want you opinion on the following scenario: I have a service which returns info about an entity. Some of the information is based on lookup values (lookup=code/decode, such as "male/female", "small/medium/large" etc.) My options to output these values from the service are: 1. output them as the coded integers (male=1, female=2) - this is a problem because I shouldn't expose my inner data to the ...Show All
LJ G Business Logic Question(s)
Hi, I believe this is the right place to post this query. I'll give you some background first. I have an asp.net application that accesses business objects which in turn accesses a data access layer to read information from a database, pretty standard stuff! Most of the pages are simple in that the user can either edit the data or they can't so in the business objects there is a base method that returns a bool for whether to disabl ...Show All
MuteThis help on writing messaging adapters
Hello, Guidance requested on writing messaging adapters! My system uses a messaging backbone transporting Xml files not SOAP web services. The message system is Biztalk but that should be irrelevant. I would like guidance on how to design and implement the adapters that take binary data from the business layers and communicate with the backbone. To produce a good adapter, I think I should implement several messaging design patterns. ...Show All
