Oracle Java SE 9
Big changes are coming! And I don’t mean the new features of the new JDK 9 which was released on the 21st. of September by Oracle. I would like to turn attention to the new release and support cycle. Releases
tech blog
Big changes are coming! And I don’t mean the new features of the new JDK 9 which was released on the 21st. of September by Oracle. I would like to turn attention to the new release and support cycle. Releases
Intershop’s Microservices Everybody talks about microservices. Since e-Commerce systems are complex and consist of many components, microservices as self-contained, largely decoupled units integrate perfectly into Intershop’s e-Commerce systems. Intershop products, like Intershop Commerce Management, are build using strictly service oriented and
To avoid SQL injection vulnerabilities only prepared statements with parameter binding should be used: String custname = request.getParameter(“customerName”); String query = “SELECT account_balance FROM user_data WHERE user_name = ?”; PreparedStatement pstmt = connection.prepareStatement(query); pstmt.setString(1, custname); ResultSet results = pstmt.executeQuery(); Intershop
In the forthcoming weeks I’ll address the top ten from the Open Web Application Security Project (OWASP) with Intershop Commerce Management from 2013 as the update of 2016 will take a little bit longer. As soon as the update comes out
The Register headlined a few days ago: ‘Oracle finally targets Java non-payers – six years after plucking Sun‘ and before you are going into panic mode here are my thoughts. If you are using Intershop products with an Oracle Java
Since quite a long time Java 8 is already out. We can enjoy different goodies – lambdas, the optional class, stream API and lots more small and fancy stuff. And… default methods in interfaces! That’s great. In a very few
In this post I want to talk about something unthinkable. Namely – is the usage of the ternary operator in our connectors poisonous for our partners? Okay, I hear voices in my head now. They whisper “terna-what” operator? This one: something
My day had been completely wasted. So I decided that a blog post can’t make it any worse. Everything started when I typed gradlew deployServer Then I spent some semi-funny time.When this fun was over the server would not start anymore…
Humor is a serious business. But is it possible that tests are funny? And if there is no fun in our work can we be motivated, happy and productive? (Hint – nooo…) My opinion is that if these are HTML
Our PSI goal is to raise the code coverage with X% to at least Y% for maximum Z days at the price of Q story points! Clap-clap-clap! Now back to work! Complicated mathematical questions like how much makes to rise