Search Results for: commons math
-
Core Java
Java features applicability
Java language and standard library is powerful, but with great power comes great responsibility. After seeing a lot of user code…
Read More » -
Enterprise Java
Spring Security: Prevent brute force attack
Spring Security can do lot of stuff for you. Account blocking, password salt. But what about brute force blocker. That…
Read More » -
Enterprise Java
Ultimate JPA Queries and Tips List – Part 2
This part continues from the first part of the series. JPA: NamedQuery, querying with dates, warnings about the getSingleResult method…
Read More » -
Core Java
Generic Text Comparison Tool with LCS Approach
Detecting and showing differences of two texts (especially having hundreds or thousands of lines) is a common problem. Using pure…
Read More » -
Enterprise Java
The Java EE 6 Example – Galleria – Part 3
The previous posts ( Part1 | Part 2 | Part 3 | Part 4) about the Galleria example guided you…
Read More » -
Desktop Java
JavaFX: Creating a Sprite Animation
While most of my posts so far dealt with JavaFX properties and bindings, today I want to write about another…
Read More » -
Software Development
Introduction to Strong Cryptography
One thing that amazes me is that the most developers are not familiar with strong cryptography. In my career, I’ve…
Read More » -
Core Java
Manipulating Java Class Files with ASM 4 – Part One : Hello World!
What is ASM: ASM is an open source java library for manipulating java byte code. So it has the same…
Read More » -
Desktop Java
JavaFX 2.0 and Scala, Like Milk and Cookies
JavaFX 2.0 and Scala are both great technologies individually, but work even better when used together. JavaFX 2.0 is a…
Read More »