<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Ashish Kulkarni</title>
	<link>http://www.ashishkulkarni.com</link>
	<description>Ashish Kulkarni's website on Java Technology, JBoss, Seam, Scotland, UK, Photography and more...</description>
	<lastBuildDate>Tue, 28 Oct 2008 21:57:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>JBoss Seam 2.1.0.GA seam-gen bug</title>
		<description>There are 2 bugs in seam-gen of JBoss Seam 2.1.0.GA in the following 2 files:

view/view.xhtml.ftl - Line 100

property=parentParentPojo.indentifierProperty -&#62; property=parentParentPojo.identifierProperty

view/edit.xhtml.ftl - Line 127

property=parentParentPojo.indentifierProperty -&#62; property=parentParentPojo.identifierProperty

Once you have made the above changes, you will need to run seam delete-project and seam create-project before progressing further. </description>
		<link>http://www.ashishkulkarni.com/jboss-seam-210ga-seam-gen-bug/</link>
			</item>
	<item>
		<title>Introduction to JBoss Seam - PDF</title>
		<description>A copy of my presentation on JBoss Seam in PDF format is available here.

Feel free to mail me your feedback at ashish@ebizss.com. </description>
		<link>http://www.ashishkulkarni.com/introduction-to-jboss-seam-pdf/</link>
			</item>
	<item>
		<title>JBoss Seam 2.1.0.GA Released!!!</title>
		<description>JBoss have released 2.1.0.GA release of JBoss Seam. The highlights include identity management framework with ACL style permissions, an Excel reporting module, an embellished and more flexible seam-gen, first class support for Wicket, built-in support for URL rewriting and a technology preview of JAX-RS (REST) support through the RESTeasy project.

It ...</description>
		<link>http://www.ashishkulkarni.com/jboss-seam-210ga-released/</link>
			</item>
	<item>
		<title>svnant - Using SVN with ANT</title>
		<description>What you will need to get the ANT svn task to work is:

JDK 1.5/1.6 - You can get that here.
ANT - You can get that here.
SVN client - You can get that here. You will need to register for this.
SvnAnt zip file - You can get that here.

Here is what ...</description>
		<link>http://www.ashishkulkarni.com/svnant-using-svn-with-ant/</link>
			</item>
	<item>
		<title>Installing SubVersion on Fedora Linux</title>
		<description>To install subversion on Linux and make it available over Apache, I took the following steps:

Install subversion on Fedora

yum install subversion

Install mod_dav_svn

yum install mod_dav_svn

Create the SVN Repository

mkdir /svn/repos
svnadmin create /svn/repos/sandbox


Change ownership of the folder to Apache

chown -R apache.apache /svn

Create /svn/repos/sandbox/svnauth file


[/]
user1 = rw
user2 = r


Here, user user1 will have read-write ...</description>
		<link>http://www.ashishkulkarni.com/installing-subversion-on-fedora-linux/</link>
			</item>
	<item>
		<title>JBoss Seam 2.1.0.CR1 Released</title>
		<description>JBoss have released version 2.1.0.CR1 of JBoss Seam.

This includes a lot of bug fixes and new features. Notably, it now has support for Wicket.

Download it or read the release notes here. </description>
		<link>http://www.ashishkulkarni.com/jboss-seam-210cr1-released/</link>
			</item>
	<item>
		<title>RichFaces 3.2.2.GA Released</title>
		<description>RichFaces 3.2.2.GA has been released. This release includes a lot of new components and a few bug fixes.

You can download this from here. </description>
		<link>http://www.ashishkulkarni.com/richfaces-322ga-released/</link>
			</item>
	<item>
		<title>JBoss Seam Presentation at UK Java User Group</title>
		<description>I had the opportunity to talk on JBoss Seam at the UK Java User Group for Scotland (UK JUGS). Their events link is - http://ukjugs.org/display/main/Events

My presentation is available to download in PDF format - Introduction to JBoss Seam - Notes.pdf

You can get a glimpse of the demo that was a ...</description>
		<link>http://www.ashishkulkarni.com/jboss-seam-presentation-at-uk-java-user-group/</link>
			</item>
	<item>
		<title>JBoss AS 4.2.3.GA released</title>
		<description>JBoss have released version 4.2.3.GA of their JBoss Application Server.

This is the 3rd bug fixing release of the JBoss Application Server v4.2 series. The aim of this release is to provide fixes for bugs reported by the community against previous JBossAS v4.2.x releases. There were some backwards compatible component upgrades ...</description>
		<link>http://www.ashishkulkarni.com/jboss-as-423ga-released/</link>
			</item>
	<item>
		<title>Introduction to JBoss Seam Framework</title>
		<description>Before introducing JBoss SEAM Framework, I would like to put some background into perspective first.

Most Java Developers are aware of Model-View-Controller (MVC) frameworks such as Struts and more recently JavaServer Faces or JSF. JSF + Java Persistence API (JPA) combination have a lot of advantages over Struts + EJB 2 ...</description>
		<link>http://www.ashishkulkarni.com/introduction-to-jboss-seam-framework/</link>
			</item>
</channel>
</rss>
