Now I want to use an applet embeded in IE to call an EJB on the server. They worked well in JBuilder6.0,and there are: test.html eb/*.class (the classes of EJB) ebaptest/test.class (the class of applet) Generated Source/*.class (some class made by JBuilder) under the directory %JBuilderworkingdir%/classes. But I want to deploy them to weblogic6.1,and how to do that. I've tried many methods,and failed. After I input "http://localhost:7001/test.html" in the IE,then the message "javax/ejb/EJBHome not found" is displayed. pls help me,THX
Hi Alex, I think the error is because of an incorrect deployment of EJB. In JBuilder thing are set up for you, so it works fine. I've work around with Weblogic, but never use EJB with applet. I you could send me a prototype applet that just call an Helloworld EJB, I'll try to help figure that out.
Where is the friend who remind me the "codebase"? Have you used the function Archive Builder of the JB6.0? It makes a *.jar includes the classes and packages required.It is SBTutorial.jar. The html file is <applet codebase = "SBTutorial.jar" code = "aptutorial.testApplet.class" name = "TestApplet" width = "400" height = "300" hspace = "0" vspace = "0" align = "top" > </applet>
but "class not found aptutorial.testApplet.class " :(