Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active December 15, 2025 07:41
Show Gist options
  • Select an option

  • Save AdamBien/44cf061fca06f6cf41b6f88950789089 to your computer and use it in GitHub Desktop.

Select an option

Save AdamBien/44cf061fca06f6cf41b6f88950789089 to your computer and use it in GitHub Desktop.
@AdamBien
Copy link
Author

Time machine: 41st airhacks.tv from 7th August 2017:

"React over Angular? ...and WebStandards, JSR-375 and REST, Reactive Programming vs. CompletableFuture, Blocking @asynchronous calls, Interceptors with EntityManager, AMQP and data masses, To Framework Or Not To Framework, Unit Testing Primefaces, Multi-Threaded JAX-RS 2.0 Clients, Java EE "vs." .NET, Dynamic entities, Data encryption, Working offline with JPA, Sample Projects, Industry trends, Conferences and Co., Server Side Rendering with Java EE 7, Naming CRUD in BCE, Java 9 Logging interface, Generic REST client, React.js / Polymer examples, Session replication challenges"

👉 https://adambien.blog/roller/abien/entry/react_over_angular_reactive_programming

@muchiri08
Copy link

How do you manage transactions when you spawn threads(virtual/use of completable futures etc) in your code base? AFAIK transactions are per-thread and spawning a thread for whatever reason will detach from the transaction boundary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment