Deployment of java swing project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • haran
    New Member
    • Aug 2007
    • 4

    #1

    Deployment of java swing project

    Hi,
    I have developed a project by using java Swings. Now i want to deploy that project into web. If its applet means we can deploy that by using browser. so plz help me to deploy the java swing project.



    Thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by haran
    Hi,
    I have developed a project by using java Swings. Now i want to deploy that project into web. If its applet means we can deploy that by using browser. so plz help me to deploy the java swing project.



    Thanks in advance
    So you have created the applet?

    Comment

    • haran
      New Member
      • Aug 2007
      • 4

      #3
      no in applet i have the problem of database connectivity so switched into swings

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by haran
        no in applet i have the problem of database connectivity so switched into swings
        To make it run on the browser, you need to make an applet or use a JSP.
        If you were getting a security exception with the applet then you needed to sign it.

        Comment

        • haran
          New Member
          • Aug 2007
          • 4

          #5
          how to sign the applets plz tell me

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Originally posted by haran
            how to sign the applets plz tell me

            Here is an old article explaining how to sign applets. You should read Sun's tutorial on security for a more recent tutorial.

            Comment

            Working...