As Bruce and Rob already said, our current work on “ActiveMQ in Action” book is available in Manning Early Access Program (MEAP). We will try to cover all aspects of ActiveMQ, from basic stuff such as JMS basics and how to run ActiveMQ for the first time to complex broker topologies and performance tunning. I… Continue reading ActiveMQ in Action
Author: Dejan Bosanac
links for 2008-07-21
Handling Joins in Ibatis Missing from the manual (tags: ibatis java)
Jettison 1.0.1 released
We’re proud to present Jettison 1.0.1 release. This is just a bugfix release, while new features (such as new APIs (DOM and SAX) and type converters) are planed for 1.1 release (which is expected soon). Download 1.0.1 from the Download section and refer to the User’s Guide for more information.
links for 2008-04-10
Virtualbox VM + Ubuntu Have to try this out (tags: vm ubuntu)
links for 2008-04-04
Java Community News – Sun Releases Beta of Deployment-Focused Java SE 6 Update JRE 6 update with Java kernel and better support for desktop integration (tags: java update kernel)
Indexing repositories
Dependency management was always one of the crucial Java project management tasks. It’s where tools such as Maven and Ivy make all the difference and allow developers to maintain their project dependencies in an easy way. There are two important elements for this to happen: Centralized repositories – containing library JARs Metadata – describing those… Continue reading Indexing repositories
links for 2008-03-18
John Resig – Cross-Site XMLHttpRequest one small step for Firefox, one giant leap for browsers (tags: cross-domain ajax firefox)
links for 2008-02-25
O p t i m i z i n g thoughts that just make sense (tags: Java optimization) Project SAM – Simple Asynchronous Messaging – Looks a lot like PHP Stomp client (tags: php messaging)
Customizing Enums
Enumerated types (enums) are a way to define fixed set of constants, so helpful in many areas of software development. In the most common case, in your Java code written for Java 5 or newer, you will use enums for int constants and replace chunks of code that look like this public static final int… Continue reading Customizing Enums
links for 2008-02-08
The year 2038 bug will it ever end? (tags: 2038 bug programming)