I’m looking around and I can’t find any good examples or methods to make a JDBC persistence layer. I’d use a framework but I don’t have the time to fix errors and such.
So, how am I supposed to make a persistence layer in a JSP/JSF system using exclusively JDBC?
What makes you think that you will have to fix errors in a framework? Have a look at Spring and especially its JDBCTemplate. It will ease jdbc-pain a lot and I wouldn’t expect you to find (m)any errors there.