Share this page to your:
Mastodon

Last week I found a neat trick with JAXB2.

The project I am working on at the moment is a mix of web services and database, an...

Continue reading...

I needed to build a Java SOAP web service and, although I’ve done it before, it has been a little while and I wanted to use th...

Continue reading...

Architecture

I’ve been working on this thing for the last few months and it is an update of something that I already had out there. T...

Continue reading...

Say you have an existing database. You access it with JDBC and you maintain it with SQL scripts.

Life is hard because you have...

Continue reading...

This is about publishing java classes generated from xsd files using JAXB‘s xjc utility. Specifically I’m publishing a jar fil...

Continue reading...

Yesterday I wasted a coupled of hours and it is my own fault. Just in case you hit the same problem (or in case I hit it again a...

Continue reading...

Last entry I explained how, when using Madura Objects, you generate your Java Beans from an XSD file. The resulting classes ha...

Continue reading...

I kept the previous post short because I know I never read long blog posts. So here is some more about Madura Objects. Recall...

Continue reading...

One of the reasons this blog has been a bit quiet is that I have been working furiously on Madura Objects. Now I have uploaded...

Continue reading...