eVision

Is there any way to integrate java into eVision page flow?I need to have a java app to be part of the bussiness processRegards,Addy D
[161 byte] By [mekanzoo] at [2007-11-26 8:28:06]
# 1
hi addy,most simple way to integrate your java app into the business process is afaik to connect your app via JMS to the IQ managers of your server. The JMS Api is comming with the SUN product anyway. haveing this done you can interact with it in the BP!regards chris
eingfoan at 2007-7-6 21:44:42 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2
It depends on what you mean by "integrate Java". You can always include calling Java Collaborations which are created inside of Java CAPS in your pageflows as a way to call out to Java between pages.
ktschmidt at 2007-7-6 21:44:42 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 3

I need to read an opendocument spreadsheet file. I made the reader in java but having a hard time integrating it to eVision page flow..

I could use a java collaboration, but then I have to put a webservice as part of the requirements.

I think I'm missing something.

The flow is like this:

user upload OD file --> system read --> insert to oracle db --> confirmation page. All web based.

If possible I prefer not to use JMS.

Thanks in advance.

Regards.

Addy D

mekanzoo at 2007-7-6 21:44:42 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...