Posts by Marcelo Ribeiro • 101 points
4 posts
-
3
votes1
answer77
viewsQ: JAVA and Javascript
Imagine that we are receiving a JSON via REST, so for those who use spring or jersey, usually use the Jackson that deserializes the json string for java object automatically, that at first I was…
-
0
votes0
answers43
viewsQ: JAVA WEB App with Installer
I need to make a slightly different application, I’ve seen something similar in PHP, the famous Wordpress or Joomla, they work like that: You download a zip and unzip in the web server directory…
javaasked Marcelo Ribeiro 101 -
1
votes0
answers22
viewsQ: Size of Kendo.all.min.js
I’m starting with Kendo, but the first barrier is the size of it, the file Kendo.all.min.js is on its way to 3mb, even enabling gzip on the server this reduces to 1.7 which is still quite large, out…
javascriptasked Marcelo Ribeiro 101 -
6
votes1
answer545
viewsQ: Genericdao - Is that correct?
I’m implementing a simple GenericDAO as below, but I feel like I’m doing the wrong thing, it works but I feel like there’s something wrong anyway, could help me? I created an interface like this:…