Posts by Duilio Benjoino • 159 points
10 posts
-
3
votes0
answers110
viewsQ: Strategies to disconnect instances linked to Amazon Elastic Beanstalk
I’m looking for alternatives to shut down managed applications via Elastic Beanstalk for a few hours daily in order to reduce costs with AWS. My current setting is: EB type "load Balancing" with…
-
1
votes2
answers1155
viewsA: How to declare IF in Ionic
The problem is in the algorithm, for what you need you can use the following: if (this._mediaTotal > 70){ this.icone = 'verde'; } else if (this._mediaTotal > 50){ this.icone = 'amarelo'; }…
-
0
votes1
answer62
viewsA: How to use websocket in an Aws Beanstalk hosted application
I managed to solve the problem, I will add the adopted solution because it can be useful to other people. Starting from the architecture presented in the question, I made the following adjustments:…
-
0
votes1
answer62
viewsQ: How to use websocket in an Aws Beanstalk hosted application
I have a system running on aws Beanstalk, is a Java application with architecture Tomcat + Spring. I’m finding it difficult to make the websocket work, that locally is functional. The websocket…
-
1
votes0
answers59
viewsQ: Log4j in Tomcat application on AWS Beanstalk
I have a multi tenant application developed in Java WEB (Spring) that uses log4j to log logs. Each tenant saves their log files in a specific folder, corresponding to the tenant of the logged-in…
-
4
votes2
answers646
viewsQ: Enable HTTPS on Amazon Beanstalk in Spring Boot application
I’m finding it difficult to enable the HTTPS in an app on Amazon Beanstalk in single instance. The application is developed in Java (Spring Boot), with embedded Tomcat and for deployment I used the…
-
1
votes0
answers69
viewsQ: Receive FCM messages in Java application
I’m researching about Firebase Cloud Messaging in order to use it as a messenger on a platform where there will be web systems (Java, Spring) at one end and in the other App s (Ionic) - both…
-
2
votes2
answers1167
viewsA: How to put a:Phocus effect on div
I don’t think the focus event on div has anything to apply. But you can get what you are looking for with javascript, using this example would be like this: function fOnFocus(){…
cssanswered Duilio Benjoino 159 -
1
votes2
answers1766
viewsA: Very Slow Loading (Angular 4)
The main problem was that it was carrying modules unnecessarily, especially those coming from Primeng. I fixed the imports and activated the Gzip compression on the server, improved considerably. I…
angularanswered Duilio Benjoino 159 -
2
votes2
answers1766
viewsQ: Very Slow Loading (Angular 4)
I put an application in Angular 4.3 in production and realize that the first load is quite slow for the application size (2.93 Mb) The site does not connect to API Rest at the moment, it is only the…
angularasked Duilio Benjoino 159