Posted by Hans-Jürgen Jacobs at 15:43 on Tuesday 9 June
Op de Refcardz sectie van DZone is een handige referentie kaart te vinden over Spring-DM: Getting Started with Spring-DM (online te lezen via iPaper, downloaden als pdf kan ook na registratie).
Er zijn meer referentie kaarten beschikbaar: JavaFX, Maven2 etc..
Tags: Refcard, Tutorial
Posted by Hans-Jürgen Jacobs at 7:34 on Tuesday 31 March
Gevonden op IBM developerworks een reeks voor OSGi en Spring: Build and deploy OSGi bundles using Apache Felix.
Develop, build, and package Java™ class components as Open Services Gateway initiative (OSGi) bundles and deploy them in the Apache Felix runtime environment. Then use Felix shell commands to start and stop the bundles and dynamically update them.
Beschikbare delen in deze reeks: Part1, Part2
Tags: osgi, Spring, Tutorial
Posted by Hans-Jürgen Jacobs at 11:53 on Wednesday 6 February
Een interessant artikel om meer te weten te komen over functioneel programmeren met Scala.
What is Scala?
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It is also fully interoperable with Java.
En er is een Eclipse plugin, lees meer in het artikel op IBM developworks.
Tags: scala, Tutorial
Posted by Barend Garvelink at 16:52 on Tuesday 25 September
Op de website van JAXB kwam ik een link tegen naar een tutorial getiteld XML Entity and URI Resolvers. Hierin staat haarfijn op een rijtje hoe het nou zit met alle verschillende manieren die je hebt om een XML namespace te identificeren.
De Public (-//OASIS//DTD DocBook XML V4.1.2//EN) is uit zwang, maar kom je bij DTD’s nog veel tegen. De URI en de URL kennen dezelfde syntax maar verschillen in betekenis. De URN tenslotte is een beetje een buitenbeentje maar niet minder nuttig. Een en ander staat formeel beschreven in RFC 3986.
Het genoemde artikeltje behandelt de verschillende namespace ID’s, en behandelt bovendien de OASIS XML Catalog en de Resolver classes die je in de bekende Java XML API’s tegenkomt. Met deze systemen kan een, zegmaar, "abstracte" id worden herleid tot een bestand op een bekende locatie.
Handig als inleiding, handig als naslagwerk. bookmark me!
Tags: DTD, Survival Guide, Tutorial, XML, XSD
Posted by Hans-Jürgen Jacobs at 10:21 on Friday 3 August
JavaFX Script is a domain-specific language for defining rich-client interfaces in Java. Anghel Leonard recently wrote a Java FX tutorial, showing with detailed examples how to affect a variety of UI elements with this language. [artima.com]
Tags: Tutorial
Posted by Hans-Jürgen Jacobs at 15:25 on Monday 2 July
This article is to help you get started migrating from IBM WebSphere Application Server Version 5.0.x, 5.1.x or 6.0.x to WebSphere Application Server Version 6.1. This article presents a high level overview of the WebSphere Application Server V6.1 migration tools and their usage, plus a summary of some special considerations that will apply when migrating from specific versions, for both single server and a managed cell. Read article here.
Tags: Survival Guide, Tips & Tricks, Tutorial
Posted by Barend Garvelink at 14:59 on Sunday 3 June
Een van de onderwerpen op de Google Devdays (zie ook eerdere post) was Google Gears, een tool om webapps offline beschikbaar te maken. Google’s eigen RSS reader maakt er intussen gebruik van. Onderstaande video is een presentatie over hoe Gears is opgezet en hoe je het in je applicatie kunt verwerken. Gevonden op het Google Operating System blog.
[youtube cQyha30nm6k]
Tags: Open Source, Tutorial
Posted by Eric Gunnewegh at 8:58 on Wednesday 21 February
JUnit 4 has dropped the strict naming conventions and inheritance hierarchies of old, in favor of the streamlined flexibility of Java™ 5 annotations. In this tutorial, a supplement to his popular series on code quality, testing fanatic Andrew Glover shows you how to leverage the new features enabled by annotations, including parametric tests, exception tests, and timed tests. He also introduces JUnit 4′s flexible fixtures and shows you how to use annotations, rather than suites, to logically group tests before running them. The tutorial includes several sample tests run in Eclipse and instructions for running JUnit 4 tests in older, incompatible versions of Ant.
Tags: Tutorial
Posted by Eric Gunnewegh at 7:50 on Wednesday 20 December
Modern software projects are no longer solely monolithic creations of single local project teams. With the increased availability of robust, enterprise-grade open source components, today’s software projects require dynamic collaboration among project teams and often depend on a mix of globally created and maintained components. Now in its second generation, the Apache Maven build tool — unlike legacy build tools created before the Internet-enabled era of global software development — was designed from the ground up to take on these modern challenges. This tutorial gets you started with Maven 2.
Tags: Tutorial