Search:

Type: Posts; User: MistaWizurd

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    =D>

    I believe this is what I call a wrap for this thread. Everything hasn't been tested "to the extreme" but many improvements have been made over the code. It can call scripts and handle any...
  2. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    Ahh yes its a wonderful day.. I was so tired yesterday after my 14 hour non-stop shift working on the above classes I failed to see just how simple a client that employs this service really is. So...
  3. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    Some quick LiveConnect Reference info for beginners NetSpade - Web Developer Heaven

    See this page for info on supplying and retrieving parameters for an applet: Defining and Using Applet...
  4. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    OK people here are my "untested" Server classes to be run in the browser. Java Security says this stuff must be jarred and signed + permitted by system policy. The license is provided here in this...
  5. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    It would be more than great if SUN/ORACLE/Microsoft/Free Software Foundation/Apple/Apache/MIT/UC Berkely whatever would implement something like this for us free to all governments corporations and...
  6. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    There are too many technology implementation discrepancies regarding post #2 for it to be a platform independent technology. IE moving to a new server, supporting multiple browsers, or distributing a...
  7. Replies
    7
    Views
    2,035

    Re: Push Notification Client/Server

    Ok so HTTP Push is just something I never heard of but quite resembles the content header keep alive idea i had...Push technology - Wikipedia, the free encyclopedia
  8. Replies
    7
    Views
    2,035

    Push Notification Client/Server

    Hello world, gotta few questions as I am totally new to java but I have lots of programming experience. I'm looking for some advice/expertise from an experienced java applet networking programmer.
    ...
  9. Replies
    5
    Views
    4,076

    Re: java.net.URL Access Exception

    Wow, I didn't need to change the code at all. i found a crossdomain.xml file for java and placed it in my virtual host root directory. The crossdomain.xml 404 kept showing up in the access log. So I...
  10. Replies
    5
    Views
    4,076

    Re: java.net.URL Access Exception

    I found a solution to the policy issue. I have not entirely tested this but the adaptation I have created using the classes and methods described here have seemingly solved my policy issues.

    *...
  11. Replies
    5
    Views
    4,076

    Re: java.net.URL Access Exception

    Well, you were absolutely correct about my intent. However using a script, does not solve the issue. Same error using code:
    <?php include("test.txt"); ?>
    All of these files are in the root...
  12. Replies
    5
    Views
    4,076

    Re: java.net.URL Access Exception

    Hmm... Makes no sense to me as to why a typical Webserver (I'm using Apache2 on UBUNTU x64) should deny read access to a public (world readable resource) file. Yet, this is not unfathomable. Thanks...
  13. Replies
    5
    Views
    4,076

    java.net.URL Access Exception

    OMG, I'm so tired of trying to find this answer. I'll do my best to explain the issue. I have compiled, jarred and signed this browser applet:



    import java.applet.Applet;
    import java.net.URL;...
Results 1 to 13 of 13