Doing all this training for some shitty Java framework and I realize how easier it is just to do this all in raw Java. It really makes me wonder what the point of these frameworks in the first place.
@xianc78 The point of using frameworks as opposed to writing real code is: 1. You can come over as someone who makes complex code in order to achieve something simple. 2. You're enslaved to the way the frameworks work, so that once the framework stops being maintained, you'll have to re-learn everything from scratch again for another framework (aka, platform dependence). 3. Instead of actually coding, you just click some buttons to shit out the end product (which by the way is not programming, it's mass production).