users@jaxb.java.net

Re: JAXB-like API for JavaScript?

From: Steve <smsiebe_at_gmail.com>
Date: Wed, 29 Sep 2010 20:21:47 -0400

Lexi,

Have a look at Jackson
http://jackson.codehaus.org/

I've been thinking the same thing, though. I need/want to have some
better way to annotate various serialization without getting into
annotation hell. I need/want to be able to annotate a class for jpa,
XML(jaxb), and json formatting, and it's just ugly right now.

There are some addl features that I also find lacking, like role-based
serialization (some roles shouldn't see certian data on a class) to
allow me to better seperate the security concern.

Let me know what you think about Jackson, and if your still thinking
of going it from scratch...perhaps we can work on something together..

Steve

On Sep 29, 2010, at 6:47 PM, Aleksei Valikov <valikov_at_gmx.net> wrote:

> Hi everyone,
>
> does anyobody know some JAXB analog for JavaScript?
>
> Here's a bit mor thorough description of the idea:
>
> http://stackoverflow.com/questions/3819192/is-there-a-javascript-api-for-xml-binding-analog-to-jaxb-for-java
>
> I wonder If anybody knows such a tool, because I'm thinking about
> writing it.
>
> Bye.
> /lexi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>