skip to main |
skip to sidebar
- Small tuturial for sending emails with Spring Framework, which provides some abstraction from the underlying mailing system.
- Nice: "HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.
After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed."
- Different existing logging strategies described and a new one: grammar based event logging.
- Be cautious to not over-engineer your software solutions...

- Are Spock, Geb and WebDriver the future of functional web testing?
- A "series of (currently 5) articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for comprehensive next-generation type-safe dependency injection as well as robust context management for Java EE. Led by Gavin King, JSR 299 aims to synthesize the best-of-breed features from solutions like Seam, Guice and Spring while adding many useful innovations of its own".
- An extensive tutorial on creating a Spring MVC based mobile web application using MyEclipse. The IDE has already an iPhone skinned version built in, this tutorial shows how to add other mobile handsets like Android and Palm Pre. Basically: providing another style :)

- How to use Apache ActiveMQ in combination with Spring.
- Why ACID is hard to scale. and an argument that NoSQL/NoACID is the lazy way around these difficulties. Here's a post considering the performance argument for switching to a NoSQL database.
- Great interesting series on the progress of converting the native code BBC News iPhone/iPad app to a web app using HTML5.
- Great performance analysis (PDF) between Java IO and Java NIO by Google engineer Paul Tyma. Java IO is performing about 25% better.
- Of course I have to mention Oracle's Java lawsuit against Google. Several viewpoints can be found here (more on the profit/free markets) and here (more elaborate and technical details) and here (Android == Java?).
- A short comparison between Spring Web Services and Apache CXF.
- Several short HTML5 tutorials by Bob Leah from IBM collected at one place.
- Five things you might not know about .jar files.

- How to utilize Externalization (faster, less flexible) for high performance applications instead of Serialization (slower, more flexible).
- A bunch of pros and cons of Wicket.
- An extensive tutorial on how to work with XML, JSON and Google's protocol buffers within Android applications. It shows how to "develop a Web service that converts CSV data into XML, JSON, and protocol-buffers formats. Then you'll build a sample Android application that can pull the data from the Web service in any of these formats and parse it for display to the user". Assumes Froyo 2.2. Also shows a short comparison in performance between the three protocols.
- A five part introduction to HTML5 focusing on the mobile web.
- Highlights from Black Hat and Defcon 2010. That means security stuff :).

- A list of (mostly obvious) performance problems identified at Zappos, Monster etc.
- A pretty comprehensive overview of Java code obfuscating including these types: name, strings, code and flow, incremental, watermarking etc.