- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Java Concurrency Strategies
Exploring various concurrent programming strategies in Java, including single-threaded, simple multi-threaded, thread pooling, and the Future and Callable mechanisms, along with a performance comparison.
-
Apache Solr and Apache Nutch Integration Tutorial
A quick guide to finding a useful tutorial on integrating Apache Solr with Apache Nutch, pointing to the official Nutch wiki.
-
ADF Faces Generator - Automating ADF View Creation
An alpha version of a JDeveloper extension that automatically generates the view part of an ADF Fusion Web Application from its model, including installation instructions and usage examples.
-
Grails Controller Unit Testing
This post details how to perform unit testing for controllers in Grails using ControllerUnitTestCase, including examples for mocking services.
-
Reflections on Clean Code and Professionalism
A reflection on the importance of clean code, inspired by 'Clean Code - A Handbook of Agile Software Craftsmanship', emphasizing clarity and professionalism in programming.