-
Core Java
Testing Grunt Plugin From Grunt
Writing tests for grunt plugin turned out to be less straightforward then expected. I needed to run multiple task configurations…
Read More » -
Core Java
jUnit: Rules
Rules add special handling around tests, test cases or test suites. They can do additional validations common for all tests…
Read More » -
Core Java
This is Stuff: jUnit: Dynamic Tests Generation
Dynamic tests generation is useful when you need to run the same set of tests on many different input values…
Read More » -
Software Development
Cryptography & Theory 2: What is Pseudorandom
As was concluded in the first part of this series, security without randomness is impossible. Deterministic ciphers are unable to…
Read More » -
Software Development
This is Stuff: Cryptography & Theory 1: Meaning of Secure
Cryptography & Theory is series of blog posts on things I learned in coursera stanford online crypto class. The class contained…
Read More » -
Core Java
ANTLR – Semantic Predicates
Parsing simple grammar with antlr is simple. All you have to do is to use regular expressions to describe your…
Read More » -
Core Java
Writing Eclipse Plugins Tutorial – Part 1
Eclipse is one of three most popular java development IDEs. One reason for its success is its extensibility. Writing eclipse…
Read More » -
Enterprise Java
Apache Shiro Part 3 – Cryptography
Besides securing web pages and managing access rights Apache Shiro does also basic cryptography tasks. The framework is able to:…
Read More » -
Enterprise Java
Apache Shiro Part 2 – Realms, Database and PGP Certificates
This is second part of series dedicated to Apache Shiro. We started previous part with simple unsecured web application. When…
Read More »
- 1
- 2