Thoughts On Coding
Being Open Source Software lovers, Software Programming and Design passionates, we love to share our knowledge, lessons learned, here, in our blog.
We do our best to categorise all topics so you can have a faster access to what you’re looking for. Have a look, we hope you’ll find useful information and hints: any feedback is warmly welcome!
- Andrea Gazzarini
- Apache Solr
- 0 Comments
Apache Solr: “Exact Match” BATH compliant field
Apache Solr: “Exact Match” BATH compliant field If you want to expose a Z3950 interface for an Information Retrieval sooner or later you will meet the BATH profile, which is basically a set of rules that promotes standards behaviours between Z3950 servers. Aims of those specification is to determine a list of searches (fields, attributes) […]
- Andrea Gazzarini
- Apache Qpid
- 0 Comments
Apache Qpid Committer!
Apache Qpid Committer! It happened about a couple of months ago…I became an Apache Committer for Apache Qpid project (http://qpid.apache.org)! “Just a brief note, we have voted Andrea on as a committer, all the accounts and details havebeen completed and he now has Karma! A warm welcome to the team Andrea.” I developed a JMX […]
- Andrea Gazzarini
- Design Patterns
- 0 Comments
IF-LESS code : (Yet Another Time) the State Pattern
State and Strategy Design Patterns in Action
- Andrea Gazzarini
- Design Patterns
- 0 Comments
IF-LESS code: State Design Pattern
The State Design Pattern