3 Replies Latest reply on May 28, 2004 4:12 AM by hustenbolschen

    How to...  Java Applets

    hustenbolschen

      Hello,
      I wrote different EJBs and succesfully deployed them in JBOSS.
      I also got them working with Mysql.

      Now I need a small java-application for the intranet (fast connection).

      I already had the application running as a standalone-client, and it won`t be a problem to rebuild an awt or swing applet of it.

      Can anyone give me a workaround about how to deploy a simple Hello-World Applet with the corresponding html-file and let it run with jboss-tomcat. The communication with the ejbs i will try on my own.

      I didn`t find any information about it in the "Getting started", and I was also surprised that the word applet didn`t exist in the forum?????
      Is there anything wrong about using applets?

      Thanks Marcus

        • 1. Re: How to...  Java Applets
          hustenbolschen

          I´m going mad with the "search" at jboss. For two days I found nothing when searching for "applet", and now i got 339 results....

          Don`t know what was wrong.

          Anyhow, it would be great if someone can give me a simple example or even the link to an example or more informations, how to deploy a servlet, using an applet.

          • 2. Re: How to...  Java Applets

            Don't go mad, just have a little patience. The search index needs to be recreated.

            • 3. Re: How to...  Java Applets
              hustenbolschen

              OK, thank you for that info,

              but my main question is not answered....

              Maybe it was not clear.....

              I have JBOSS 3.2.3 with MySQL.
              I wrote different EntityBeans and Session Beans
              and now I want to make my solution ready for the net.

              I wrote and deployed a servlet which communicates with the session beans.

              and I want to write an Applet, which contains the GUI and could be used in every Browser. This Applet shall communicate with the Servlets....

              but I can`t find any tutorial or hints for the jboss xml-scripts (application-client.xml, or whatever)....

              Please tell me if I´m on the wrong way or show me a little code sniplet of how to deploy a applet.jar

              Thankyou