Bozho's tech blog

  • Developer tips
  • Opinions

UI for Managing PKI, Instead of keytool or openssl

Bozho March 22, 2010

This blogpost shares a wonderful utility – portecle – GUI for managing PKI Update: KeyStore explorer seems good as well

The Psychology of Voting and Choice (on Stackoverflow and in General)

Bozho February 24, 2010

Voting is at the center of http://stackoverflow.com (a programming Q&A site), and at the center of democracy (at least such are the claims). How and why do people vote? TodayContinue reading

Appeal to API Designers

Bozho February 18, 2010

If a developer has used the Java security APIs he already knows what’s ahead. That’s not the only example, alas, but I’ll be using it to illustrate my point. TheseContinue reading

Using Multiple ELResolvers with CompositeELResolver in JSF

Bozho February 5, 2010

Imagine the case where you have a JSF application that’s already using some custom ELResolver, but you want to get all the benefits of spring and want to have theContinue reading

Tips for Identifying and Debugging Problems

Bozho January 6, 2010

It seems that some/many developers haven’t developed (pun intended) a good set of techniques to identify and resolve problems. And problems always occur, even in simple programs. Recently I’ve beenContinue reading

Spring Annotation-Based vs XML-Based Transaction Definition Precedence

Bozho January 2, 2010

I couldn’t find a definitive answer to this in the docs, and although there seems to be a logical answer, one can’t be sure. The scenario is this – youContinue reading

Are Tests of Service Methods That Rely on Database Access Unit Tests?

Bozho December 29, 2009

It is often argued whether tests that need a database should be called “unit tests”. Most often the answer is “No, these are database integration tests”. My opinion is –Continue reading

JAXB: javax.xml.bind.UnmarshalException: unexpected element

Bozho December 18, 2009

JAXB: [javax.xml.bind.UnmarshalException: unexpected element (uri:”http://mynamespace/”, local:”entity”). Expected elements are ({}entity)] The following exception broadly means that an element encountered during unmarshallization isn’t found in the JAXB Context. The details, howeverContinue reading

Hibernate: could not locate named parameter

Bozho December 18, 2009

Today I got this exception. Pretty obvious? Well, no. The named parameter IS there. (Sidenote: this exception generally means that when trying to call setParameter(..) with a certain param name,Continue reading

Custom Exceptions Thrown From Service Layer with Spring Transaction Support

Bozho December 6, 2009

The title explains the preconditions: spring beans (conforming to an interface), using @Transactional (or <tx:advice>) custom exception is thrown from within the service methods There is a little trick –Continue reading

Posts navigation

« 1 … 34 35 36 37 38 »
My projects

LogSentinel – a next-gen SIEM

SentienlDB – a GDPR-compliant datastore

Computoser – algorithmic music

GitHub profile

Search
About me
  • LinkedIn
  • Web CV
  • CV (pdf)


profile for Bozho at Stack Overflow, Q&A for professional and enthusiast programmers

RSS Recent posts
  • Anticorruption Principles For Public Sector Information Systems
  • Methodology for Return on Security Investment
  • Why I’m Not So Alarmed About AI And Jobs
  • Nothing Is Secure [slides]
  • Internally And Externally Facing Honeypots
  • A Security Issue in Android That Remains Unfixed – Pull-down Menu On Lock Screen

DZone MVB Java Code Geeks
Posts by date
September 2023
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Aug    
License
Creative Commons License
This work by Bozhidar Bozhanov is licensed under a Creative Commons Attribution 3.0 Unported License.
Categories
  • Developer tips
  • Opinions

Copyright 2023 Bozho's tech blog | Designed by CodeGearThemes

Powered by WordPress