• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Java beans - activeX bridge question

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Java Application which takes in a file on the command line and returns a image file. I need to convert this into a Java bean. Does Java bean take in parameters? If so, how do i do it? I need to convert the java bean into ActiveX to call the bean from VB.
Any pointers to java bean application development is greatly appreciated.
Thanks
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Keep in mind that there is a huge difference between JavaBeans and EJBs. This post doesn't seem to have anything to do with EJB or J2EE so I am moving it to Java in General (intermediate)..
reply
    Bookmark Topic Watch Topic
  • New Topic