Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Re: how to work with Eclipse BPEL effciently?

Sam,

Is your question about developing the editor or extending it in a separate plugin for example ?

If the former, then follow the direction on the web site about checking out and developing.

Otherwise, you will have to create a new plugin project and extend the editor via the extension points available. That's pretty standard eclipse path of development.

Running it is also pretty trivial. Any changes that you make you can run in a test copy of eclipse right out of your development copy.

-m

sam wang wrote:
Hi, Michal,

Sorry to interrupt you. I want to extend Eclipse BPEL editor, that means I need modify the source
code. I wonder if you could share me some idea about how you develop, for example, if there is an
ant script to export the whole project after you finish coding (Since there are totally seven
packages, export them one by one will be time consuming and boring), how do you test your
modification since there is no jUnit test? Of course I can export to the whole project as a plugin
and install it under another Eclipse to test if it works or not, I think there should have better
way to test the source modification.
thanks!
Sam



      ____________________________________________________________________________________
Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ


--
Michal Chmielewski, CMTS, Oracle Corp, W:650-506-5952 / M:408-209-9321 "Manuals ?! What manuals ? Son, it's Unix, you just gotta know."


Back to the top