• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HOW TO TRANSFER ASP COM TO JAR?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all!
I WILL RE-CREATE A NEW CTI SYSTEM WITH J2EE SKILL.
BUT THE OLD PROGRAMS WERE WRITTEN BY MicroSoft ASP COM.
Do ANYBODY KNOW HOW TO USE
THE OLD ASP COM IN J2EE ENVIROMENT?
THANKS
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think you can do that. ASP language is vbscript, or something like that, right?
J2EE environment is, well.. java
 
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use CORBA for conecting ASP with Java Technologies.
 
adair jen
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for all your answers
we STUDY two ways: the one is to use JNI to call microsoft components
the other is to use sun J2EE CAS COM Bridge
DOES ANYONE HAVE THE OTHER WAY TO HELP ME?(CAN WEBSERVICE CAN SLOVE IT??)
MY QUESTION IS MOST PROGRAMS WERE WRITTEN BY COM,BUT WE SHOULD USE JAVA
TO CALL THEM!!
UNIX SERVER<---->NT SERVER
JAVA CLASS ASP COM
SOCKET JNI-->CALL ASP COM
reply
    Bookmark Topic Watch Topic
  • New Topic