Articles for March, 2010
Sunday, March 28th, 2010
In this tutorial we are going to build a SOAP client for the popular Confluence Wiki in about five minutes. The client is going to receive rendered HTML Markup from a specified Confluence Page.
(more…)
Tags: Axis, Axis2, Confluence, jax-ws, maven, rpc, soap, web service, wiki, ws, wsdl, wsimport
Posted in Confluence, Development, Java, Web Services | 11 Comments »
Friday, March 26th, 2010
This short tutorial shows how to set-up a developer instance of the popular Confluence Wiki from Atlassian in a few minutes.
It’s a prerequisite for a few following tutorials regarding the Confluence API and plug-in development for this system.
We want a quick install so we are going to run Confluence with the embedded servlet container and HSQL database.
(more…)
Tags: Atlassian, Confluence, development system, guide, quick install, tutorial, wiki
Posted in Confluence, Development | No Comments »
Thursday, March 25th, 2010
Helo – today I wanted to post a small tutorial for a small index and search operation using the Lucene indexer and Maven for the project setup.
(more…)
Tags: demo, document, index, indexer, lucene, maven, multi-field-search, search, snippets, solr, tutorial
Posted in Java | 2 Comments »
Wednesday, March 24th, 2010
Short Facts:
- About 850 pages – heavy weight – use it for self defence! ;)
- Preparation material for the Sun Exam 310-065 (Sun Certified Java Programmer for Java SE 6)
- CD-Rom with a nice exam simulator included
- Authors: Kathy Sierry and Bert Bates
- ISBN: 978-0071591065
(more…)
Tags: Book, certification, exam, Java, java se 6, review, scjp, sun certified java programmer
Posted in Java, Reading Corner | No Comments »
Tuesday, March 23rd, 2010
Sometimes I get the impression that there are many Maven haters in the Groovy/Grails community – now with version 1.2 of the Grails framework they are able to abandon the evil satanic Grails Maven Plugin and embrace the neverending joys of a slim, nice, sexy dependency resolution dsl .. here we go .. lets define some dependencies wheee … (more…)
Tags: Apache, Build cycle, dependency, deployment, grails, groovy, ivy, maven
Posted in Groovy/Grails | 1 Comment »
Monday, March 22nd, 2010
We are all waiting for a stable release of Maven3 with following updates ..
- faster, more performant .. save us time building our software and some precious memory ;)
- improved artifact resolution api and plugin api
- better osgi integration
- a few bugfixes
- no mixing of application dependencies and tooling dependencies
- though it does not matter that much to me: polyglot features .. e.g.: “Writing your pom files in Groovy”
- version-less parent elements for multi-module or multi-pom projects, no need to define the parent version in every submodule
- better artifact resolution, which dependency or pom supplied which artifact to the outcome .. got that information from: “Splitter from the world of Java”
(more…)
Tags: Api, ASF, deployment, Development, integration, m2e, maven, maven2, maven3, sonatype
Posted in Java | No Comments »
Sunday, March 21st, 2010
Since version 1.6 Android offers a library for recognition and handling of new gestures using a touch display. With the gesture builder it is possible to capture new gestures in the emulator. Gestures can be integrated into an activity like that: (more…)
Tags: Android, Apps, gesture builder, gestures, multitouch, programming, smartphone
Posted in Android | No Comments »
Thursday, March 18th, 2010
Sometimes there is a dependency not available at a remote repository and one is too lazy to set up a local maven repository – that’s when one adds a directory in the project structure and wants maven to find dependencies there.
(more…)
Tags: Build, deployment, Development, Java, maven, repository
Posted in Development, Java | No Comments »