Baeldung Java Weekly Review | The 109th bomb (Keywords: reactive Spring, Hibernate bytecode enhanced dirty checking, session hijacking prevention, Spring Integration orchestration work, pinball operator)

Opening remarks

Hello everyone, this is Eugene's 109th Java Weekly Review.
 

Spring and Java related

  • Reactive Spring [spring.io]
    quickly announced the Spring 5 reactive programming plan.
  • How to enable bytecode enhanced dirty checking in Hibernate [vladmihalcea.com]
    Interesting Hibernate 5 feature-use bytecode enhanced dirty checking. Short and direct to the theme.
  • Dear API designer. Are you sure you want to return to the basic type? [jooq]
    Good API design is difficult-by now it should have been a lot clearer.
    But we are all trying to do better, and the reading will definitely provide some good insights.
  • Design your own Spring Boot starter-Part 1 [frankel.ch]
    The first step in assembling Spring Boot-style auto-configuration-use the various flexible annotations in Boot.
    This is no longer a new concept, but it is still very powerful, especially if you choose to go beyond the functionality provided by the framework.
  • Use Spring to prevent session hijacking [broadleafcommerce.com]
    read more about using Spring Security to protect your system from session fixation attacks.
  • Java [ncrcoe.gitbooks.io]
    for small teams For your first few years working in Java, this looks like a collection of very useful strategies and general practice recommendations.
    I haven't read all the content, but I totally agree with it.
  • IntelliJ IDEA Pro tips [medium.com] makes
    good use of IntelliJ's many advanced tips.
    Taking full advantage of your IDE can really make your coding process unique every day. I personally learned a lot from pairing memories, watching my teammates force me to do better.
    Therefore, if you are an IntelliJ user, you are definitely recommended to read it (I am not).
  • Announce other features of Eclipse [codeaffine.com]
    and note-there are some good things aboutEcplise.

It is also worth reading:

Webinars and lectures:

Upgrade moment:

Technology related

  • Data leakage, vBulletin and weak password hashing [troyhunt.com]
    If you are doing any kind of security work online, please read it. Good reading.
  • Elasticsearch cluster in Jiffy [codecentric.de]
    So far, the option to guide elastic search clusters. I will definitely try it as soon as possible because I have been doing a lot of Elasticsearch work recently.
  • Jepsen: RethinkDB 2.2.3 reconfiguration [aphyr.com]
    as usual, if you are interested in the internal way of persistent work, please read it.
    This is about RethinkDB, which I have never used before, which does not make the reading so interesting.

It is also worth reading:

Meditations

It is also worth reading:

Comics

And my favorite Dilbert of the week:

Featured of the week

 

See

Last week ’s review:

Want to see more weekly reviews? Please visit the column of the weekly review: " Baeldung Java Weekly Review (Official Authorization) "

Published 232 original articles · Liked 14 · Visits 20,000+

Guess you like

Origin blog.csdn.net/stevenchen1989/article/details/105610709