users@jaxb.java.net

Re: Can I run a JAXB 2.0 developed application on a J2SE 1.4.2_10 runtime ?

From: Turadg Aleahmad <turadg_at_berkeley.edu>
Date: Thu, 09 Feb 2006 12:01:37 -0800

Could JAXB2 work in JSE 1.4 if it was run through Retrotranslator?
  http://retrotranslator.sourceforge.net/

The building could be automated with this Maven 2.x plugin,
  
https://svn.mojo.codehaus.org/mojo/trunk/mojo/mojo-sandbox/retrotranslator-maven-plugin/

I've had success with a codebase using generics, but I haven't tried it
with annotations.

-Turadg



Dmitri Colebatch wrote:
> Hi Markus,
>
> The short answer is no - JAXB2 requires a 1.5 JVM. I have no
> experience with JAXB1 but I believe that will work on a 1.4JVM, as
> does XmlBeans which offers similar functionality.
>
> cheers
> dim
>
> On 09/02/06, Markus Karg <markus.karg_at_quipsy.de> wrote:
>
>> Hello JAXB Community,
>>
>> I'm a newbie to JAXB 2.0 and have a simple question:
>>
>> On our development machines, we are running JDK 1.5.0_06, but the developed
>> application has to run inside a J2EE 1.4 compliant client container (and
>> such ontop of J2SE 1.4.2_10). Is this possible? Can we applications produced
>> with JAXB 2.0 / J2SE 1.5.0_06 on a J2SE 1.4.2_10 runtime?
>>
>>
>> Thanks
>> Markus
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>