Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
9 new of 9 - Jan 7 2010
4 new of 5 - Jan 6 2010
2 new of 2 - Jan 6 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 13  Older »
Description: Support for Xmappr
 

complex XML to Java-JSON transformation needed 
  Hi, I posted a question today before this one, and thanks for your quick answer Peter Knego I tried all the 4 points you advised me, but it still get errors. So I have no other way than to present my problem: I have a Javascript validation framework which needs to be configured using JSON objects.... more »
By elemerz  - Apr 19 2010 - 3 new of 3 messages    

Hi, its me 
  Hello! This is my short video present for You [link]
By Reporter  - Mar 26 2010 - 1 new of 1 message    

Shocking Celebs Clips ! 
  Entirely free SHOKING video clips collected and posted from users all over the Net. Chelsea Handler, Lanre Idewu, Richie Keen, and more! [link]
By Reporter  - Mar 20 2010 - 1 new of 1 message    

Selective mapping 
  Hi! I have a tiny problem :-) this is for the sake of the argument my xml: <root> <subroot> <item/> </subroot> <subroot2> <item id="one" val="true"/> <item id="two" val="true"/> <item id="three" val="false"/> </subroot2> </root> Currently I'm mapping an entire list of items, but is there a way for... more »
By Marre  - Feb 26 2010 - 5 new of 5 messages    

Drunk Politics 
  Oho-ho Big collection of small fun videos with drunk political leaders. Its really fun! [link]
By Bugusiz  - Feb 18 2010 - 1 new of 1 message    

Released: Xmappr 0.9.3 
  Hi, Xmappr 0.9.3 has been just released. This was quite a busy release as code base has grown by about 2k lines in about 10 days. The most notable feature is mapping to custom accessor methods (getters/setters) for JavaBeans and other classes that have private fields. Now @Element and other annotations can be used on methods.... more »
By Peter Knego  - Feb 3 2010 - 1 new of 1 message    

Handling character encoding in xmappr 
  Is it possible to use xmappr with xml documents that have non ascii characters? like arabic or any other languages? Is there any means to set the character encoding when reading the document?
By Mohamad Charaf  - Feb 2 2010 - 3 new of 3 messages    

including a collection into a parent element 
  Hello I am mapping a collection through the code: @Element(targetType=Conversati on.class, name="Conversation") private Set<Conversation> conversationsCollection; which produces: <Conversation> <srcDestination>Anywhere2</src Destination> <srcApprovalStatus>APP</srcApp rovalStatus> </Conversation> <Conversation>... more »
By Mohamad Charaf  - Jan 27 2010 - 2 new of 2 messages    

how to annotate/convert an interface? 
  Hi, I'm trying to use xmappr to generate XML for a simple class which has a field that has an interface type. It's a bit like this: @RootElement public class Bowl { @Element private final Fruit pieceOfFruit; ... where Fruit is an interface and pieceOfFruit contains an instance of a class that implements it such as Apple or Orange which have their own... more »
By Jon Harley  - Jan 20 2010 - 5 new of 5 messages    

Mapping XML elements and XML text to a Collection 
  Hi, I'm currently trying to map some xml in the following format: <div><strong>Formatted Text</strong>unformatted text</div> I've tried the suggested technique of mapping the object: @RootElement("div") class Root{ @Element(name="strong", targetType=String.class) @Text List<String> elements;... more »
By Richard Hague  - Jan 12 2010 - 19 new of 19 messages    

1 - 10 of 13   « Newer | Older »

XML       Send email to this group: xmappr@googlegroups.com