<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" version="2.0">
<channel>
	<title>Comments for Sysbliss Blog</title>
	
	<link>http://blog.sysbliss.com</link>
	<description>On the never-ending quest for systems bliss</description>
	<lastBuildDate>Thu, 21 Jan 2010 16:44:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/sysblissblogcomments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="sysblissblogcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Testing Atlassian Rest Plugins by Erik Husby</title>
		<link>http://blog.sysbliss.com/development-process/testing-atlassian-rest-plugins.html/comment-page-1#comment-659</link>
		<dc:creator>Erik Husby</dc:creator>
		<pubDate>Thu, 21 Jan 2010 16:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=66#comment-659</guid>
		<description>Two more things.

1. Had to change the URL used in ProjectRestTest.java to http://localhost:2990/jira/rest/projectfinder/1.0/projects.xml instead of http://localhost:2990/jira/rest/projectversions/1.0/projects.xml

2. atlas-integration-test is running the test twice! Is that because I am using JUnit instead of TestNG?</description>
		<content:encoded><![CDATA[<p>Two more things.</p>
<p>1. Had to change the URL used in ProjectRestTest.java to <a href="http://localhost:2990/jira/rest/projectfinder/1.0/projects.xml" rel="nofollow">http://localhost:2990/jira/rest/projectfinder/1.0/projects.xml</a> instead of <a href="http://localhost:2990/jira/rest/projectversions/1.0/projects.xml" rel="nofollow">http://localhost:2990/jira/rest/projectversions/1.0/projects.xml</a></p>
<p>2. atlas-integration-test is running the test twice! Is that because I am using JUnit instead of TestNG?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Atlassian Rest Plugins by Erik Husby</title>
		<link>http://blog.sysbliss.com/development-process/testing-atlassian-rest-plugins.html/comment-page-1#comment-651</link>
		<dc:creator>Erik Husby</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=66#comment-651</guid>
		<description>Thanks for the quick response. Problems resolved.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response. Problems resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Atlassian Rest Plugins by jdoklovic</title>
		<link>http://blog.sysbliss.com/development-process/testing-atlassian-rest-plugins.html/comment-page-1#comment-649</link>
		<dc:creator>jdoklovic</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=66#comment-649</guid>
		<description>Sorry... I started out using HttpClient, but then switched to using the jersey testing utilities.
I added the dependency list in the beginning of this post.

The javax.ws.rs.core.GenericEntity is the proper class as well.</description>
		<content:encoded><![CDATA[<p>Sorry&#8230; I started out using HttpClient, but then switched to using the jersey testing utilities.<br />
I added the dependency list in the beginning of this post.</p>
<p>The javax.ws.rs.core.GenericEntity is the proper class as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Atlassian Rest Plugins by Erik Husby</title>
		<link>http://blog.sysbliss.com/development-process/testing-atlassian-rest-plugins.html/comment-page-1#comment-648</link>
		<dc:creator>Erik Husby</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=66#comment-648</guid>
		<description>There are some disconnects between the code and import statements.

In ProjectRestTest, the code references Client, WebResource, and GenericType but there are no import statements for them. The imports list several classes from org.apache.commons.httpclient which are not mentioned in the code. Replacing Client with HttpClient from commons-httpclient 3.1 fails because there are not create or resource methods there.

In several of the other sources, there was a GenericEnity that had no import statement. Intellij suggested javax.ws.rs.core.GenericEntity which appears to work.

What is the solution to the import problems?</description>
		<content:encoded><![CDATA[<p>There are some disconnects between the code and import statements.</p>
<p>In ProjectRestTest, the code references Client, WebResource, and GenericType but there are no import statements for them. The imports list several classes from org.apache.commons.httpclient which are not mentioned in the code. Replacing Client with HttpClient from commons-httpclient 3.1 fails because there are not create or resource methods there.</p>
<p>In several of the other sources, there was a GenericEnity that had no import statement. Intellij suggested javax.ws.rs.core.GenericEntity which appears to work.</p>
<p>What is the solution to the import problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Atlassian® as a Web-App Framework by bqlr</title>
		<link>http://blog.sysbliss.com/general-dev/atlassian-as-a-web-app-framework.html/comment-page-1#comment-641</link>
		<dc:creator>bqlr</dc:creator>
		<pubDate>Tue, 05 Jan 2010 02:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=107#comment-641</guid>
		<description>stupid! so complicated configuration, where is business model ? where is Domain-driven Design, sorry, do you know DDD?

see another true light-weight framework, so simple: DI + AOP + DDD = jdonframework, http://jdon.dev.java.net</description>
		<content:encoded><![CDATA[<p>stupid! so complicated configuration, where is business model ? where is Domain-driven Design, sorry, do you know DDD?</p>
<p>see another true light-weight framework, so simple: DI + AOP + DDD = jdonframework, <a href="http://jdon.dev.java.net" rel="nofollow">http://jdon.dev.java.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Atlassian® as a Web-App Framework by jdoklovic</title>
		<link>http://blog.sysbliss.com/general-dev/atlassian-as-a-web-app-framework.html/comment-page-1#comment-640</link>
		<dc:creator>jdoklovic</dc:creator>
		<pubDate>Mon, 04 Jan 2010 20:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=107#comment-640</guid>
		<description>I create the version class on the fly so that I can override the version used at runtime via a maven property.
Essentially this let's me pass a version on the command line when building.
This is useful if you use an external system (say, JIRA) to get your version/build numbers.

Using JIRA + Bamboo in this manner is outlined in another post:
http://blog.sysbliss.com/uncategorized/release-management-with-atlassian-bamboo-and-jira.html</description>
		<content:encoded><![CDATA[<p>I create the version class on the fly so that I can override the version used at runtime via a maven property.<br />
Essentially this let&#8217;s me pass a version on the command line when building.<br />
This is useful if you use an external system (say, JIRA) to get your version/build numbers.</p>
<p>Using JIRA + Bamboo in this manner is outlined in another post:<br />
<a href="http://blog.sysbliss.com/uncategorized/release-management-with-atlassian-bamboo-and-jira.html" rel="nofollow">http://blog.sysbliss.com/uncategorized/release-management-with-atlassian-bamboo-and-jira.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Atlassian® as a Web-App Framework by Wim Deblauwe</title>
		<link>http://blog.sysbliss.com/general-dev/atlassian-as-a-web-app-framework.html/comment-page-1#comment-639</link>
		<dc:creator>Wim Deblauwe</dc:creator>
		<pubDate>Mon, 04 Jan 2010 19:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=107#comment-639</guid>
		<description>Why are you creating this Java class on the fly? I am doing something simular, but just put the version in a properties file using the filtering of the resource plugin and then loading that properties file in the application.

Great post!</description>
		<content:encoded><![CDATA[<p>Why are you creating this Java class on the fly? I am doing something simular, but just put the version in a properties file using the filtering of the resource plugin and then loading that properties file in the application.</p>
<p>Great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Atlassian® as a Web-App Framework by cburleson</title>
		<link>http://blog.sysbliss.com/general-dev/atlassian-as-a-web-app-framework.html/comment-page-1#comment-634</link>
		<dc:creator>cburleson</dc:creator>
		<pubDate>Sat, 02 Jan 2010 00:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=107#comment-634</guid>
		<description>This is a great post, overflowing with value. Thanks so much for taking the time to share your detailed journey. I intend to go through this carefully soon to see what parts might be applicable to a J2EE Reference Architecture I am working on. It seems that you may be a little too closely tied to some Atlassian dependencies for my taste. But... this is very educational.</description>
		<content:encoded><![CDATA[<p>This is a great post, overflowing with value. Thanks so much for taking the time to share your detailed journey. I intend to go through this carefully soon to see what parts might be applicable to a J2EE Reference Architecture I am working on. It seems that you may be a little too closely tied to some Atlassian dependencies for my taste. But&#8230; this is very educational.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Atlassian® as a Web-App Framework by Jessica Doklovic</title>
		<link>http://blog.sysbliss.com/general-dev/atlassian-as-a-web-app-framework.html/comment-page-1#comment-633</link>
		<dc:creator>Jessica Doklovic</dc:creator>
		<pubDate>Thu, 31 Dec 2009 18:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=107#comment-633</guid>
		<description>spoiler alert U == dork</description>
		<content:encoded><![CDATA[<p>spoiler alert U == dork</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Release Management with Atlassian Bamboo and Jira by sergiu</title>
		<link>http://blog.sysbliss.com/uncategorized/release-management-with-atlassian-bamboo-and-jira.html/comment-page-2#comment-631</link>
		<dc:creator>sergiu</dc:creator>
		<pubDate>Wed, 30 Dec 2009 15:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sysbliss.com/?p=9#comment-631</guid>
		<description>Hi, I'd like to clarify how the bugfix releases should be handled...

After 1.0.0 is released, work will start on new features in 1.1.0. So new versions will be created, say: 1.1.0-dev1, 1.1.0-rc1, and 1.1.0; the bamboo build plan will start building 1.1.0-dev1, because that is the 'first' unreleased version, correct?

In the meantime we will need to fix some bugs in 1.0.0. Here the picture is not clear... 

Normally the bug fixing occurs on new 'release' branch in SCM. If this work lasts about 2 weeks, to get some continuous builds, we will have to create another build plan for the new branch, and I guess associate this plan with same Jira project for which we need to create a new 1.0.1 version (in addition to the 1.1.* versions created after 1.0.0 was released). At first this 1.0.1 version is also unreleased in Jira, correct? How does the Jira versions plugin know that it needs to build 1.0.1, and not 1.1.0-dev1?

Or do we have to create a new Jira project for this, and start with 1.0.1

Can you clarify the sequence here? 

Thank you</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;d like to clarify how the bugfix releases should be handled&#8230;</p>
<p>After 1.0.0 is released, work will start on new features in 1.1.0. So new versions will be created, say: 1.1.0-dev1, 1.1.0-rc1, and 1.1.0; the bamboo build plan will start building 1.1.0-dev1, because that is the &#8216;first&#8217; unreleased version, correct?</p>
<p>In the meantime we will need to fix some bugs in 1.0.0. Here the picture is not clear&#8230; </p>
<p>Normally the bug fixing occurs on new &#8216;release&#8217; branch in SCM. If this work lasts about 2 weeks, to get some continuous builds, we will have to create another build plan for the new branch, and I guess associate this plan with same Jira project for which we need to create a new 1.0.1 version (in addition to the 1.1.* versions created after 1.0.0 was released). At first this 1.0.1 version is also unreleased in Jira, correct? How does the Jira versions plugin know that it needs to build 1.0.1, and not 1.1.0-dev1?</p>
<p>Or do we have to create a new Jira project for this, and start with 1.0.1</p>
<p>Can you clarify the sequence here? </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic Page Served (once) in 0.197 seconds -->
