Bug 8038 - Java SVG bindings are not supported
Summary: Java SVG bindings are not supported
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/SVG/java.html
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-28 13:02 PST by David Carson
Modified: 2007-06-12 11:59 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carson 2006-03-28 13:02:01 PST
Java applications can be written that react to events from an SVG document. The binding is specified in the URL. 
IMHO the challenge is to access the manifest file to get the name of the class that implements the interface for the binding.
Comment 1 Eric Seidel (no email) 2006-05-31 08:00:48 PDT
This should be possible to autogenerate as part of our JavaScript (and soon Obj-C) binding autogeneration code.  It should be possible to write a perl module (WebCore/bindings/scripts/CodeGeneratorJava.pm) which knew how to write out the proper java & cpp files to make this happen.  I think this could be quite cool.
Comment 2 Eric Seidel (no email) 2007-06-12 11:59:07 PDT
WebKit really has nothing to do with Java.  Closing as invalid.