Click here to Skip to main content
15,892,005 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionMutually exclusive property across instances? Pin
Edmundisme8-Jan-08 16:12
Edmundisme8-Jan-08 16:12 
AnswerRe: Mutually exclusive property across instances? Pin
Mark Churchill8-Jan-08 18:53
Mark Churchill8-Jan-08 18:53 
GeneralRe: Mutually exclusive property across instances? Pin
Edmundisme9-Jan-08 8:49
Edmundisme9-Jan-08 8:49 
GeneralRe: Mutually exclusive property across instances? Pin
Mark Churchill9-Jan-08 21:15
Mark Churchill9-Jan-08 21:15 
GeneralService Oriented Architecture Pin
ppayal3-Jan-08 7:05
ppayal3-Jan-08 7:05 
GeneralRe: Service Oriented Architecture Pin
Ray Cassick3-Jan-08 7:42
Ray Cassick3-Jan-08 7:42 
GeneralRe: Service Oriented Architecture Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
GeneralRe: Service Oriented Architecture Pin
VarChar2559-Jan-08 9:04
VarChar2559-Jan-08 9:04 
SOA is a interesting concept, yet it "technically" isn't anything new. Its really another type of distributed computing architecture environment.

Conceptually SOA was around since the 80's, but just recently (in past 4-5 years) the tools and technologies have become available to really use these concepts.

There are 2 types of SOAs:

True SOA
and
False SOA

Most people think that SOA is just a set of web services. That is "false SOA". It doesn't mean that is not SOA, it is SOA, but not utilizing all architecture concepts.

Designing a service-oriented-architecture requires designing the architecture from inception. During the design phase, one determines which components and features can become a web service. It is best to try to make as many features of the system a web service. Basically, creating another type of interface to the business logic.

Here are a few good books on this subject:


[^]

In summary:

SOA Is:

* An approach to information interoperability across diverse systems.
* Architecture style/concept
* Transformation to a business & IT
* The next Generation Architecture will constitute the third big era in the It industry's history.
* SOA uses interactive business components designed to be meanfulful, usable and useful across application or enterprise boundaries (integration + interoperability)

SOA is NOT:


* New
* A technology
* A Web service
* A specification
* A set of standards
* Code
* Just a hype or a buzz word

Good luck!

Arsen

GeneralSomehow.. Pin
Eytukan18-Jan-08 6:46
Eytukan18-Jan-08 6:46 
Questionhow to make a crawler to fetch a web page in php Pin
Arun.N2-Jan-08 1:41
Arun.N2-Jan-08 1:41 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Pete O'Hanlon2-Jan-08 9:31
mvePete O'Hanlon2-Jan-08 9:31 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Eytukan18-Jan-08 6:47
Eytukan18-Jan-08 6:47 
Questionhow to make a crawler that crawls the webpage and retrieves the stock information from google in php. Pin
ramesh_imayam2-Jan-08 1:12
ramesh_imayam2-Jan-08 1:12 
AnswerRe: how to make a crawler that crawls the webpage and retrieves the stock information from google in php. Pin
Paul Conrad4-Jan-08 11:30
professionalPaul Conrad4-Jan-08 11:30 
Questionhow to separate Pin
netJP12L1-Jan-08 18:13
netJP12L1-Jan-08 18:13 
AnswerRe: how to separate Pin
Matthew Faithfull1-Jan-08 23:38
Matthew Faithfull1-Jan-08 23:38 
QuestionVS 2008 and SQL Server 05 or 08? Pin
camby7528-Dec-07 5:47
camby7528-Dec-07 5:47 
AnswerRe: VS 2008 and SQL Server 05 or 08? Pin
Paul Conrad30-Dec-07 8:51
professionalPaul Conrad30-Dec-07 8:51 
AnswerRe: VS 2008 and SQL Server 05 or 08? Pin
Amer Chaudhry1-Jan-08 22:50
Amer Chaudhry1-Jan-08 22:50 
QuestionWhat is Software Architecture ? Pin
Kannan.P27-Dec-07 4:01
Kannan.P27-Dec-07 4:01 
GeneralRe: What is Software Architecture ? Pin
CPallini28-Dec-07 7:24
mveCPallini28-Dec-07 7:24 
GeneralRe: What is Software Architecture ? Pin
Kannan.P28-Dec-07 18:00
Kannan.P28-Dec-07 18:00 
GeneralRe: What is Software Architecture ? Pin
CPallini28-Dec-07 22:52
mveCPallini28-Dec-07 22:52 
GeneralRe: What is Software Architecture ? Pin
VarChar2559-Jan-08 9:15
VarChar2559-Jan-08 9:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.