What is J-Mismo?

J-Mismo is a set of Java value objects, interfaces, and XML parsing utilities designed to get the developer up and running when it comes to supporting an object model of a mortgage loan - the 1003 form - as defined by Mismo.org. J-Mismo is not a framework or persistent model - just a bunch of POJOs and XML generators with an output that validates to the MORTGAGE_APPLICATION_v2_3.dtd (see Mismo.org).

Who would use J-Mismo?

I'm guessing any Java developer working in the mortgage industry looking for an object model to represent a mortgage loan. Browse the code and you'll see that there's nothing complex here. It's just a bunch of Java beans and XML generators.

This would be cool...

Someone could wire this with Hibernate. Imagine that.