|
Home > Archive > BizTalk Server General > June 2004 > Why arrays and loops are not allowed in expressions!!?.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Why arrays and loops are not allowed in expressions!!?.
|
|
| FirasAm 2004-06-26, 10:51 am |
| Hello All,
I'd like to ask about this issue Why arrays and loops are not allowed in expressions is there a good reason to don't allow that? or we can see that in the next versions of bizTalk 2004? ;p
| |
| Junaid 2004-06-26, 10:51 am |
| Expressions are really only meant to help you put things together and
not really to implement business logic - as that would be against any
sound design principle. The orchestration is for process flow as
opposed to being a flow-charting tool with source code generation
facility. Therefore, you should really have your logic in .Net
objects. Such modularization will promote re-use.
just some thoughts...
Junaid
"FirasAm" <FirasAm@discussions.microsoft.com> wrote in message news:<B6A20643-F9AE-4DE9-B0C3-8337AA9893D7@microsoft.com>...
> Hello All,
>
> I'd like to ask about this issue Why arrays and loops are not allowed in expressions is there a good reason to don't allow that? or we can see that in the next versions of bizTalk 2004? ;p
| |
| Vikas Nahata [MSFT] 2004-06-26, 10:51 am |
| Also arrays are not supported for any shape for BTS2004. This may not
change for the next version.
--------------------
| >>From: junaid_ahsan@hotmail.com (Junaid)
| >>Newsgroups: microsoft.public.biztalk.general
| >>Subject: Re: Why arrays and loops are not allowed in expressions!!?.
| >>Date: 21 Jun 2004 12:36:52 -0700
| >>Organization: http://groups.google.com
| >>Lines: 15
| >>Message-ID: <44d1a7ca.0406211136.20c23934@posting.google.com>
| >>References: <B6A20643-F9AE-4DE9-B0C3-8337AA9893D7@microsoft.com>
| >>NNTP-Posting-Host: 213.199.128.157
| >>Content-Type: text/plain; charset=ISO-8859-1
| >>Content-Transfer-Encoding: 8bit
| >>X-Trace: posting.google.com 1087846613 7508 127.0.0.1 (21 Jun 2004
19:36:53 GMT)
| >>X-Complaints-To: groups-abuse@google.com
| >>NNTP-Posting-Date: Mon, 21 Jun 2004 19:36:53 +0000 (UTC)
| >>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews2.google.com!not-for-mail
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:16456
| >>X-Tomcat-NG: microsoft.public.biztalk.general
| >>
| >>Expressions are really only meant to help you put things together and
| >>not really to implement business logic - as that would be against any
| >>sound design principle. The orchestration is for process flow as
| >>opposed to being a flow-charting tool with source code generation
| >>facility. Therefore, you should really have your logic in .Net
| >>objects. Such modularization will promote re-use.
| >>
| >>just some thoughts...
| >>Junaid
| >>
| >>
| >>"FirasAm" <FirasAm@discussions.microsoft.com> wrote in message
news:<B6A20643-F9AE-4DE9-B0C3-8337AA9893D7@microsoft.com>...
| >>> Hello All,
| >>>
| >>> I'd like to ask about this issue Why arrays and loops are not allowed
in expressions is there a good reason to don't allow that? or we can see
that in the next versions of bizTalk 2004? ;p
| >>
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|
|
|
|
|