How to protect my applet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goelvivek
    New Member
    • Dec 2006
    • 26

    How to protect my applet

    Is their is any way by using that I can protect my applet. So the applet will run on only my website.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Here is an interesting read on the subject.

    Comment

    • goelvivek
      New Member
      • Dec 2006
      • 26

      #3
      After reading that I find that protecting applet is very difficult. But is their any other language available in which I can create dynamic content and also protect them.

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        What type of dynamic content are we talking about here? Will a simple JSP help?

        Comment

        • goelvivek
          New Member
          • Dec 2006
          • 26

          #5
          No that will not help. I want to create some animation stuffs.

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            You could make it a normal Java application and serve it with webstart.
            PS: Note that the whole security business is rarely ever completely fool proof.

            Comment

            • goelvivek
              New Member
              • Dec 2006
              • 26

              #7
              Thanks for your advice and links.
              Now I will using simple java applet and nothing more security.Supply ing that with webstart will run on server side and it will take huge resources. So let other to use my applet. Thanks.

              Comment

              Working...