From: "Brandon" <[email protected]> > Well if you guys want to write this stuff in Java and it's based on > in-freenet indices then writing it as an FProxy plugin might be sensible. > Or just as a node plugin, depending on how you'd want to implement it.
Not a bad idea after all. I don't have a clue how to implement FProxy or node plug-ins though - is there a (stable) API? > That's more sane then a Java applet as Java applets trip the security > filter. Do they? There are security leaks in different browser version, sure. But forgetting that for a moment, applets run inside a pretty secure sandbox. For example, they are not allowed to contact any other hosts than the one
