Java Beans and Visual Basic
My Client has a Visual Basic application running and he wants to create a Java application on top of it (Some EJBs ), i would like to know how i can i start with that.Please let me know...if anyone out there has an answerit is urgent
I don't know if it is the answer you want, but, you have to create you classes in java language, generate the .dll files, register them, and use them in your visual basic program.
jaojao at 2007-6-29 11:48:41 >

I don't know whether my answer is specific to your question.I think you can create microsoft dll from java class files, and can use this dll in your vb application. There are some third party tool to do this.Inside java you can play with any java component.