> How about the JACOB COM bridge? I have looked at that, however, the app running JACOB needs to be a windows box, as JACOB appears to use JNI. JIntegra uses an OCX Host that can be run from the exchange server itself without actually being on the app server. The app server can then make remote calls to the OCX Host on the exchange server. It is 100% pure Java from an application implementation standpoint.
> Does it work? Don't know. The JNI requirement was a show stopper for me, at least for the moment. You could possibly write a small service that runs on the Exchange server and allow you app server to connect via remote operation: XML-RPC, SOAP, RMI etc. You may also want to look for Java MAPI as most exchange information is handled by MAPI. Scott > -----Original Message----- > From: Hauge, Geoffrey [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 10:03 AM > To: 'Jetspeed Users List' > Subject: RE: Exchange > > How about the JACOB COM bridge? > Does it work? > > -----Original Message----- > From: Weaver, Scott [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 08, 2002 9:59 AM > To: 'Jetspeed Users List' > Subject: RE: Exchange > > > Yes. However, I had to use JIntegra's java-exchange bridge as I have not > seen any platform-independent, Open Source COM bridges. > > http://www.intrinsyc.com/ > > > Scott > > > -----Original Message----- > > From: Hauge, Geoffrey [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, October 08, 2002 8:36 AM > > To: 'Jetspeed Users List' (E-mail) > > Subject: Exchange > > > > Has anyone had success in creating a portlet that deals with MS > Exchange? > > I'm looking for information on how to view calendar, inbox...etc.
