0 votes
589 views
in Javascript API by

1 Answer

0 votes
by (2.3k points)
selected by
 
Best answer
LiveConnect is a technology that allows the Javascript engine (Rhino I believe) to execute java from a Javascript context.  While I have used Live connect when prototyping specific solutions I strongly recommend against it as your final solution.  IMO your java code really belongs in a source code repository with a true build system so you can follow proper code management techniques.  This helps prevent a random developer doing something to break the java code while addressing other issues.  It also allows you to create unit tests for your various java functionalities.  

If your concern is performance due to the marshaling of the Java object and passing of data to/from java and BPM context you may want to re-evaluate your use case and either find a way to do what you need to do with a large set of data so that the "overhead" is minimized or perhaps move to BPM advanced which is more suited to lights out data processing.

Related questions

0 votes
0 answers 1.0k views
0 votes
1 answer 619 views
0 votes
1 answer 2.1k views
0 votes
1 answer 401 views
0 votes
1 answer 921 views
0 votes
0 answers 624 views

634 questions

495 answers

97 comments

2.7k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...