Tag: sun

Here you can see a listing of all the posts tagged with sun on this website.

  • JMF not really so useful...

    Posted on Nov. 16, 2006 at 23:53 +0100 Tagged with , , ,

    Is it just me or is JMF yet another example why Java isn't really platform independent? Or actually another example of Sun really making it useful no matter what platform you're on. For example: I now have to write a small program using JMF. I thought: Great, should be no problem using a normal MPEG-1 stream as input source. Yeah, right ... According to the list of supported formats the really platform independent JMF package doesn't support even MPEG-1. This feature is reserved for the platform-dependent binaries. I also tried to register the MP3 plugin and failed there too, so perhaps I understood something the wrong way (but at least I also read about other people having the same problem).

    [more ...]

    0 comments

  • RMI Tutorial

    Posted on June 23, 2005 at 11:45 +0200 Tagged with , , ,

    RMI Tutorial

    Was ist RMI? RMI bedeuted "Remote Method Invokation" und dient dazu, Dienste auf einem Rechner anzubieten, die dann von einem anderen Rechner in Anspruch genommen werden können. Bei diesen Diensten handelt es sich um Java-Objekte die dann am Clientrechner direkt in lokale Variablen eingebunden werden können.

    Wenn jedoch eine Methode dieses Objektes ausgeführt werden soll, dann wird diese auf dem "Server" ausgeführt und das Ergebnis dann an den Client übermittelt.

    [more ...]

    2 comments