Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/MOXy/JSON Twitter

< EclipseLink‎ | Examples‎ | MOXy
Revision as of 16:30, 15 June 2012 by Rick.barkhouse.oracle.com (Talk | contribs) (New page: <div style="margin:5px;float:right;border:1px solid #000000;padding:5px">__TOC__</div> =JSON Binding and Twitter= In this example our JSON corresponds to the results of a query to get r...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JSON Binding and Twitter

In this example our JSON corresponds to the results of a query to get recent tweets about JAXB. We will use the Twitter Search API for this.

Back to the top