<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>When IE meets SE...</title>
	<atom:link href="http://biese.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://biese.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Jun 2011 22:03:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='biese.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>When IE meets SE...</title>
		<link>http://biese.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://biese.wordpress.com/osd.xml" title="When IE meets SE..." />
	<atom:link rel='hub' href='http://biese.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java Security 03- Export key from Microsoft server, and import into Java keystore</title>
		<link>http://biese.wordpress.com/2010/03/17/java-security-03-export-key-from-microsoft-server-and-import-into-java-keystore/</link>
		<comments>http://biese.wordpress.com/2010/03/17/java-security-03-export-key-from-microsoft-server-and-import-into-java-keystore/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 01:35:24 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=545</guid>
		<description><![CDATA[This post I show you how to grab Microsoft server&#8217;s SSL certificate and import into JSE keystore. I have customer only used Microsoft IIS and bought CA certificate from Comodo. They don&#8217;t know Java Security and they don&#8217;t have CSR in hand, so they have to export it as PFX (Personal Exchange file). When I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=545&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post I show you how to grab Microsoft server&#8217;s SSL certificate and import into JSE keystore. I have customer only used Microsoft IIS and bought CA certificate from Comodo. They don&#8217;t know Java Security and they don&#8217;t have CSR in hand, so they have to export it as PFX (Personal Exchange file). When I got *.PFX, then I do</p>
<p><strong>STEP 1. <a href="http://nl.globalsign.com/en/support/ssl+certificates/microsoft/all+windows+servers/export+private+key+or+certificate/">Export your private key and SSL Certificate from Microsoft IIS</a></strong></p>
<p>but JSE keystore can&#8217;t be imported from outside, then<br />
<strong>STEP 2. <a href="http://www.agentbob.info/agentbob/79-AB.html">Import private key and certificate into Java Key Store</a></strong></p>
<p><strong>Reference:</strong><br />
1. <a href="http://www.startux.de/index.php/java/44-dealing-with-java-keystoresyvComment44">Dealing with java keystores</a></p>
<p>2. <a href="http://hansonchar.blogspot.com/2007/06/opensslkeytool-cheat-sheet.html">OpenSsl/Keytool Cheat Sheet</a></p>
<p>3. <a href="http://technet.microsoft.com/en-us/library/bb727068.aspx">A Step-by-Step Guide to Advanced Certificate Management</a></p>
<p>4. <a href="http://support.microsoft.com/kb/232136">How to back up a server certificate in Internet Information Services 5.0</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/545/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/545/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/545/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=545&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/03/17/java-security-03-export-key-from-microsoft-server-and-import-into-java-keystore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Security 02 &#8211; how to set up JBoss with CAS Single Sign On</title>
		<link>http://biese.wordpress.com/2010/03/06/java-security-02-how-to-set-up-jboss-with-cas-single-sign-on/</link>
		<comments>http://biese.wordpress.com/2010/03/06/java-security-02-how-to-set-up-jboss-with-cas-single-sign-on/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:43:53 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=533</guid>
		<description><![CDATA[Part-1 setup on JBoss server with CAS war 1. Download CAS (Central Authentication Service) from here. You may like to read their document. 2. Unzip and place CAR web application on C:\jboss-4.2.2.GA\server\default\deploy\cas.war. This is example path. 3. I assume you use JBoss login-config.xml to setup for your LoginContext, so you have the name of application-policy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=533&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Part-1 setup on JBoss server with CAS war</strong></p>
<p>1. Download CAS (Central Authentication Service) from <a href="http://www.jasig.org/cas/download">here</a>.<br />
You may like to read their <a href="http://www.ja-sig.org/wiki/display/CASUM/Home">document</a>.</p>
<p>2. Unzip and place CAR web application on C:\jboss-4.2.2.GA\server\default\deploy\cas.war. This is example path.</p>
<p>3. I assume you use JBoss login-config.xml to setup for your LoginContext, so you have the name of application-policy like I configure it as &#8220;MyLoginRealm&#8221;.</p>
<p>4. Now you can go to ${jboss_server}\cas.war\WEB-INF\deployerConfigContext.xml, and modify</p>
<p>&lt;property name=&#8221;authenticationHandlers&#8221;&gt;</p>
<p>&lt;bean&gt;<br />
&lt;property name=&#8221;realm&#8221;&gt;&lt;value&gt;MyLoginRealm&lt;/value&gt;&lt;/property&gt;<br />
&lt;/bean&gt;</p>
<p>5. Create your host server’s keystore and crt.</p>
<p>Creating the keystore and private key:<br />
a. keytool -genkey -alias jbosskey -keypass changeit -keyalg RSA -validity 3650 -keystore MyServer.keystore</p>
<p>b. keytool -list -keystore MyServer.keystore</p>
<p>Generating and storing the certificate:<br />
c. keytool -export -alias jbosskey -keypass changeit -file MyServer.crt -validity 3650 -keystore MyServer.keystore</p>
<p>d. keytool -import -alias jbosscert -keypass changeit -file MyServer.crt -keystore MyServer.keystore</p>
<p>e. keytool -list -keystore MyServer.keystore</p>
<p>6. Copy MyServer.keystore and MyServer.crt into ${jboss_server}\conf</p>
<p>7. Add</p>
<p>SET JAVA_OPTS=%JAVA_OPTS%  -Djavax.net.ssl.trustStore=${jboss_server}\conf\MyServer.keystore into your JVM option. (usually it is at run.bat)</p>
<p>8. Change server.xml at ${jboss_server}\deploy\jboss-web.deployer. Uncomment the 8443 security port like this</p>
<p>&lt;Connector port=&#8221;8443&#8243; protocol=&#8221;HTTP/1.1&#8243; SSLEnabled=&#8221;true&#8221;<br />
maxThreads=&#8221;150&#8243; scheme=&#8221;https&#8221; secure=&#8221;true&#8221;<br />
clientAuth=&#8221;false&#8221; sslProtocol=&#8221;TLS&#8221;<br />
keystoreFile=&#8221;conf/MyServer.keystore&#8221;<br />
keystorePass=&#8221;changeit&#8221;/&gt;</p>
<p><strong>Part-2 setup on your web apllicarion with CAS client</strong><br />
Now go to ${your_web_app}\WEB-INF\web.xml, and we need to add this into web.xml</p>
<p><pre class="brush: xml;">
&lt;!-- CAS: Java Client 3.1.3--&gt;
&lt;filter&gt;
&lt;filter-name&gt;CAS Single Sign Out Filter&lt;/filter-name&gt;
&lt;filter-class&gt;org.jasig.cas.client.session.SingleSignOutFilter&lt;/filter-class&gt;
&lt;/filter&gt;

&lt;filter&gt;
&lt;filter-name&gt;CAS Authentication Filter&lt;/filter-name&gt;
&lt;filter-class&gt;org.jasig.cas.client.authentication.AuthenticationFilter&lt;/filter-class&gt;
&lt;init-param&gt;
&lt;param-name&gt;casServerLoginUrl&lt;/param-name&gt;
&lt;param-value&gt;https://hostname:8443/cas/login&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;serverName&lt;/param-name&gt;
&lt;param-value&gt;https://hostname:8443&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;renew&lt;/param-name&gt;
&lt;param-value&gt;false&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;/filter&gt;

&lt;filter&gt;
&lt;filter-name&gt;CAS Validation Filter&lt;/filter-name&gt;
&lt;filter-class&gt;org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter&lt;/filter-class&gt;
&lt;init-param&gt;
&lt;param-name&gt;casServerUrlPrefix&lt;/param-name&gt;
&lt;param-value&gt;https://hostname:8443/cas/&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;serverName&lt;/param-name&gt;
&lt;param-value&gt;https://hostname:8443&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;init-param&gt;
&lt;param-name&gt;redirectAfterValidation&lt;/param-name&gt;
&lt;param-value&gt;true&lt;/param-value&gt;
&lt;/init-param&gt;
&lt;/filter&gt;

&lt;filter&gt;
&lt;filter-name&gt;CAS HttpServletRequest Wrapper Filter&lt;/filter-name&gt;
&lt;filter-class&gt;org.jasig.cas.client.util.HttpServletRequestWrapperFilter&lt;/filter-class&gt;
&lt;/filter&gt;

&lt;filter&gt;
&lt;filter-name&gt;CAS Assertion Thread Local Filter&lt;/filter-name&gt;
&lt;filter-class&gt;org.jasig.cas.client.util.AssertionThreadLocalFilter&lt;/filter-class&gt;
&lt;/filter&gt;

&lt;filter-mapping&gt;
&lt;filter-name&gt;CAS Single Sign Out Filter&lt;/filter-name&gt;
&lt;url-pattern&gt;/*&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;

&lt;filter-mapping&gt;
&lt;filter-name&gt;CAS Authentication Filter&lt;/filter-name&gt;
&lt;url-pattern&gt;/*&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;

&lt;filter-mapping&gt;
&lt;filter-name&gt;CAS Validation Filter&lt;/filter-name&gt;
&lt;url-pattern&gt;/*&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;

&lt;filter-mapping&gt;
&lt;filter-name&gt;CAS HttpServletRequest Wrapper Filter&lt;/filter-name&gt;
&lt;url-pattern&gt;/*&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;

&lt;filter-mapping&gt;
&lt;filter-name&gt;CAS Assertion Thread Local Filter&lt;/filter-name&gt;
&lt;url-pattern&gt;/*&lt;/url-pattern&gt;
&lt;/filter-mapping&gt;

&lt;listener&gt;
&lt;listener-class&gt;org.jasig.cas.client.session.SingleSignOutHttpSessionListener&lt;/listener-class&gt;
&lt;/listener&gt;

</pre></p>
<p><strong>Test drive</strong><br />
If you reques this, http://bestsite:8080, it will redirect to CAS login page. You will see like this,<br />
https://bestsite:8443/cas/login?service=https%3A%2F%2Fbestsite%3A8080%2F. That means you are good now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/533/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=533&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/03/06/java-security-02-how-to-set-up-jboss-with-cas-single-sign-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Security 01 &#8211; How to create security certificate on Java web server</title>
		<link>http://biese.wordpress.com/2010/03/05/java-security-01-how-to-create-security-certificate-on-java-web-server/</link>
		<comments>http://biese.wordpress.com/2010/03/05/java-security-01-how-to-create-security-certificate-on-java-web-server/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 23:37:40 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=530</guid>
		<description><![CDATA[Recently I have project about Single Sign On. I want to put all of my research here because I got them from internet and love to share with you. 1. SSL Converter 2. The Most Common Java Keytool Keystore Commands 3. The Most Common OpenSSL Commands 4. Installing an SSL Certificate in Windows Server 2008 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=530&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I have project about Single Sign On. I want to put all of my research here because I got them from internet and love to share with you.</p>
<p>1. <a href="https://www.sslshopper.com/ssl-converter.html">SSL Converter</a></p>
<p>2. <a href="http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html">The Most Common Java Keytool Keystore Commands</a></p>
<p>3. <a href="http://www.sslshopper.com/article-most-common-openssl-commands.html">The Most Common OpenSSL Commands</a></p>
<p>4. <a href="http://www.sslshopper.com/article-installing-an-ssl-certificate-in-windows-server-2008-iis-7.0.html">Installing an SSL Certificate in Windows Server 2008 (IIS 7.0)</a></p>
<p>5. <a>How to use SSL Certificates with Exchange 2007</a></p>
<p>6. <a href="http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate.html">How to Create A Self Signed Certificate</a></p>
<p>7. <a href="http://portecle.sourceforge.net/">Portecle is a user friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more</a></p>
<p>8. <a href="http://www.openssl.org/docs/HOWTO/">OpenSSL how-to</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=530&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/03/05/java-security-01-how-to-create-security-certificate-on-java-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Fast Web UI design by Google Web Toolkit</title>
		<link>http://biese.wordpress.com/2010/01/24/fast-web-ui-design-by-google-web-toolkit/</link>
		<comments>http://biese.wordpress.com/2010/01/24/fast-web-ui-design-by-google-web-toolkit/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:45:17 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=524</guid>
		<description><![CDATA[I like web front-end using Java script, AJAX more than Flash/Flex. Although RIA technology is improved , I still love to direct code in HTML, CSS, and Java script. They allow me control the basic foundation stuff, so I can avoid lock-in framework. I start to use GWT (Google Web Toolkit) from 1.5 and it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=524&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I like web front-end using Java script, AJAX more than Flash/Flex. Although RIA technology is improved , I still love to direct code in HTML, CSS, and Java script. They allow me control the basic foundation stuff, so I can avoid lock-in framework.<br />
I start to use GWT (Google Web Toolkit) from 1.5 and it helps me quick demo UI layout and idea. I like to write a road map to explain how I learn.</p>
<p><strong>Book:</strong></p>
<p>Manning- GWT in action</p>
<p>Prentice Hall- Google Web Toolkit application</p>
<p>Apress- Accelerated GWT, Building Enterprise Google Web Toolkit Applications</p>
<p><strong>Useful link:</strong></p>
<p><a href="http://code.google.com/webtoolkit/">1. GWT website</a></p>
<p><a href="http://roberthanson.blogspot.com/">2. Born to code</a></p>
<p><a href="http://www.gwtsite.com/">3. GWTSite</a></p>
<p><a href="http://gwt-widget.sourceforge.net/">4. GWT Widget Library</a></p>
<p><strong>RESTFul and GWT</strong></p>
<p><a href="http://blog.noelios.com/2008/07/25/restlet-ported-to-gwt/">1. Restlet ported to GWT !</a></p>
<p><a href="http://gogocarl.blogspot.com/2008/07/restful-client-side-tools-for-gwt.html">2. RESTful Client-Side tools for GWT</a></p>
<p><a href="http://www.ibm.com/developerworks/web/library/wa-aj-gmt/?S_TACT=105AGX54&amp;S_CMP=D0121&amp;ca=dnw-1103&amp;ca=dth-wd&amp;open&amp;cm_mmc=6705-_-n-_-vrm_newsletter-_-10731_146029&amp;cmibm_em=dm:0:7576275">3. Build a dynamic organization tree using GWT and RESTful Web services</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/524/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/524/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/524/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=524&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/01/24/fast-web-ui-design-by-google-web-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Start up customer java class when Java EE server starts</title>
		<link>http://biese.wordpress.com/2010/01/08/start-up-customer-java-class-when-java-ee-server-starts/</link>
		<comments>http://biese.wordpress.com/2010/01/08/start-up-customer-java-class-when-java-ee-server-starts/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:49:50 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=517</guid>
		<description><![CDATA[To start up customer java class or jar file when Java EE server starts. The solution usually is 1. Via WAR, servlet ; set the = 1 tag for servlet to provide intial invocation while the WAR is deployed. Like this J2ee Start a class when application server starts 2. Depends on Java EE server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=517&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To start up customer java class or jar file when Java EE server starts. The solution usually is</p>
<p>1. Via WAR, servlet ; set the  = 1 tag for servlet to provide intial invocation while the WAR is deployed.<br />
Like this <a href="http://venjava.blogspot.com/2009/02/j2ee-start-class-when-application.html">J2ee Start a class when application server starts</a></p>
<p>2. Depends on Java EE server setup.<br />
For example, using weblogic startup and shutdown mechanism for EAR, In the weblogic-application.xml ; placed the following</p>
<p>//config xml</p>
<p>&lt;startup&gt;<br />
&lt;startup-class&gt;MyStartup&lt;/startup-class&gt;<br />
&lt;startup-uri&gt;MyArchive.jar&lt;/startup-uri&gt;<br />
&lt;/startup&gt;<br />
&lt;shutdown&gt;<br />
&lt;shutdown-class&gt;MyShutdown&lt;/shutdown-class&gt;<br />
&lt;shutdown-uri&gt;MyArchive.jar&lt;/shutdown-uri&gt;<br />
&lt;/shutdown&gt;</p>
<p>I used second approach, so everytime I redeployed the EAR application the shutdown class main method was executed and then startup class invoked.</p>
<p>3. Using JBoss MBean service</p>
<p><a href="http://shrubbery.mynetgear.net/wiki/Custom_JMX_MBeans_in_JBoss">Custom JMX MBeans in JBoss</a></p>
<p><a href="http://community.jboss.org/wiki/ExampleHelloWorldService">ExampleHelloWorldService</a></p>
<p><a href="http://community.jboss.org/wiki/HowCanAnMBeanDependOnASessionBean">How can an MBean depend on a SessionBean?</a></p>
<p><a href="http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Using_JMX_as_a_Microkernel-Writing_JBoss_MBean_Services.html">Writing JBoss MBean Services</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/517/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/517/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/517/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=517&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/01/08/start-up-customer-java-class-when-java-ee-server-starts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Service Facades and Data Transfers Objects plus Java persistent</title>
		<link>http://biese.wordpress.com/2010/01/07/service-facades-and-data-transfers-objects/</link>
		<comments>http://biese.wordpress.com/2010/01/07/service-facades-and-data-transfers-objects/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:37:25 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/2010/01/07/service-facades-and-data-transfers-objects/</guid>
		<description><![CDATA[Most of client server web applications we always have the same issue. How to easily convert client object to server side or reverse? Here is some posts bring us something. 1. JPA implementation patterns: Service Facades and Data Transfers Objects 2. So, what&#8217;s the problem with JPA implementations? 3. Using GWT with Hibernate<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=515&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most of client server web applications we always have the same issue. How to easily convert client object to server side or reverse?<br />
Here is some posts bring us something.</p>
<p>1. <a href="http://blog.xebia.com/2009/05/11/jpa-implementation-patterns-service-facades-and-data-transfers-objects/">JPA implementation patterns: Service Facades and Data Transfers Objects</a></p>
<p>2. <a href="http://noon.gilead.free.fr/gilead/index.php?page=presentation">So, what&#8217;s the problem with JPA implementations?</a></p>
<p>3. <a href="http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html">Using GWT with Hibernate</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/515/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=515&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2010/01/07/service-facades-and-data-transfers-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Understand JPA Caching in Hibernate, TopLink, and OpenJPA</title>
		<link>http://biese.wordpress.com/2009/12/03/understand-jpa-caching-in-hibernate-toplink-and-openjpa/</link>
		<comments>http://biese.wordpress.com/2009/12/03/understand-jpa-caching-in-hibernate-toplink-and-openjpa/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 00:24:58 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=512</guid>
		<description><![CDATA[1. Understanding the cache of TopLink Essentials(GlassFish JPA) 2. JPA 2.0 Caching 3. Understanding Caching in Hibernate, Part 1-3 4. OpenJPA Caching 5. Wiki: Java Persistence/Caching 6. JPA Under The Hood 7. Intro to Caching,Caching algorithms and caching frameworks, part 1-5 8. Hibernate: Truly Understanding the Second-Level and Query Caches 9. Hibernate Query Cache: A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=512&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. <a href="http://weblogs.java.net/blog/guruwons/archive/2006/09/understanding_t.html">Understanding the cache of TopLink Essentials(GlassFish JPA)</a></p>
<p>2. <a href="http://weblogs.java.net/blog/archive/2009/08/21/jpa-caching">JPA 2.0 Caching</a></p>
<p>3. <a href="http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-one-the-session-cache/">Understanding Caching in Hibernate, Part 1-3</a></p>
<p>4. <a href="http://openjpa.apache.org/builds/1.0.2/apache-openjpa-1.0.2/docs/manual/ref_guide_caching.html">OpenJPA Caching</a></p>
<p>5. <a href="http://en.wikibooks.org/wiki/Java_Persistence/Caching">Wiki: Java Persistence/Caching</a></p>
<p>6. <a href="http://blog.dynatrace.com/2009/11/12/w-jax-jpa-under-the-hood/">JPA Under The Hood</a></p>
<p>7. <a href="http://javalandscape.blogspot.com/2009/01/cachingcaching-algorithms-and-caching.html">Intro to Caching,Caching algorithms and caching frameworks, part 1-5</a></p>
<p>8. <a href="http://www.javalobby.org/java/forums/t48846.html">Hibernate: Truly Understanding the Second-Level and Query Caches</a></p>
<p>9. <a href="http://darren.oldag.net/2008/11/hibernate-query-cache-dirty-little_04.html">Hibernate Query Cache: A Dirty Little Secret</a></p>
<p>10. <a href="http://java.sun.com/developer/technicalArticles/ebeans/ejb_30/">Writing Performant EJB Beans in the Java EE 5</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/512/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=512&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2009/12/03/understand-jpa-caching-in-hibernate-toplink-and-openjpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Refactor your java code-15 (Bitwise and Bit Shift Operators)</title>
		<link>http://biese.wordpress.com/2009/11/25/refactor-your-java-code-15-bitwise-and-bit-shift-operators/</link>
		<comments>http://biese.wordpress.com/2009/11/25/refactor-your-java-code-15-bitwise-and-bit-shift-operators/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:30:01 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=507</guid>
		<description><![CDATA[This is very basic concept and useful at network stream programming. 1. Primitive Data Types 2. Bitwise and Bit Operators Shift 3. Wiki: Bitwise operation 4. Operators and Assignments &#8211; Java Bitwise Shift Operators 5. Java Bitwise Shift Operators<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=507&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is very basic concept and useful at network stream programming.</p>
<p><strong><a href="http://java.sun.com/docs/books/tutorial/java/nutsandbolts/datatypes.html">1. Primitive Data Types</a><br />
</strong></p>
<p><strong><a href="http://java.sun.com/docs/books/tutorial/java/nutsandbolts/op3.html">2. Bitwise and Bit Operators Shift</a></strong></p>
<p><strong><a href="http://en.wikipedia.org/wiki/Bitwise_operation">3. Wiki: Bitwise operation</a></strong></p>
<p><strong><a href="http://www.janeg.ca/scjp/oper/shift.html">4. Operators and Assignments &#8211; Java Bitwise Shift Operators</a></strong></p>
<p><strong><a href="http://www.sap-img.com/java/java-bitwise-shift-operators.htm">5. Java Bitwise Shift Operators</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/507/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=507&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2009/11/25/refactor-your-java-code-15-bitwise-and-bit-shift-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Using JAXB2 commons to generate your JAXB class more convenience</title>
		<link>http://biese.wordpress.com/2009/11/09/using-jaxb2-commons-to-generate-your-jaxb-class-more-convenience/</link>
		<comments>http://biese.wordpress.com/2009/11/09/using-jaxb2-commons-to-generate-your-jaxb-class-more-convenience/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:54:09 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=504</guid>
		<description><![CDATA[The JAXB XJC schema binding compiler transforms, or binds, a source XML schema to a set of JAXB content classes in the Java programming language. But sometimes we need more specific stuff in the generated java class. For exmaple, the JAXB2 Basics Plugins says &#8220;Schema compiler (XJC) produces schema-derived classes which can be used to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=504&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The JAXB XJC schema binding compiler transforms, or binds, a source XML schema to a set of JAXB content classes in the Java programming language.<br />
But sometimes we need more specific stuff in the generated java class.<br />
For exmaple, the JAXB2 Basics Plugins says &#8220;Schema compiler (XJC) produces schema-derived classes which can be used to turn XML into object structures and back. However, generated classes lack by default lack convenience and utility methods like equals(&#8230;), hashCode(&#8230;), toString() and so on.&#8221;</p>
<p>We can use Metro&#8217;s JAXB 2.0 commons project to save time. </p>
<p><strong>Reference:</strong><br />
1. <a href="https://jaxb2-commons.dev.java.net/">JAXB 2.0 commons project</a><br />
2. <a href="http://blogs.sun.com/enterprisetechtips/entry/using_jax_ws_with_maven">Using JAX-WS With Maven</a><br />
3. <a href="http://www.mindbug.org/2008/03/jax-ws-metro-jbossws-huh.html">JAX-WS Metro and JBossWS</a><br />
4. <a href="http://java.sun.com/javaee/5/docs/tutorial/doc/bnazf.html">Java EE5 JAXB tutorial</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/504/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=504&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2009/11/09/using-jaxb2-commons-to-generate-your-jaxb-class-more-convenience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
		<item>
		<title>Asynchronous Web Service and SOAP over Java Message Service</title>
		<link>http://biese.wordpress.com/2009/09/15/asynchronous-web-service-and-soap-over-java-message-service/</link>
		<comments>http://biese.wordpress.com/2009/09/15/asynchronous-web-service-and-soap-over-java-message-service/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 07:04:07 +0000</pubDate>
		<dc:creator>biese</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://biese.wordpress.com/?p=497</guid>
		<description><![CDATA[There are two principal architectures for Web service interfaces: synchronous Web services and asynchronous Web services. These two architectures are distinguished by their request-response handling. With synchronous services, clients invoke a request on a service and then suspend their processing while they wait for a response. With asynchronous services, clients initiate a request to a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=497&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two principal architectures for Web service interfaces: <strong>synchronous Web services and asynchronous Web services</strong>. These two architectures are distinguished by their request-response handling. With synchronous services, clients invoke a request on a service and then suspend their processing while they wait for a response. With asynchronous services, clients initiate a request to a service and then resume their processing without waiting for a response. The service handles the client request and returns a response at some later point, at which time the client retrieves the response and proceeds with its processing.</p>
<p>Let&#8217;s see some great articles about <strong>Asynchronous Web Service</strong>.<br />
1. <a href="http://java.sun.com/blueprints/webservices/using/webservbp3.html">Web Service Interaction Architectures</a><br />
2. Asynchronous operations and Web services, <a href="http://www.ibm.com/developerworks/library/ws-asynch1.html">Part 1</a>: A primer on asynchronous transactions<br />
3. Asynchronous operations and Web services, <a href="http://www.ibm.com/developerworks/library/ws-asynch2/index.html">Part 2</a><br />
4. <a href="http://weblogs.java.net/blog/johnreynolds/archive/2006/02/can_i_call_you.html">Can I call you back? &#8211; Asynchronous Web Services</a><br />
5. <a href="http://xml.coverpages.org/async.html">Asynchronous Transactions and Web Services</a><br />
6. <a href="http://kingsfleet.blogspot.com/search/label/asynchronous%20webservices">Gerard Davison&#8217;s Asynchronous web service post</a></p>
<p>Since we talk about asynchronous web service, I will drill down the underlying basic,  <strong>SOAP over JMS.</strong> The W3C has just released W3C Candidate Recommendation. See InfoQ: <a href="http://www.infoq.com/news/2009/06/SOAPJMS">SOAP Over Java Messaging Service</a>.</p>
<p>1. <a href="http://www.oreillynet.com/onlamp/blog/2002/10/soap_over_jms_what_does_it_mea.html">Soap over JMS &#8211; what does it mean and why should I care?</a><br />
2. <a href="http://www.ibm.com/developerworks/websphere/library/techarticles/0402_du/0402_du.html">Building a JMS Web service using SOAP over JMS and WebSphere Studio</a><br />
3. <a href="http://www.oracle.com/technology/pub/articles/murphy-soa-jms.html">Using Request-Response SOAP over JMS Web Services</a><br />
4. <a href="http://charithaka.blogspot.com/2008/10/soap-over-jms-with-axis2.html">SOAP over JMS with Axis2</a><br />
5. <a href="http://soa.sys-con.com/node/523481">SOAP Over JMS Interoperability</a></p>
<p><strong>Update: 05-03-2010</strong><br />
1. <a href="http://www.mastertheboss.com/en/web-interfaces/111-asynchronous-web-services-with-jboss-ws.html">Asynchronous web services with JBoss WS</a><br />
2. <a href="http://www.developer.com/java/web/article.php/3863416/Using-Axis2-and-Java-for-Asynchronous-Web-Service-Invocation-on-the-Client-Side.htm">Using Axis2 and Java for Asynchronous Web Service Invocation on the Client Side</a><br />
3. <a href="http://www.ibm.com/developerworks/webservices/library/ws-axis2/">Develop asynchronous Web services with Axis2</a><br />
4. <a href="http://www.computerworld.com/s/article/79698/Really_Simple_Asynchronous_Web_Services?taxonomyId=61&amp;pageNumber=1">Really Simple Asynchronous Web Services</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/biese.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/biese.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/biese.wordpress.com/497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=biese.wordpress.com&amp;blog=453908&amp;post=497&amp;subd=biese&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://biese.wordpress.com/2009/09/15/asynchronous-web-service-and-soap-over-java-message-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6714d5021cc0c59e52e10a8ef8197745?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">biese</media:title>
		</media:content>
	</item>
	</channel>
</rss>
