09-29-04 08:07 AM
Thanks for the response. here is more detail.
Our Web application is more like a Portal to lot of our
internal applications. If one of our internal application
were to go down only the section which relates to that
application on the Web site will not work, but rest of the
site will continue to work.
One of the example is, when the web user tries to places
an Order on the web, we check the stock availability
against internal system. Only if the stock is available,
we let them place an order. When an Order is created the
Order is directly created on the internal application.
Keeping this in mind what would you suggest, should we
write an adapter or direct .NET class invocation from the
Orchestration.
Any further input would be greatly appreciated.
PS: Our internal applications are available 24/7. If this
were to go down, we will display appropriate error on the
Website.
>-----Original Message-----
>Can you describe what you're trying to accomplish in a
little more detail?
>What are your "internal applications" trying to do and
how do they relate to
>your web application and BizTalk? Are they receiving data
from your web app
>or sending data to your web app?
>
>One general thing I've found helpful is to keep in mind
the concept of
>"loosely coupled" applications. If you are trying to use
BizTalk to submit
>an order from a web app to a backend system, then
directly connecting them
>can be bad for speed, scalability and reliability. Having
your web app post
>XML to your BizTalk Server thru MSMQ or a web service and
then having
>BizTalk process this XML to your backend systems keeps
everything more or
>less "loosely coupled" so if your backend system is down
the entire process
>doesn't fail.
>
>--
>Jeff Lynch
>"A BizTalk Enthusiast"
>http://dotnetjunkies.com/WebLog/jlynch/
>
>
>"Chandan" <anonymous@discussions.microsoft.com> wrote in
message
>news:2c2f01c4a566$afc30f60$a501280a@phx.gbl...
create[vbcol=seagreen]
the[vbcol=seagreen]
an[vbcol=seagreen]
data[vbcol=seagreen]
of[vbcol=seagreen]
our .NET[vbcol=seagreen]
>
>
>.
>
[ Post a follow-up to this message ]
|