Posts by Gicobbe • 305 points
8 posts
-
3
votes1
answer228
viewsQ: Gulp task using (usemin)
I recently started using Gulp in an existing project. I created the following gulpfile.js: var gulp = require('gulp'), imagemin = require('gulp-imagemin'), clean = require('gulp-clean'), concat =…
-
5
votes0
answers315
viewsQ: What is the best way to get authorization with JWT?
I asked this question earlier, but I believe I did not express myself correctly. So I am reformulating to try to be clearer. I have several Rest API, where I use basic http, to avoid direct access.…
-
1
votes0
answers45
viewsQ: Java application running as Windows service
I need to develop a Java application that should run in company branches as a Windows service. The scenario is as follows: I need to get some information from the database of a third-party software…
-
3
votes3
answers3889
viewsQ: Template and Themes for JSF/Primefaces
I would like to ask a question, and I believe it is quite simple. There are a wide variety of templates for Angularjs, Wordpress and etc. In the same site of Primefaces, has themes such as Modena,…
-
1
votes2
answers502
viewsA: Layers to develop web service
I use something similar, but I do it this way: I avoid dealing with database entities between all layers of the application, so I end up defining a point, where my services and my business rules do…
-
0
votes3
answers521
viewsA: Where should I put FK?
I agree with what Sandro said, for this particular situation of yours. It is interesting that you always analyze the scenario you are developing. For example, in your case it is interesting to make…
-
2
votes1
answer641
viewsA: There is a standard size for increasing Tomcat memory
There is a recommended standard for increasing Tomcat memory, as you know, the increase is by editing the Xms and Xmx parameters, which will be passed to the JVM at the time of the server startup.…
-
5
votes1
answer446
viewsQ: Monitoring Mysql database c/ Java application
I have a Java desktop c/DB Mysql application running in 100 company branches for more than 6 years. Today at headquarters we need some information from the branch database. I am developing a web…