Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / March 2005

Tip: Looking for answers? Try searching our database.

suggestions for externalizing code flow of j2ee app

Thread view: 
Ittay - 11 Mar 2005 19:03 GMT
Hi,

I'm looking for a way to externalize the flow of a j2ee application.
What I mean is that if traditionally, I'd write a flow of some
functionality by having methods calling each other, then I'm looking
for some declerative (xml) way of doing that.  So that the flow can be
modified externally, by plugging other pieces of code into it, perhaps
replacing existing ones, that can modify the flow.

Another thing is that the flow is not synchroneous. To acheive some
functionality, several execution threads are needed (one after the
other)

Thanks,
Ittay
Heiko W. Rupp - 11 Mar 2005 19:49 GMT
> Hi,
>
[quoted text clipped - 4 lines]
> modified externally, by plugging other pieces of code into it, perhaps
> replacing existing ones, that can modify the flow.

jBPM might be what you're looking for (http://www.jbpm.org)

Signature

Heiko W. Rupp     hwr@pilhuhn.de
  JBoss Buch: http://www.dpunkt.de/buch/3-89864-318-2.html

ittay.dror@gmail.com - 12 Mar 2005 09:27 GMT
I've looked into BPEL already and my impression was that it is more for
defining collaborations between buisiness processes, rather than
describing a code flow (the example in jbpm is einstein asking for a
raise, and gauss evaluating it).

I'm looking for something, so that instead of writing:

public class Foo {
    public void start() {
         Bar bar = // get bar somehow
         bar.do();
    }
}

I'll instead write something like:
<feature name="foo">
       <call class="Bar" method="do"/>
</feature>

thanx,
ittay
gevatron@yahoo.com - 11 Mar 2005 23:01 GMT
You are looking to build a process flow, the standard language for this
is BPEL (Business Process Execution Language).
You can get a visual BPEL tool from Oracle here:
http://www.oracle.com/technology/products/ias/bpel/index.html
Thomas Schodt - 15 Mar 2005 10:08 GMT
> Hi,
>
[quoted text clipped - 8 lines]
> functionality, several execution threads are needed (one after the
> other)

If what you are looking for is an event driven
finite state machine, have a look at
  <http://unimod.sourceforge.net/>


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.