Re: BizTalk Solution Structure
- From: "Leo Gan" <leo_gan_57@xxxxxxxxxxx>
- Date: Fri, 14 Oct 2005 08:38:16 -0700
Yeah,
It's for easier and faster work.
Example:
maps changes more frequently then schemas. If you separete them in different
projects you coud build a map project faster.
Example:
if you have 20 schemas and 20 maps you can store them in one project but you
have to make the "map/schemas specific" names like m_.../s_.... Or you can
separete then in different projects.
Look at this problem as separate files into folders/subfolders at.
Regards,
--
Leonid Ganeline,
BizTalk Developer
http://public.fotki.com/leogan/
"Tomas Restrepo (MVP)" <tomasr@xxxxxxxx> wrote in message
news:OdX$zxL0FHA.1040@xxxxxxxxxxxxxxxxxxxxxxx
> Samuel,
>
>> I've heard that packaging components for a BizTalk project according to
>> their
>> type turns out to be good design.
>>
>> I interpret this statement as creating one project for orchestrations,
>> one
>> for schemas, one for maps and so on, inside my .net solution and making
>> references among the projects.
>
> Yes, but it also means that you can combine it alongside with functional
> partitioning. For example, you project might involve doing both orders as
> well as inventory integration, and you might decide to keep both separate.
> In such a scenario, you'd have Orders.Schemas, Orders.Orchestrations,
> Inventory.Schemas, Inventory.Orchestrations and so on.
>
>> Except for the visually clean and pure structure, I don't really see the
>> benefits from doing this. Do you?
>
> Deployment and versioning. it allows you to version items independently,
> up to a point. For example, your business process might change, but your
> schemas not. With this, you can version your business process and deploy
> the new version of it (even alongside the original one) without having to
> break compatibility with your existing schemas. Things like that.
>
>
> --
> Tomas Restrepo
> tomasr@xxxxxxxx
> http://www.winterdom.com/
>
.
- References:
- Re: BizTalk Solution Structure
- From: Tomas Restrepo \(MVP\)
- Re: BizTalk Solution Structure
- Prev by Date: Re: biztalk documenting tool
- Next by Date: Re: biztalk 2006 download
- Previous by thread: Re: BizTalk Solution Structure
- Next by thread: Re: handline multipart MIME messages in Biztalk 2004
- Index(es):
Relevant Pages
|