- Feb 8, 2004
- 12,604
- 15
- 81
Ever since i stared my computing degree OOP has seemed awesome overall, most things made sense, everything seems logical, well thought out. Ive been touching on databases for a while now and had a slog through an EJB application involving a database... ffs how does a bunch of tables become this complex so quickly? You need to have the database driver, the code needs annotation, there's something about persistence states as well and a bunch of other stuff ive probably forgotten about. SQL as well... its not bad but its kind of a mess, you need to stick this stuff in as a string? So then the IDE wont tell me if ive ballsed up and made nonsensical query... I dunno maybe there's SQL tools out there i haven't heard of. Oh and its not classes anymore its entities and beans and session beans and stateless beans and stateful beans but these are all actually classes or something?.... Getting my head around this thing is a nightmare.
And this is just Java's way of doing it. God knows how C# or other languages work with databases or enterprise stuff. I had a brief encounter with a VB.net database, i remember binding sources and buggering it up and not being able to make it work again, ctrl-z failed me so yeah lol didn't get far with that! Bollocks to working with this stuff 10-15 years ago when i gather there was no JDBC/standardization.
Is it just me or are databases a complicated messy thing to grasp?
cliffs:
- Don't like databases
- Very complicated
- Do i just suck?
And this is just Java's way of doing it. God knows how C# or other languages work with databases or enterprise stuff. I had a brief encounter with a VB.net database, i remember binding sources and buggering it up and not being able to make it work again, ctrl-z failed me so yeah lol didn't get far with that! Bollocks to working with this stuff 10-15 years ago when i gather there was no JDBC/standardization.
Is it just me or are databases a complicated messy thing to grasp?
cliffs:
- Don't like databases
- Very complicated
- Do i just suck?