I`ve just found the new location of the tutorials. The URL is:
http://se.uni-hannover.de/pages/de:tutorials
I think it would be nice to have the links on the BPELUnit website
updated.
Cheers
Peter
Actually, I believe that's an older website. It appears we forgot to
move some of the stuff from there to bpelunit.net, and then to
bpelunit.github.com.
Cheers,
Antonio
Hi Antonio,
> move some of the stuff from there to bpelunit.net, and then to> Actually, I believe that's an older website. It appears we forgot to
> bpelunit.github.com.
No, I've just checked both websites: all links to the tutorials are dead.
On 8 December 2011 13:17, Peter Bormann <borm...@googlemail.com> wrote:
> The reason is that the location of the tutorials on the server of the
> university of Hannover has changed, so it would still be a good idea to
> update the links on the websites mentioned above.
@Daniel: do you still have access to the old Hannover website?
> Just another question: Is it possible to ask BPEL-related questions in this
> Google group, too? My impression is that some of the tutorials provided by
> the SW department of the university of Hannover being necessary for the
> BPELunit tutorials don`t work when deployed on Apache ODE.
Well, I can try to help. I'm more familiar with ActiveBPEL than with
ODE, but if you don't use any ODE-specific extensions it should be
fine.
> And finding errors with the Eclipse BPEL Designer, at least for a BPEL
> beginner like me, is a pain in the neck: I need 5-10 minutes to model a
> simple BPEL (tutorial) program. But, in addition, I usually need several
> hours just to correct minor errors in my program. And that`s very
> frustrating.
Yes, that's a common problem with BPEL: you can't just quickly whip up
a BPEL composition in Emacs or Vim. You really need a good IDE for it.
The BPEL editor in the SOA edition of NetBeans 6.7 was quite nice, and
it was integrated with Glassfish + ODE, if I recall correctly. Some of
the students doing BPEL processes as third year projects at our
university used NetBeans to write the BPEL composition and then
switched to Eclipse + BPELUnit to test it. I'm afraid NetBeans dropped
the SOA components in 6.9 or so, though.
There's something called BPELScript which looked rather promising [1],
but development seems to be stalled. It might be useful to you in its
current form, though.
What sort of problem are you running into when fixing your program?
Complex syntax? Incomplete error logging?
Cheers,
Antonio
I think we all can try to help. However and unfortunately, all open
source BPEL editors I have seen so far are more or less useless. The
Eclipse one is under heavy restructuring since Red Hat took over but
that's some while ago and I have seen no version that really works as
expected. This is a pity especially ODE, BPEL Editor + BPELUnit could
be a great BPEL development environment.
That being said the processes will deploy even if there are errors in
the Eclipse editor and vice versa.
Daniel
On 8 Dez., 13:34, Antonio García Domínguez <nyoesc...@gmail.com>
wrote:
> Hi Peter,
> Well, I can try to help. I'm more familiar with ActiveBPEL than with
> ODE, but if you don't use any ODE-specific extensions it should be
> fine.
No, I think it`s wise to avoid such extensions (in my case: ActiveVOS BPEL extensions) because they might cause a lot of problems with the Apache SCA Tuscany runtime.
> Yes, that's a common problem with BPEL: you can't just quickly whip up
> a BPEL composition in Emacs or Vim. You really need a good IDE for it.
> There's something called BPELScript which looked rather promising [1],
> but development seems to be stalled. It might be useful to you in its
> current form, though.
Thanks! I`ll check it out. But, as I wrote above, I'm going to try ActiveVOS because I really need an automatic BPMN2BPEL mapping. I don`t want to do
this transformation manually in my project.
> What sort of problem are you running into when fixing your program?
> Complex syntax? Incomplete error logging?
the tutorials from the SE page are a couple of years old. With the
formly recent versions there weren't such problems. However, I think
that any hints regarding the ODE tutorials will be highly appreciated
by Kai who currently maintains them.
Daniel
I (finally) updated both bpelunit.net and bpelunit.github.com.
Daniel
On Dec 7, 10:03 pm, Antonio García Domínguez <nyoesc...@gmail.com>
wrote:
> Hi Peter,
Hi Daniel,