<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>jaanabrockmannpasihaverinen.org Blog</title>
	<link>http://jaanabrockmannpasishemeikka.org/blog1</link>
	<description>Pasi Haverinen's and Jaana Brockmanns Blog</description>
	<pubDate>Tue, 24 Jun 2008 22:43:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>JPA persistance best practices and orm configuration&#8230;.Tomcat configuration tips</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2008/06/24/jpa-persistance-best-practices-and-orm-configurationntomcat-configuration-tips/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2008/06/24/jpa-persistance-best-practices-and-orm-configurationntomcat-configuration-tips/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 22:13:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Java, J2EE</category>
	<category>Tomcat</category>
	<category>Java JPA</category>
	<category>JEE Blueprints</category>
	<category>JEE</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2008/06/24/jpa-persistance-best-practices-and-orm-configurationntomcat-configuration-tips/</guid>
		<description><![CDATA[The issues of persistance have taken the most of my sparetime recently as I have planned the implementation details of JPA entity layer&#8230;
good basis for investigation have provided the 2 series of peristance provided by IBM Developerworrks articles..namely
Patterns of persistence, Part 1: Strategies and best practices for modern ORM tools
and Patterns of persistence, Part 2: [...]]]></description>
			<content:encoded><![CDATA[<p>The issues of persistance have taken the most of my sparetime recently as I have planned the implementation details of JPA entity layer&#8230;<br />
good basis for investigation have provided the 2 series of peristance provided by IBM Developerworrks articles..namely</p>
<p><em><a title="Patterns of Persistance" href="http://www.ibm.com/developerworks/java/library/j-pop1/" target="_blank">Patterns of persistence, Part 1</a></em>: Strategies and best practices for modern ORM tools</p>
<p>and Patterns of persistence, Part 2:<em><a title="Patterns of Persistance - part 2" href="http://www.ibm.com/developerworks/java/library/j-pop2/" target="_blank"> Increase code reuse and enhance performance</a></em>,other useful links are oracle&#8217;s best <em><a title="Best basic Java Persistance API practices" href="http://www.oracle.com/technology/pub/articles/marx-jpa.html?msgid=6617184" target="_blank">basic Java<br />
Persistance API practices</a></em> article and the <em><a title="JEE persistence blueprints" href="https://blueprints.dev.java.net/bpcatalog/ee5/persistence/" target="_blank">JEE blueprints of persistance</a></em>&#8230;.</p>
<p> as recommeded in the basic Java Percstance API practices the Integration with Spring is fabulous combination &#8230;.in addition if you utilize hibernate enity interceptors as was the case in IBM persistance series the configuratio with spring is done in the folllowng way <a href="http://forum.springframework.org/archive/index.php/t-10512.html">http://forum.springframework.org/archive/index.php/t-10512.html</a>  and voila you get the benefit of the auditing features of JPA enity modifications and updates&#8230;</p>
<p>Enabling compression on the web server will make data be transferred in compressed form. The browser will decompress the data on the fly, making the application faster. If your application uses Ajax, what usually increases the volume of data transferred from server to client, compression of data will significantly improve your application performance.</p>
<p><a title="Gzip Compression on tomcat" href="https://javatools.dev.java.net/newsletter/2007/20070418.html" target="_blank">Here is how to enable GZIP compression on Tomcat</a>: edit file /conf/server.xml and add to the HTTP Connector configuration something like this:</p>
<pre><Connector port="8080" maxHttpHeaderSize="8192"                maxThreads="150" minSpareThreads="25" maxSpareThreads="75"                enableLookups="false" redirectPort="8443" acceptCount="100"                connectionTimeout="20000" disableUploadTimeout="true"                 compression="on"           compressionMinSize="2048"           noCompressionUserAgents="gozilla, traviata"           compressableMimeType="text/html,text/xml"/></pre>
<p> </p>
<p><em><a title="10 tomcat configuration tips" href="http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html?page=1" target="_blank">10 tomcat configurataion tips</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2008/06/24/jpa-persistance-best-practices-and-orm-configurationntomcat-configuration-tips/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Continuous Integration&#8230;.</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2008/05/11/continuous-integration/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2008/05/11/continuous-integration/#comments</comments>
		<pubDate>Sun, 11 May 2008 08:19:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Continuous Integration</category>
	<category>Luntbuild</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2008/05/11/continuous-integration/</guid>
		<description><![CDATA[Recently I have tackled with issues related to Continuous Integration&#8230;.what would be the perfect match for choocing the Continuous Integraton tool&#8230;would it be Luntbuild &#8230;which is chosen as the Continuous Integration tool in Oracle SOA Build, Deployment, and Test Automation article. Other Continuous Integration tools,which are available are CruiceControl,Continuum and Lutdbuild&#8230;read the Paul Duvall&#8217;s article - [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have tackled with issues related to Continuous Integration&#8230;.what would be the perfect match for choocing the Continuous Integraton tool&#8230;would it be <a title="Luntbuild Continuous Integration tool" href="http://luntbuild.javaforge.com/" target="_blank"><em>Luntbuild</em></a><em> &#8230;</em>which is chosen as the Continuous Integration tool in Oracle <em><a title="SOA Build,Deployment and Test Automation" href="http://www.oracle.com/technology/tech/soa/soa-suite-best-practices/auto-deploy.html" target="_blank">SOA Build, Deployment, and Test Automation</a></em> article. Other Continuous Integration tools,which are available are CruiceControl,Continuum and Lutdbuild&#8230;read the Paul Duvall&#8217;s article - <em><a title="Automation for the people-choosing Continuous Integration Server" href="http://www-128.ibm.com/developerworks/java/library/j-ap09056/index.html" target="_blank"><span style="color: #999999">Automation for the people: </span>Choosing a Continuous Integration server</a></em></p>
<p>or if you only need to modify your ant build-xml file try tuning it by following the hints given in this new features in ant 1.6 Stefan Bodewig&#8217;s article <a title="New ant 1.6 Features for big projects" href="http://www.oracle.com/technology/pub/articles/bodewig_ant1.6.html" target="_blank"><em><span class="topstoryhead">New Ant 1.6 Features for Big Projects</span><br />
</em></a>or try hints to <em><a title="ant installation and release scripts" href="http://instantbadger.blogspot.com/2004/07/general-ant-build-and-release-scripts.html" target="_blank">create your release</a></em>&#8230;</p>
<p> happy tuning&#8230;and you could also take advantage of the google&#8217;s free repository hosting for subversive projects <em><a title="Google Code" href="http://code.google.com/" target="_blank">Google Code</a></em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2008/05/11/continuous-integration/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>SOA session in Parley&#8217;s site</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/12/soa-session-in-parleys-site/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/12/soa-session-in-parleys-site/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 20:11:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>XFire</category>
	<category>Web Services</category>
	<category>SOA</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2008/02/12/soa-session-in-parleys-site/</guid>
		<description><![CDATA[The SOA world as definiton is depicted in detail in these sessions provided by Parley&#8230;Soa Lite and Soa Sans SOAP by Dennis Sosnoski. So keep your head calmn and your puts up when diving into the deep sea of SOA methology and acronyms. In addition, SOA methology by Cap Gemini consultant Steve Jones highlights that is [...]]]></description>
			<content:encoded><![CDATA[<p>The SOA world as definiton is depicted in detail in these sessions provided by Parley&#8230;<em><a title="SOA Lite session" href="http://www.parleys.com/display/PARLEYS/SOA+lite" target="_blank">Soa Lite</a> and <a title="SOA sans SOAP" href="http://www.parleys.com/display/PARLEYS/SOA+sans+SOAP">Soa Sans SOAP</a> by <a title="Dennis Sosnoski site" href="http://www.sosnoski.co.nz/" target="_blank">Dennis Sosnoski</a></em>. So keep your head calmn and your puts up when diving into the deep sea of SOA methology and acronyms. In addition, <em><a title="SOA methology" href="http://www.parleys.com/display/PARLEYS/SOA+methodolology" target="_blank">SOA methology</a></em> by Cap Gemini consultant Steve Jones highlights that is is not the technology that plays the vital role in SOA&#8230;it is eventually the business needs&#8230;the needs of the customer. I found a real good article describing the XFire web service implementation &#8230;.<em><a title="Web Services on XFire - Fast Forward to 2007" href="http://www.itarchitect.co.uk/articles/display.asp?id=344" target="_blank">Web Services on XFire – Fast Forward to 2007</a> by Sing Li</em></p>
<p>Securing XFire Webservices can be accomplished by using Acegy - read <a title="XFire Web Services security" href="http://www.jroller.com/sqyuan/entry/using_acegi_for_authentication_authorization" target="_blank"><font color="#b96f17"><em>Using Acegi With XFire For Web Service Authentication &#038; Authorization</em></font></a>. And in case you would need JAXB 2 Schema validaiton&#8230;set the <em><a title="XFire and JAXB 2" href="http://xfire.codehaus.org/JAXB+2.0" target="_blank">XFire to use JAXB2</a></em>&#8230;you need 1.5 JVM to be able to use it thought</p>
<p>I attended 3 days Web Services training course organised by ICT-training house- <a title="ICT company Tieturi Oyj" href="http://www.tieturi.fi/inenglish/" target="_blank"><em>Tieturi oyj</em></a><em>. </em>The web service project is now accomplished and it is time to seek other coding challenges&#8230;.only limitation in using XFire is the support for Complex types mapping&#8230;as it doesen&#8217;t provide out-of-the-box support for Collections&#8230;only Arrays of objects are the esasiest way of dealing Collections&#8230;or not so fancy way of creating aegis specfic xml-mappings file into the same package where the equilent source code is located&#8230;.&#8221;<em>/org/codehaus/xfire/Employee.aegis.xml</em></p>
<p><em />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/12/soa-session-in-parleys-site/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>my first web service implementation&#8230;wicket in action early access pdf-edition by manning</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/09/my-first-web-service-implementation/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/09/my-first-web-service-implementation/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 05:36:43 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>XFire</category>
	<category>Web Services</category>
	<category>Bea</category>
	<category>Apache CFX</category>
	<category>Maven 2</category>
	<category>Appfuse-light</category>
	<category>Apache Wicket</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2008/02/09/my-first-web-service-implementation/</guid>
		<description><![CDATA[Hi,
I was given a web service implementation request to faciliate one specific order process and give it entry into the Web Service hemisphere. Well, learned from previous experiences from pervious employer I had itching feeling about the technologies that might help me to find solutions to the given problem given the limitation of not been able to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I was given a web service implementation request to faciliate one specific order process and give it entry into the Web Service hemisphere. Well, <a title="xfire web service link" href="http://jaanabrockmannpasishemeikka.org/blog1/2007/05/30/attending-developing-bea-portal-92-courseweb-services-in-xfire-way/" target="_blank"><em>learned from previous experiences from pervious employer</em></a> I had itching feeling about the technologies that might help me to find solutions to the given problem given the limitation of not been able to use JEE specific implementations and the light web-container specific environment like apache tomcat and my lack of experience of implementing web services.  Fortunately, <em><a title="Myeclipse eclipse plug-in" href="http://www.myeclipseide.com/" target="_blank">Myeclipse </a></em>provides good tooling to utilize Xfire impelentation&#8230;so I take a look at the Xfire user guide and the job was done in no time&#8230;.but also <em><a title="Appfuse xfire web services impelentation explained in detail" href="http://appfuse.org/display/APF/Web+Services" target="_blank">Matt Raible&#8217;s Appfuse specific web services section</a></em> implemented in appfuse gave me good starting point. The Xfire is nowdays known also as Apache CFX..but given the JVM 1.4 limitaitons I could not implement the web service interface using annotations as in the <a title="simple Apache CXF 2 web service sample" href="http://cwiki.apache.org/CXF20DOC/a-simple-jax-ws-service.html" target="_blank"><em>simple CFX web service sample</em></a>&#8230;so <em><a title="Xfire quick start guide" href="http://xfire.codehaus.org/Quick+Start" target="_blank">XFire specific quick start guide</a></em> provieds the steps needed  to take in order to implement and test the web service WSDL file. I carried out the testing using <em><a title="testing web services using SOAPUI" href="http://www.soapui.org/" target="_blank">SOAPUI</a></em>- free testing tool for web services.</p>
<p> </p>
<p>Other given task at hand is about implementing user interface using Apache Wicket framework - the Serverside article <em><a title="Introducing Apache Wicket by Nick Heudecker" href="http://www.theserverside.com/tt/articles/article.tss?l=IntroducingApacheWicket" target="_blank">Introducing Apache Wicket by Nick Heudecker</a> </em>gives good head start&#8230;and good companion to that is also Mannings early access editon of <em><a title="mannings early access editon of wicket in action" href="http://www.manning.com/dashorst/" target="_blank">Wicket in action</a></em>&#8230;fortunately appfuse-light specific implemantation provides good code base to start impelenting your wicket project&#8230;other possibility is to create <em><a title="Apache Wicket quick start" href="http://wicket.apache.org/quickstart.html" target="_blank">wicket quick start templete</a></em> using maven2. Maven specific issues are explainde in guite in detail in Java World article <a title="Maven 2 POM demystified" href="http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html?page=1" target="_blank"><em>Maven 2 POM demystified</em></a><em>&#8230;.</em>and read also the follow-up article <a title="unveil the maven 2 power to utilize steamlined building of application project" href="http://www.javaworld.com/javaworld/jw-02-2006/jw-0227-maven.html" target="_blank"><em>Get the most out of Maven 2 site generation</em></a><em>&#8230;</em>or you could also use ant with maven <em>..to enable</em> maven to take care of the jar depenencies and then to the excat beploy phase using ant maven tasks&#8230;as was done in <em><a title="appfuse-light download site" href="https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8439">appfuse-light</a></em> implementaiton.  I faced still the diallemma of how to enable the usage of maven with Weblogic server 8.1&#8230;the problem was solved in an blog post- <a title="deploying to Weblogic 8.1 Server using maven 2 cargo plug-in" href="http://www.nabble.com/Success.-How-to-deploy-Weblogic-8.1-Portal-on-Cargo-Maven2-tt12609888.html" target="_blank"><em>How to deploy Weblogic 8.1 Portal on Cargo Maven2</em></a><em>. </em>Those who use Weblogic server 9.x might find maven2 article <a title="Using Appc with Maven" href="http://dev2dev.bea.com/blog/hoos/archive/2007/09/using_appc_with.html" target="_blank"><em>Using Appc</em></a><em> with Maven</em> on <a title="Hussein Badakhchani's Blog" href="http://dev2dev.bea.com/blog/hoos/" target="_blank"><em>Hussein Badakhchani&#8217;s Blog</em></a> or <em><a title="using maven2 to build Bea Weblogic portal applicaitons" href="http://dev2dev.bea.com/pub/a/2007/03/maven-weblogic-portal.html" target="_blank">using maven 2 to build bea weblogic portal applications</a></em> &#8230;bood <a title="online maven book" href="http://www.sonatype.com/book/index.html" target="_blank"><em>online maven book</em></a> - nicly categorized .</p>
<p>Or in case you are not much fun of learing the maven internals&#8211;you could either use maven plugin with netbeans&#8230;it has wonderful integration with netbeans&#8230;.as written in <em><a title="maven is magic in Netbeans" href="http://blogs.sun.com/geertjan/entry/maven_is_magic_in_netbeans" target="_blank">Maven is Magic in Netbeans in Gertjan blog</a></em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2008/02/09/my-first-web-service-implementation/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>new enchancments to EJB 3 in the form of Singleton pattern</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2008/01/26/new-enchancments-to-ejb-3-in-the-form-of-singleton-pattern/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2008/01/26/new-enchancments-to-ejb-3-in-the-form-of-singleton-pattern/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 08:49:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Java, J2EE</category>
	<category>Spring</category>
	<category>Bea</category>
	<category>JEE</category>
	<category>EJB 3</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2008/01/26/new-enchancments-to-ejb-3-in-the-form-of-singleton-pattern/</guid>
		<description><![CDATA[The article about the futher enhancments in EJB 3 specific spectrum by Reha Rahman highlits the new dimensions the EJB 3 specification is heading&#8230;added pattern of Singletons&#8230;you could send your feedback about the planned new features of EJB 3.1&#8230;give your feedback&#8230;.also big influence in the whole was the Oracle&#8217;s Bea aqusition&#8230;the the Spring supporters are [...]]]></description>
			<content:encoded><![CDATA[<p>The article about the futher enhancments in EJB 3 specific spectrum <em><a title="EJB 3.1 specifications in the serverside" href="http://www.theserverside.com/tt/articles/article.tss?l=NewFeaturesinEJB3-1" target="_blank">by Reha Rahman highlits the new dimensions the EJB 3 specification</a></em> is heading&#8230;added pattern of Singletons&#8230;you could send your feedback about the planned new features of EJB 3.1&#8230;give your feedback&#8230;.also big influence in the whole was the Oracle&#8217;s Bea aqusition&#8230;the the Spring supporters are now one mammunt&#8230;.read more about <em><a title="Rod Johnsson's Ideas about Oracle and bea merge" href="http://blog.springsource.com/main/2008/01/16/the-power-of-adoption-why-no-company-is-big-enough-to-deny-developers-what-they-want/" target="_blank">Rod Jhonsson&#8217;s feelings about this merge</a></em>. Planning to attend some major Java seminars in Europe&#8230;why not to attend <em><a title="Java Symphosium in Prague" href="http://javasymposium.techtarget.com/europe/index.html" target="_blank">Java Sympohisum held In Prague</a></em> during next Summer -</p>
<p> 
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2008/01/26/new-enchancments-to-ejb-3-in-the-form-of-singleton-pattern/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>open source JEE Application server/web server comparision</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/11/open-source-jee-application-serverweb-server-comparision/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/11/open-source-jee-application-serverweb-server-comparision/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 20:28:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
	<category>Java, J2EE</category>
	<category>JBoss</category>
	<category>JEE</category>
	<category>EJB 3</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2007/12/11/open-source-jee-application-serverweb-server-comparision/</guid>
		<description><![CDATA[hi,
just brief overview of the different features common for open source JEE application servers
jboss,geronimo and Tomcat  on JavaWorld article - Jboss,Geronimo or Tomcat ?
I just found out that Red Hat provides Jboss Developer Studio for 99 $ ..is it worth the investment&#8230;well give it a try and &#8230;..give feedback&#8230;

]]></description>
			<content:encoded><![CDATA[<p>hi,</p>
<p>just brief overview of the different features common for open source JEE application servers</p>
<p>jboss,geronimo and Tomcat  on JavaWorld article - <a target="_blank" title="JavaWorld article of open source JEE server comparison" href="http://www.javaworld.com/javaworld/jw-12-2007/jw-12-appservers.html"><em>Jboss,Geronimo or Tomcat ?</em></a></p>
<p>I just found out that Red Hat provides <a target="_blank" title="Jboss Developer Studio available" href="http://www.redhat.com/developer_studio/?intcmp=70160000000HETe"><em>Jboss Developer Studio</em></a> for 99 $ ..is it worth the investment&#8230;well give it a try and &#8230;..give feedback&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/11/open-source-jee-application-serverweb-server-comparision/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Comparing the wide spectrum of open source frameworks&#8230;</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/03/comparing-the-wide-spectrum-of-open-source-frameworks/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/03/comparing-the-wide-spectrum-of-open-source-frameworks/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 17:10:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
	<category>JEE</category>
	<category>JSF</category>
	<category>Google Maps</category>
	<category>EJB 3</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2007/12/03/comparing-the-wide-spectrum-of-open-source-frameworks/</guid>
		<description><![CDATA[Hi,
As a java developer there are plenty of open source frameworks to choose from&#8230;the streaming insight analysis into the subject in form of streaming video session under the tile of Comparing Java Web Frameworks presented by Matt Raibles &#8230;the author of Spring Live and Struts Live books. Based on the conclusion from this presentation one [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>As a java developer there are plenty of open source frameworks to choose from&#8230;the streaming insight analysis into the subject in form of streaming video session under the tile of <a target="_blank" title="Comparing Java Web Frameworks" href="http://www.parleys.com/display/PARLEYS/Comparing+Java+Web+Frameworks?showComments=true"><em>Comparing Java Web Frameworks</em></a> presented by Matt Raibles &#8230;the author of Spring Live and Struts Live books. Based on the conclusion from this presentation one doesn&#8217;t have to be worried whatever you are implementing right frameworks&#8230;use whatever frameworks you are currently using and you are fluent with using it&#8230;.that&#8217;s good news&#8230;</p>
<p>I have tried to come to terms with Stripes framework&#8230;and have also found intresting articles how to integrate JSF with EJB3 and how to itegrate google maps with it&#8230;.<a target="_blank" title="Carol McDonald's Blog - Adding a Google Map to the Sample JSF Catalog Application" href="http://weblogs.java.net/blog/caroljmcdonald/"><em>Carol MacDonald&#8217;s Blog</em></a>&#8230;</p>
<p>happy tuning with whatever frameworks you have chosen to play with on you desktop &#8212;sandbox development environment..
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2007/12/03/comparing-the-wide-spectrum-of-open-source-frameworks/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>suse specific java jvm bug&#8230;solution to the problem guite simple&#8230;but weard</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/19/suse-specific-java-jvm-bugsolution-to-the-problem-guite-simplebut-weard/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/19/suse-specific-java-jvm-bugsolution-to-the-problem-guite-simplebut-weard/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 20:17:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
	<category>java jvm-bug</category>
	<category>OpenSuse Linux</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2007/11/19/suse-specific-java-jvm-bugsolution-to-the-problem-guite-simplebut-weard/</guid>
		<description><![CDATA[Hi,
I faced very strange Sun&#8217;s java JVM specific problem - xcb_xlib.c:50: xcb_xlib_unlock: Assertion &#8216;c->xlib.lock&#8217; failed. when trying to install some IDEs to my laptop on OpenSuse 10.3 distribution&#8230;well, I tackle with it for a while&#8230;but fortunately some other users also have had similiar problems with their Suse distros...also tackling the same sun JVM bug&#8230;.see solution [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I faced very strange Sun&#8217;s java JVM specific problem -<a title="java jvm bug" target="_blank" href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373"><em> </em></a><font><a title="java jvm bug" target="_blank" href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6532373"><em>xcb_xlib.c:50: xcb_xlib_unlock: Assertion &#8216;c->xlib.lock&#8217; failed</em></a>.</font> when trying to install some IDEs to my laptop on OpenSuse 10.3 distribution&#8230;well, I tackle with it for a while&#8230;but fortunately <a title="openSuse 10.3 distro solution to the bug" target="_blank" href="http://www.suseforums.net/index.php?s=3da65db9863f59923dcf19363a0effe8&#038;showtopic=39734&#038;pid=202100&#038;st=0&#entry202100">some other users also have had similiar problems with their Suse distros.</a>..also tackling the same sun JVM bug&#8230;.see solution about the issue for that problem&#8230;
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/19/suse-specific-java-jvm-bugsolution-to-the-problem-guite-simplebut-weard/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>configuring the seams to be run under tomcat</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/17/configuring-the-seams-to-be-run-under-tomcat/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/17/configuring-the-seams-to-be-run-under-tomcat/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 11:11:12 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Tomcat</category>
	<category>Seams</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2007/11/17/configuring-the-seams-to-be-run-under-tomcat/</guid>
		<description><![CDATA[The tooling support for Seams is a bit buggy, and also not all the features what seam claims to have do not neccsarilly are not bullet proof&#8230;so it might be only functioning in Jboss&#8230;redhat propiertary application server&#8230;.I managed to run the jpa-specific application example under tomcat 6&#8230;how to run seams in non-jee application runtime environment [...]]]></description>
			<content:encoded><![CDATA[<p>The tooling support for Seams is a bit buggy, and also not all the features what seam claims to have do not neccsarilly are not bullet proof&#8230;so it might be only functioning in Jboss&#8230;redhat propiertary application server&#8230;.I managed to run the jpa-specific application example under tomcat 6&#8230;<a target="_blank" title="seams run in Tomcat 6" href="http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/"><em>how to run seams in non-jee application runtime environment &#8230;</em></a></p>
<p>I wouldn&#8217;t relay on this <a target="_blank" title="tomcat seams screencast...not proven to be functioning" href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/"><em>guide </em></a>though&#8230;.haven&#8217;t tried it
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/17/configuring-the-seams-to-be-run-under-tomcat/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Jboss 4.22 realased prior the release of 5.0 version</title>
		<link>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/01/jboss-422-realased-prior-the-release-of-50-version/</link>
		<comments>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/01/jboss-422-realased-prior-the-release-of-50-version/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 06:22:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>JBoss</category>
	<category>Seams</category>
	<category>Red Hat Developer Studio</category>
	<category>JEE</category>
		<guid isPermaLink="false">http://jaanabrockmannpasishemeikka.org/blog1/2007/11/01/jboss-422-realased-prior-the-release-of-50-version/</guid>
		<description><![CDATA[In the dark and long hours of Fall one waits for the arrival of Jboss 5.0 rease - at least I&#8217;m. The release of 4.22 provides not the full flavours of JEE but at least support for EJB 3 as you can yourself take notice of by reading Dimitris BlogB
The supported feateures of Jboss 4.22 [...]]]></description>
			<content:encoded><![CDATA[<p>In the dark and long hours of Fall one waits for the arrival of Jboss 5.0 rease - at least I&#8217;m. The release of 4.22 provides not the full flavours of JEE but at least support for EJB 3 as you can yourself take notice of by reading<em> <a title="the relase of Jboss 4.22 thoughts" target="_blank" href="http://dandreadis.blogspot.com/2007/10/jbossas-422ga-released.html">Dimitris BlogB</a></em></p>
<p>The supported feateures of Jboss 4.22 release are <a title="Jboss 4.22 release notes" target="_blank" href="http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_2_2_GA/build/docs/readme.html"><em>summarized in relase notes. </em></a></p>
<p>Detailes how to configure Jboss relase 4.22 are available on RedHat site <em><a target="_blank" title="http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/index.html" href="http://jaanabrockmannpasishemeikka.org/blog1/Jboss%20configuration%20Guide%20for%204.22">configuration</a></em>, <a title="Jboss 4.22 Clustering Guide" target="_blank" href="http://labs.jboss.com/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html"><em>clusterinng</em></a></p>
<p>Combined with the <a title="Red Hat Developer Studio " target="_blank" href="http://www.redhat.com/developers/rhds/"><em>beta2 version of Red Hat Developer Studio</em></a> you are ready to try out the Seams framework featrues and JEE features provided by Red Hat&#8217;s Jboss division. You my also try out how it is possible to desing Jboss specific <a title="Jboss rich-faces demo" target="_blank" href="http://livedemo.exadel.com/richfaces-demo/index.jsp">richfaces</a> by following <em><a title="Jboss richfaces" target="_blank" href="http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/index.html">Richfaces tutorial</a></em></p>
<p>Consulting in Jboss related technologies are provided by <a title="Jboss consultation in Finnland" target="_blank" href="http://www.jab.fi/web/jab"><em>Jab</em></a> in Finland.</p>
<p>Take a brief climpse of the<a title="Jems at Java one 2007" target="_blank" href="http://labs.jboss.com/file-access/default/members/jbosslabs/freezone/podcasts/King_JavaOne2007.m4v"><em> Jems lead developer at Java One 2007</em></a> confrence&#8230;but more developer oriented streaming video<a target="_blank" title="refactoring to Seams" href="http://www.parleys.com/display/PARLEYS/Refactoring+to+Seam+%28Web+Beans%29?showComments=true"><em> refactoring to Seam </em></a>by Brian Leonard   ..how to get rid of managed beans   configuration in JSF.<br />
Books  available about Jems-<a title="Beginning Jboss Seams book review" target="_blank" href="http://www.javalobby.org/articles/jboss-seam-rick/"><em>Beginning Jboss Seams from Novice to Professional</em></a></p>
<p>New <a title="Seams 2.0 released" target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=22866&#038;package_id=163777&#038;release_id=551158"><em>Seams version 2.0</em> </a>relased just during this week - good and precise introductive and illustrative overview about Seams is presented in video session provided by <a target="_blank" title="Seam presentation video" href="http://in.relation.to/Bloggers/SeamPresentationVideo#attachment1"><em>Christian Bauer </em></a> - don&#8217;t f orget to see the pdf-presenation file incudes the powerpoint presentation files shown during the session.<br />
also worth of intrest is to read <a title="Seam, next genaration web framework" target="_blank" href="http://www.michaelyuan.com/blog/seam-next-gen-web-framework/">Michael Yuan&#8217;s Seam book</a></p>
<p>and not that it all would be just about seams&#8230;.read the <a title="Spring 2.5 Intro" target="_blank" href="http://www.theserverside.com/tt/articles/article.tss?l=IntrotoSpring25"><em>Intro to Spring 2.5 article</em></a> in the serverside site.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://jaanabrockmannpasishemeikka.org/blog1/2007/11/01/jboss-422-realased-prior-the-release-of-50-version/feed/</wfw:commentRSS>
<enclosure url='http://labs.jboss.com/file-access/default/members/jbosslabs/freezone/podcasts/King_JavaOne2007.m4v' length='100518651' type='video/mpeg'/>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.431 seconds -->
