Modify ↓
#5370 closed enhancement (worksforme)
Examples of using Java
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | xmlrpc, java |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
You have examples of end-user usage with Python and Ruby, but not for Java.
There is a zip file containing Java classes, but how do you use these to query the TRAC database?
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
Priority: | high → normal |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
A simple example that uses the Apache XML-RPC library can be found here.
comment:3 Changed 11 years ago by
See also this test console app executing ticket.changeLog
method .
Note: See
TracTickets for help on using
tickets.
Unzip the file. The .jar files inside are also just zip files - unzip them and all will be revealed as it provides runtime, source and javadoc.
I don't use java myself, and have no clue about the state of these files and how well it works. Feedback on status of examples is welcome...