Quantcast
Channel: Java mon amour
Browsing all 1121 articles
Browse latest View live

java 11 certifications 1Z0-815 1Z0-816

https://education.oracle.com/oracle-certified-professional-java-se-11-developer/trackp_815https://www.oracle.com/a/ocom/img/dc/ww-java11-programmer-study-guide.pdf?intcmp=WWOUCERTBLOGBBTYJK050219https:...

View Article


OpenID, OIDC, OAuth, OAuth2

https://en.wikipedia.org/wiki/OpenIDhttps://en.wikipedia.org/wiki/OpenID_Connecthttps://en.wikipedia.org/wiki/OAuth https://en.wikipedia.org/wiki/OAuth#OAuth_2.0

View Article


Lasse Koskela, Effective Unit Testing

https://www.manning.com/books/effective-unit-testingI am really enjoying this book, the Author reflects about the STRATEGIC importance of well written Unit Tests as a way to DRIVE development.It...

View Article

Activiti BPM

Activiti is related to Alfresco.https://en.wikipedia.org/wiki/Activiti_(software) wikipedia https://www.activiti.org/userguide/index.html here the userguidehttps://youtu.be/UTl9LJ_Ob98 here excellent...

View Article

Spring Integration

https://youtu.be/oQ2CBtYrSYo?list=PLO0KWyajXMh6HbVTnf7YqwbEeZU6kuKJa nice tutorial herecode is available at https://github.com/vernetto/sidemo.git

View Article


github and line separators

https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_formatting_and_whitespace" You can tell Git to convert CRLF to LF on commit but not the other way around by setting core.autocrlf to...

View Article

Aspects to log enter and exit method

https://github.com/vernetto/logaspectThe idea is:use @EnableAspectJAutoProxy in a @Configurationcreate an annotation EntryExitLogger to mark the method(s) you want to be logged for entry/exithave a...

View Article

Spring Boot Web Security

Jetbrains excellent introduction here https://www.youtube.com/playlist?list=PLqq-6Pq4lTTYTEooakHchTGglSvkZAjnEIntro here https://spring.io/guides/gs/securing-web/My demo code here...

View Article


dcevm

https://github.com/dcevm/dcevmhttps://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releasesI down load and extract the JDK 11 with dcevm hotswap agent, and I configure it as JDK in Intellij (Project...

View Article


Automating Keyboard and Mouse in Java

package org.pierre.robot;import java.awt.*;import java.awt.event.KeyEvent;public class RobotSnapshot { public static void main(String[] args) throws AWTException { Robot robot = new Robot(); for (int i...

View Article

Oracle monitoring session

https://orahow.com/find-long-running-queries-in-oracle/http://www.dba-oracle.com/t_find_long_running_sql_queries.htmWITH blocked_resources AS (select id1 ,id2 ,SUM(ctime) as blocked_secs ,COUNT(1) as...

View Article

internal doc

https://www.dropbox.com/s/iv72u43g1qquj29/Sentenza%20Franco%20Amato%20Italiano%20Lima%20Peru%20C.A.%20TO%20AMATO.pdf?dl=0https://www.dropbox.com/s/j0poz9wwcapvz63/Sentenza%20Franco%20Amato%20Italiano%2...

View Article

Cookies sharing in Spring boot applications

@GetMapping("/greeting") public String greeting(HttpSession session, HttpServletRequest request, HttpServletResponse response, @RequestParam(name="name", required=false, defaultValue="World") String...

View Article


Viewing Spring transaction information

enable these flags: logging.level.org.springframework.orm.jpa=TRACElogging.level.org.springframework.transaction=TRACE  and you will see this in the logs:  2020-09-20 18:40:00.788 DEBUG 4904 --- [...

View Article

Preparing Pivotal Spring Certification

I have bought "Core Spring 5 Certification in Detail" By: Ivan Krizsan on Kobo, only 5 USD and it's quite good. Previously I have tried the book by Iuliana Cosmina, but it's too verbose for my taste, I...

View Article


AppDynamics presentation

I have recently published a AppDynamics quick tutorial on youtube https://www.youtube.com/watch?v=FjGCoj7oOtI Part 1  https://www.youtube.com/watch?v=EdDjF0ZatOk Part 2   The source is available here...

View Article

Unvaccinated

 the author of this blog is still preserving his original DNA, as mother made him.Ivermectin forever. Much more than " a horse dewormer".  Do your own research, don't believe Nazi Propaganda.

View Article


They simply want to kill or enslave us all

 If you still believe there will be a happy ending, you must have watched too many Disney movies.

View Article

creating a domain with WLST

in WLS 12.1 + the config.sh script no longer supports a silent installation./config.sh -silent -response response_filesee Document "Can config.sh be Run in Silent or Non-GUI Mode in Weblogic 12c ? (Doc...

View Article

Spring Scheduler starting at 30 minutes after a given hour and then...

not so trivial, you must use 2 different schedulers, because the cron regex doesn't support this case: package com.example.crondemo;import org.springframework.beans.factory.annotation.Autowired;import...

View Article
Browsing all 1121 articles
Browse latest View live