Tag: beans-binding


  1. JAXB and ObservableList

    If you don’t customize your schemas with JAXB, your generated classes will not handle correctly the list in your UI (using beans binding functionnality). If you have lists in your xml, you’ll probably handle them with Jtable or JList in your UI. Modifications of objects (from…

    beans binding, design patterns, GUI, jaxb, xml binding

  2. More on JAXB plugin

    I’ve been talking about Java beans binding with JAXB on my old post. But trying it on my professionnal project, I’ve not been able to make it work. I encountered the following error :unrecognized parameter -Xinject-prop-listeners. So I used another plugin, a mod of the original…

    beans binding, jaxb

  3. XML binding with JAXB 3/3 : plugins

    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 binding (JSR 295) with netbeans. You can begin…

    ant, beans binding, jaxb, matisse, maven, Netbeans, xml binding