Just a Java code snippet which logins into a web server with form-based authentication using Apache HttpClient (version 4.x)
Wednesday, February 8, 2012
Wednesday, January 25, 2012
Yet another fast (online!) Java decompiler
Being lazy to setup jad on each machine I just found the solution - Java Decompiler with do-it-online feature! Another cons - beside core lib it has version with UI.
Happy hacking, brothers!
Happy hacking, brothers!
Thursday, February 24, 2011
IntelliJ IDEA: Clear pending incoming changes
Sometimes my IDEA goes crazy - it shows available incoming changes though all project files are up-to-date. In particular, I use IntelliJ IDEA 9.04 and SVN.
Fix is rough and effective - just clean up IntelliJ IDEA vcs (version control system) cache: delete directories
[user home dir]/.IntelliJIdea90/system/vcs
[user home dir]/.IntelliJIdea90/system/vcsCache
Fix is rough and effective - just clean up IntelliJ IDEA vcs (version control system) cache: delete directories
[user home dir]/.IntelliJIdea90/system/vcs
[user home dir]/.IntelliJIdea90/system/vcsCache
Wednesday, February 16, 2011
Wednesday, December 29, 2010
Questions on Java interview
Guys, I'd like to share with the (big) world my modest Java interviewing experience. Here are the questions which I pester job-candidates with:
Friday, December 24, 2010
Data synchronization design pattern
Data synchronization, incremental/bulk updates.. We all know these problematic words but who knows that the restless human mind has already systematized this field?
Lady and gentlemen, let me introduce Change data capture design pattern.
Lady and gentlemen, let me introduce Change data capture design pattern.
Labels:
design pattern,
synchronization,
system architecture
Monday, December 20, 2010
Subscribe to:
Posts (Atom)