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
[261 byte] By [gurmeet_bhatia] at [2007-9-26 3:26:41]
# 1
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 > top of Java-index,Desktop,Developing for the Desktop...
# 2
Hi ,there is another forum about EJB.You should ask there.But I think that you should make specifications and also should learn some way how does EJB work.
gussev at 2007-6-29 11:48:41 > top of Java-index,Desktop,Developing for the Desktop...
# 3
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.
allthingsweb at 2007-6-29 11:48:41 > top of Java-index,Desktop,Developing for the Desktop...