Browser plugin PoC (1611453)

Cancelado Publicado Mar 2, 2011 Pagado a la entrega
Cancelado Pagado a la entrega

Instructions for the project in Russian are attached in file "[url removed, login to view]".

It is expected that someone proficient in browser plugin development (Firefox, Chrome) could crank it out in no time, having all the setup in place.

## Deliverables

Example of code for Applet to manipulate DOM through Java Plugin APIs:

@Override

public void start() {

[url removed, login to view]();

try {

// use reflection to get document

Class c = [url removed, login to view]("[url removed, login to view]");

Method m = [url removed, login to view]("getDocument",

new Class[]{[url removed, login to view]});

// cast object returned as HTMLDocument; then traverse or modify DOM

final HTMLDocument doc = (HTMLDocument) [url removed, login to view](null, new Object[]{this});

[url removed, login to view]("Document: " + doc);

final HTMLBodyElement body = (HTMLBodyElement) [url removed, login to view]();

[url removed, login to view]("Body: " + body);

new Thread(new Runnable() {

public void run() {

try {

Node test = [url removed, login to view]("sample text");

[url removed, login to view](1000);

[url removed, login to view](test);

[url removed, login to view]("now added a node");

[url removed, login to view](1000);

[url removed, login to view](test);

[url removed, login to view]("now removed a node");

} catch (Exception e) {

[url removed, login to view]("Exception while manipulating DOM " + e);

}

}

}).start();

} catch (Exception e) {

[url removed, login to view]("New Java Plug-In not available");

// In this case, you could fallback to the old bootstrapping mechanism

// available in the [url removed, login to view] package

}

}

Ingeniería Java JavaScript Linux SO Mac Microsoft PHP Gestión de proyectos Arquitectura de software Verificación de software Windows Desktop XML

Nº del proyecto: #3141590

Sobre el proyecto

1 propuesta Proyecto remoto Activo Apr 26, 2011

1 freelancer está ofertando el promedio de $128 para este trabajo

alehro

See private message.

$127.5 USD en 14 días
(10 comentarios)
3.7