On Wed, May 14, 2008 at 3:16 PM, Tammo van Lessen <[EMAIL PROTECTED]>
wrote:
> Hi Assaf,
>
>
> Assaf Arkin wrote:
>
>> Here's four things I learned from trying to do that, which just didn't
>> work.
>> There's more, but I think these four would be enough:
>>
>> 1. Quite early into the developmen
On Wed, May 14, 2008 at 2:43 AM, Tammo van Lessen <[EMAIL PROTECTED]>
wrote:
> Assaf Arkin wrote:
>
>> Forget about that, PUT and DELETE seems to be supported by
> XMLHttpRequests...
>
>
PUT, DELETE not supported on Safari, and on some browsers may not do the
right thing (you
Hi Assaf,
Assaf Arkin wrote:
Here's four things I learned from trying to do that, which just didn't work.
There's more, but I think these four would be enough:
1. Quite early into the development you realize the UI and API are
optimized for different tasks, they quickly diverge and you end u
On May 13, 2008, at 11:23 PM, Vladimir Ritz Bossicard wrote:
I've been listening to the conversation and I would like to make a
suggestion. If it is completely off-topic, please just disregard it.
Not at all; it's a good suggestion to consider.
Why not exposing ODE's various management func
Now that I'm looking at your BPEL in more detail, I suspect the compiler
isn't parsing your assignments properly, as they aren't in BPEL 2.0 format
-- the query attribute doesn't exist anymore. So I would recommend using
the following form of assignment,
$message.part/path/to/source/eleme
Vladimir,
Vladimir Ritz Bossicard wrote:
Why not exposing ODE's various management functionalities via JMX? The
Monitoring Console would simply be a web based JMX console (similar to
JManage) with the latest-greatest Web 2.0 technologies.
I see several advantages:
* the project can be spli
All,
I've been listening to the conversation and I would like to make a
suggestion. If it is completely off-topic, please just disregard it.
Why not exposing ODE's various management functionalities via JMX? The
Monitoring Console would simply be a web based JMX console (similar to
JManage
Assaf Arkin wrote:
Forget about that, PUT and DELETE seems to be supported by
XMLHttpRequests...
PUT, DELETE not supported on Safari, and on some browsers may not do the
right thing (you don't want to get a cached copy of a deleted resource).
I should have known that. Is there one Web standa