classes and objects

hi-

I will be using wxWidgets soon. I'd like to write an accounting application. In Java I could use pojo's with hibernate and map the object to the db with a persistence layer. I am wondering if I won't be using pojo (plain old java object) for CRUD operation then when do i really need to model something with a user defined type?

If i used nhibernate and dot net, I could just pick up where I left off in Java.

There are certainly things that could be modeled in an accounting application. I plan on working on AP and GL first. Should you really model if you are using a wxWidget data access layer to do CRUD operations with firebird DB? I know you need a relational DB model.

Thanks for any advice - 3rdshiftcoder
hi-

I don't think with the database layer in wxWidgets I need user defined types. If I were using SOCI, I could like in this link:
http://soci.sourceforge.net/doc/exchange.html

SOCI could be used similar to the pojo method.

I will think about this before I start my project.

thanks,
3rdshiftcoder
Topic archived. No new replies allowed.