Posting to the Queso-Sever using Apache Abdera
Ben Szekely has posted an example for accessing his Queso-Server with Apache Abdera. The important part is
AtomClient client = new AtomClient();
Entry postedEntry = client.post("http://abdera.watson.ibm.com:8080/atom/example", entry).getRoot();
where ‘entry’ is the Atom element.


















