facebook

Applet Creation

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #221976 Reply

    Quail
    Member

    I want to create an applet that will be packed into a jar file inside a war that goes inside an ear file.

    It seems there’s no way to make this kind of dependency so that this will be created automatically as I deploy my EAR project.

    Does this need to be a feature request, or should I re-learn my ABC’s?

    #221983 Reply

    Greg
    Member

    There is a way to make the war automatically packaged and deployed when you deploy the EAR project by making the war a web module project. and adding the web module project to an Ear project. For help with this process be sure and check out the EAR Projects Tutorial

    The dependency for automatcially jarring the applet I don’t believe we support at the moment.

    #221991 Reply

    Scott Anderson
    Participant

    Quail,

    In addition to what Greg suggested, be sure to read the advanced section of the tutorial as what you may want for your applet project is simply to set it up as a plain Java project upon which the EAR depends. A dependency like that will cause your applet project to be jared and deployed in the root of your EAR.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Applet Creation

You must be logged in to post in the forum log in