Once you’ll have been working with JAXB basis, you’ll want to enhance what your doing. For example, in my case, I want to bind my datas with a GUI. For that, I’ll need to use beans b… more →
Java ThoughtsSteve Horsfield wrote 3 weeks ago: This is a technical post. I’ve recently been looking at how XML serialization is performed in JAXB 2 … more →
fjunior87 wrote 1 month ago: Hi, In this post we will show a simple example on how we can create XML using JAXB. JAXB “cons … more →
igormoochnick wrote 1 month ago: As you know that in XML you can represent the same data in variety of ways by using fields, names, a … more →
igormoochnick wrote 1 month ago: In the previous article (Part 1) we’ve seen how to create a web-based REST-full client (and an appro … more →
cchweblog wrote 2 months ago: Following the previous post, an example of using JAXB2 as the marshaller is provided. I. Servic … more →
Pascal wrote 2 months ago: Once you’ll have been working with JAXB basis, you’ll want to enhance what your doing. F … more →
Pascal wrote 2 months ago: This article is part 2 of the series on JAXB. On part 1, I exposed the basis of using JAXB. But you … more →
Pascal wrote 2 months ago: I’ve been watching for an XML binding tool for one of my projects, which make use of XML to st … more →
Udy wrote 4 months ago: This is my first post on 5 minutes series of articles on technology and it’s on JAXB. Read abo … more →
Geert Schuring wrote 5 months ago: The following problem bugged me for like 2 days: My maven project generates classes using a maven ja … more →
bug4free wrote 6 months ago: <Rant> One of the things I dislike in the Java world is the number of moving parts I sometimes … more →
bug4free wrote 6 months ago: For most projects I’ve been working on lately, I have had to implement a library or an applic … more →
itasyurt wrote 8 months ago: After my previous post, I have discovered a more elegant way to include packages in JAXB context … more →
itasyurt wrote 8 months ago: Hello there, I had some trouble in customizing the JAXB context of JAX-WS for binding classes which … more →
onebyteatatime wrote 9 months ago: I just answered this question for myself after some frustration reading through Spring documentation … more →
Take chan wrote 9 months ago: There is an XML Java utility library called XStream http://xstream.codehaus.org/.. This software i … more →
agienthea wrote 9 months ago: Jika kita mempelajari Java yang didalamnya terdapat banyak sekali cabang, maka kita akan menemui sal … more →
Take chan wrote 10 months ago: Actually, I added one more method add2 in addition to myarch’s example. The followings are what I ha … more →
tejakantamneni wrote 10 months ago: Spring web services a product of spring community, helps in developing web services using contract f … more →