WebSphere Message Broker has since version 6 sported a Java API that can be used to perform various actions, primarily message transformations. Users of the API will quickly find that it consists of a low level object model, much like the W3C XML DOM. After some additional use, one will find that the API has [...]
Archive for May, 2008
We are proud to announce that we have become G2One consulting and training partner for Sweden. You may not yet be familiar with these agile platforms built as extensions to Java and Java EE respectively. For our Swedish readers we have put together a short start-up guide. It comes in two parts: set-up instruction and [...]
Posted in Dynamic languages, Open Source | No Comments »
Groovy och Grails är Java-världens motsvarighet till RubyOnRails. Det delar många av de värden som gjort Rails populärt. Till skillnad från dynamiska språk som portats till att kunna köra på en virtuell maskin för Java, är Groovy en utökning av JDK 5. Groovy delar m.a.o. objektmodell med Java. Man använder samma list-klasser, kalenderklasser m.m. Grails [...]
Posted in Dynamic languages | No Comments »
Skapa biblioteksstruktur
Om du inte redan har en struktur för utvecklingsverktyg, föreslås denna:
Installera Groovy (behövs senare för IDE:n)
Ladda hem Groovy 1.5.4 från http://dist.groovy.codehaus.org/distributions/groovy-binary-1.5.4.zip till Development/Tools/
Packa upp distributionen i Tools-biblioteket. När du är klar ska Tools innehålla biblioteket groovy-1.5.4
Sätt GROOVY_HOME till katalogen groovy-1.5.4
Installera Grail (med Groovy)
Ladda hem Grails 1.0.1 här: http://dist.codehaus.org/grails/grails-bin-1.0.1.zip
Packa upp till Development/Tools/. Du ska då [...]
Posted in Uncategorized | No Comments »
I have been implementing new JMS services in my project. The services are defined by XML schemas. During development I implemented basic unit tests to make sure JAXB validation worked as expected. The test was catching some of the validation errors that caused by missing data or wrong occurrences of some elements. I was quite satisfied [...]
Posted in Open Source | 1 Comment »
This is a guide to setting up a lightweight messaging development environment with Active MQ using Tomcat as the application server. This tips might be of help to you regardless you are using another platform such as Websphere MQ or just want to try out JMS in your web or Java application.
When integrating enterprise applications [...]
Posted in Open Source | 3 Comments »



