<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4081291012729785678</id><updated>2012-01-17T21:52:06.079+01:00</updated><title type='text'>Juwit Blog</title><subtitle type='html'>A blog about software development, by Julien Wittouck.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://juwit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://juwit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Juwit</name><uri>http://www.blogger.com/profile/12275458379261532381</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_S-mjgieCCDE/Sv68dc2S5hI/AAAAAAAAAII/kOYKwiTl-jo/S220/img2.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4081291012729785678.post-4992301626153846485</id><published>2009-11-29T16:29:00.012+01:00</published><updated>2009-12-01T10:50:27.329+01:00</updated><title type='text'>Calling Ant targets programmatically</title><summary type='text'>This article introduces the use of the Ant Java API, and shows how to call tasks from an existing build file, how to set-up properties used in the project, and how to add new targets and tasks to the project.

First you have to download the Ant API. So go the the Ant website and download the binary distribution. Extract the jar files to your lib directory, and add them to your classpath.

Loading</summary><link rel='replies' type='application/atom+xml' href='http://juwit.blogspot.com/feeds/4992301626153846485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://juwit.blogspot.com/2009/11/calling-ant-targets-programmatically.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/4992301626153846485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/4992301626153846485'/><link rel='alternate' type='text/html' href='http://juwit.blogspot.com/2009/11/calling-ant-targets-programmatically.html' title='Calling Ant targets programmatically'/><author><name>Juwit</name><uri>http://www.blogger.com/profile/12275458379261532381</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_S-mjgieCCDE/Sv68dc2S5hI/AAAAAAAAAII/kOYKwiTl-jo/S220/img2.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4081291012729785678.post-3041034701240662710</id><published>2009-11-15T20:09:00.005+01:00</published><updated>2009-12-01T10:51:27.597+01:00</updated><title type='text'>Using JAXB for persistence</title><summary type='text'>JAXB (Java Architecture for XML Binding) is one of the JEE API. It permits to create a mapping between Java objects and XML elements, by annotating POJOs (Plain Old Java Objects), as it is done in JPA to create an object/database mapping. JAXB is mainly used in JAX-WS (Java API for XML Web Services) to handle SOAP messages and their content with java objects.

In this article, I propose another </summary><link rel='replies' type='application/atom+xml' href='http://juwit.blogspot.com/feeds/3041034701240662710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://juwit.blogspot.com/2009/11/using-jaxb-for-persistence.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/3041034701240662710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/3041034701240662710'/><link rel='alternate' type='text/html' href='http://juwit.blogspot.com/2009/11/using-jaxb-for-persistence.html' title='Using JAXB for persistence'/><author><name>Juwit</name><uri>http://www.blogger.com/profile/12275458379261532381</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_S-mjgieCCDE/Sv68dc2S5hI/AAAAAAAAAII/kOYKwiTl-jo/S220/img2.png'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4081291012729785678.post-7609936944487812026</id><published>2009-11-14T20:30:00.002+01:00</published><updated>2009-12-01T10:51:58.332+01:00</updated><title type='text'>Using Mockito in JUnit tests</title><summary type='text'>Mockito is a Java-based framework for creating mock objects. It allows developpers to create mocks based on classes or interfaces, specify behaviour and return values for methods, and verify interactions.

This article introduces the use of Mockito in JUnit tests, to test object interactions, and shows mock creations, method stubbing, and verification of interactions. 

Creation of mocks
Mocks </summary><link rel='replies' type='application/atom+xml' href='http://juwit.blogspot.com/feeds/7609936944487812026/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://juwit.blogspot.com/2009/11/using-mockito-in-junit-tests.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/7609936944487812026'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4081291012729785678/posts/default/7609936944487812026'/><link rel='alternate' type='text/html' href='http://juwit.blogspot.com/2009/11/using-mockito-in-junit-tests.html' title='Using Mockito in JUnit tests'/><author><name>Juwit</name><uri>http://www.blogger.com/profile/12275458379261532381</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_S-mjgieCCDE/Sv68dc2S5hI/AAAAAAAAAII/kOYKwiTl-jo/S220/img2.png'/></author><thr:total>1</thr:total></entry></feed>
