Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Java applet that can behave like dekstop app?

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java applet that can behave like dekstop app?

    I need a java applet that will query google keyword adword tool. However I want google adword keyword tool sees client ip addresses and not my server ip address.

    If I use my ip address , google adword keyword tool will ban my server ip for sure because it has only 1 ip address and I don't want to use proxies.

    I want google adword keyword tool to see only client ip addresses.

    Is this possible?

    Thanks


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java applet that can behave like dekstop app?

    Unsigned Java applets can only communicate with the server they were loaded from.

  3. #3
    Junior Member
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java applet that can behave like dekstop app?

    thanks. Does it mean signed java applet can accomplish what I want?. Is there extra cost associated with signed java applets?sorry for the noob question. I know very little abt java applet

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java applet that can behave like dekstop app?

    Why do you want to use an applet instead of an application?

    A signed applet should be able to connect to other servers.

  5. #5
    Junior Member
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java applet that can behave like dekstop app?

    to be honest... I only know PHP and I can code the server side app using php, however there is a part of the user interface that should be accomplished using maybe Java.

    Because there is no way in server side php web app to make it behave like desktop app .. i.e. Google see only my clients' ip addresses .

    I don't want to use proxies nor do I want to mask my server ip address.

    Can Java app accomplish that?I want the java applet or java app to be apart of my graphical user interface (user interface)

    Thx

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java applet that can behave like dekstop app?

    You can write a java GUI that would work either in an application or in an applet.

    I don't know about your IP problem and proxies.

Similar Threads

  1. Java Applet Coding Help?
    By Drag01 in forum Java Applets
    Replies: 1
    Last Post: April 26th, 2012, 07:03 AM
  2. Applet using .mp3 control in java
    By ychopade in forum Java Applets
    Replies: 0
    Last Post: July 15th, 2010, 07:26 AM
  3. Replies: 1
    Last Post: June 25th, 2010, 06:59 AM
  4. Need help with java applet game.
    By vlan in forum What's Wrong With My Code?
    Replies: 0
    Last Post: April 10th, 2010, 04:18 AM
  5. Designing RLC Circuit using Java Applet
    By syxxpac316 in forum Java Applets
    Replies: 6
    Last Post: May 13th, 2009, 04:26 PM