Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

JSP and ole/com Objects

 
Ranch Hand
Posts: 1309
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I integrate the jsp pages with ole/com objects?
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After doing a bit of research (sometimes there is no substitute for a Google search) my response is: Dunno.
There is this article from the Microsoft site, dated 1999 but I think it relates to J++ and is out of date.
I got that link from this site, which has a few other links but no idea on the quality.
If you care, here is the google search I did.
I've never done any COM stuff (and I'm not in any great rush) so I couldn't make any other suggestions.
Anyone?
Dave.
 
Saloon Keeper
Posts: 28062
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think I've seen some articles about it, but not lately. After all, COM's old hat, now we have .NET - which is the main reason I'm cool on Microsoft these days - they're too good at producing "fad" systems and they don't support them forever the way IBM does.
The "simple" way to invoke COM services is to write a JNI glue class, and java.sun.com (and other sites/books) document that fairly well. I noticed that an ad popped up on my google query for http://www.capeclear.com offering COM support, but I know nothing about them.
Try firing up the search engine again and looking for articles on calling Excel from Java - I think that there was a good one there.
[This message has been edited by Tim Holloway (edited November 27, 2001).]
reply
    Bookmark Topic Watch Topic
  • New Topic