-
Recent Posts
- Coding Microservice From Scratch (Part 8) | JAX-RS Done Right! | Head Crashing Informatics 73
- Speed it up by throwing it away | Maven Contribution | Java Coding | Head Crashing Informatics 72
- Speed up your I/O with Java 11 | Maven Contribution | Java Coding | Head Crashing Informatics 71
- Speed up your I/O with Java 7 | Maven Contribution | Java Coding | Head Crashing Informatics 70
- Double Performance! | OpenJDK Contrib | Java Coding | Head Crashing Informatics 69
Recent Comments
Archives
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- December 2018
- November 2018
- October 2018
- September 2018
- July 2018
- May 2018
- April 2018
- March 2018
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- March 2014
- February 2014
- February 2011
- January 2011
- July 2010
- April 2010
- January 2010
Categories
Meta
Monthly Archives: April 2015
What JAX-RS Filters Are Good For
I recently was asked what JAX-RS Filters are good for. Here’s is the answer: They are simply as versatile as a Swiss Army Knife. Thanks to JUG CH for this really cool gadget!
Posted in Hardware, Java, Lectures, Programming
Tagged JAX-RS, jug, JUG Switzerland
Comments Off on What JAX-RS Filters Are Good For
Thank You, JUG Switzerland!
Just back from Switzerland where I lectured on “JAX-RS Done Right” at PH Zurich. The room was really jam-packed, and we had to forcefully cut the Q&A to not miss the fun at the after-event and subsequent open-air dinner! Those guys really followed the talk … Continue reading
Posted in Java, Lectures, Programming
Tagged JAX-RS, jug, JUG Switzerland
Comments Off on Thank You, JUG Switzerland!
Just noticed that my talk tomorrow in Zurich at JUG CH is already booked out. Cool! 😎
23. April 2015
Comments Off on Zurich is booked out
Microsoft® Linux®
So after making their formerly proprietary Windows operating system POSIX compatible, integrating it into a UNIX environment by providing NFS etc., acquisition of two Linux distributors (Novell with Novell OES, and with it the subsidiary SuSE with SuSE Linux) and selling Linux (SELS) … Continue reading
Come to Java Forum Stuttgart 2015 and attend to my talk on “JAX-RS 2.1 New Features” (Slot C1 / 08:45-09:30)! As a member of the JSR 370 Expert Group I’d like to give insight into the work of the expert … Continue reading
11. April 2015
Comments Off on Java Forum Stuttgart 2015 – I’m speaking!
Often I see people doing JAX-RS applications rather complex and cluttered with technology, while the original approach intended by Java’s REST API is to separate concerns, gaining a “clean” domain model and allowing the creation of a component market. To spread … Continue reading
11. April 2015
Comments Off on Attend to the premiere of “JAX-RS Done Right” at JUG Switzerland
Improving performance using Iterable.forEach()
Since Java 8 there is a new Iterable.forEach() method, which allows you to perform an operation upon each item of the iterated bunch of data. One might wonder why this method was added, because you could do the same using … Continue reading
Posted in Allgemein, Java, Programming
Tagged forEach, performance
Comments Off on Improving performance using Iterable.forEach()
JavaLand’s a great place to meet great people
A big “Thank You!” to the organizers of the JavaLand conference! I had two great days and met a lot of great people, and I learned a real lot of them – even I’m doing Java since 1997! The great … Continue reading
You must be logged in to post a comment.