<?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/"
	>

<channel>
	<title>Tech99</title>
	<atom:link href="http://www.tech99.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech99.us</link>
	<description>Don&#039;t Stop Learning</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:29:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>articles-on-current-ethical-issues-in-business-news</title>
		<link>http://www.tech99.us/2012/01/articles-on-current-ethical-issues-in-business-news/</link>
		<comments>http://www.tech99.us/2012/01/articles-on-current-ethical-issues-in-business-news/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 09:05:18 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=551</guid>
		<description><![CDATA[A few moral values regarding business make a book of business ethics.There are many things to do many not to do. Business leaders need to have a thoughtful conversation about these values. Everywhere you look, there is no convincing evidence that single-minded pursuit of wealth often leads to more intelligent people to do amazingly stupid [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2012/01/articles-on-current-ethical-issues-in-business-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What GUICE (juice) do..</title>
		<link>http://www.tech99.us/2011/10/what-guice-juice-do/</link>
		<comments>http://www.tech99.us/2011/10/what-guice-juice-do/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 07:33:06 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[dependency injection]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[gin]]></category>
		<category><![CDATA[Guice]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=548</guid>
		<description><![CDATA[What Guice do. while working in layers their are several ways to connect presentation classes to service and data classes. one ways is direct Constructor calls. for example in our scenario. if we have serverside class PurchaseHandler.java which performs different functions for on purchasing an item, like delete, add, etc. we need it to access [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/10/what-guice-juice-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Upload using GWT/GUICE/GIN/Servlets</title>
		<link>http://www.tech99.us/2011/08/image-upload-using-gwt-guice-gin-servlets/</link>
		<comments>http://www.tech99.us/2011/08/image-upload-using-gwt-guice-gin-servlets/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 09:15:51 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[file upload gwt]]></category>
		<category><![CDATA[google blobstore]]></category>
		<category><![CDATA[gwt image upload]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=524</guid>
		<description><![CDATA[In previous blog entry We learnt about upload simple file to google blob store using Guice and GIN with GWT. Now in this I shall describe a technique for uploading image to blob store and displaying it back on the gwt page. Example Code can be downloaded from http://code.google.com/p/gwt-image-file-upload/. While uploading file into blobstore use [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/08/image-upload-using-gwt-guice-gin-servlets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basics of Google Datastore</title>
		<link>http://www.tech99.us/2011/08/basics-of-google-datastore/</link>
		<comments>http://www.tech99.us/2011/08/basics-of-google-datastore/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 11:10:32 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[datastore api]]></category>
		<category><![CDATA[datastore big table]]></category>
		<category><![CDATA[google datastore]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=510</guid>
		<description><![CDATA[Datastore provides a query engine and transaction. Its storage capacity grows with growth of data just like web server grows with your traffic. Unlike relational databases datastore is schema less. Basically Datastore is built on basis of a big table. Every row in a big table can have different number and type of columns than [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/08/basics-of-google-datastore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT blob upload Exception</title>
		<link>http://www.tech99.us/2011/07/gwt-blob-upload-exception/</link>
		<comments>http://www.tech99.us/2011/07/gwt-blob-upload-exception/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 10:46:18 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[blob upload]]></category>
		<category><![CDATA[Exception blob upload]]></category>
		<category><![CDATA[Must be called from a blob upload callback request]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=507</guid>
		<description><![CDATA[Uncaught exception from servlet java.lang.IllegalStateException: Must be called from a blob upload callback request. This is because Upload Url should be generated from Server on run time and form submitted on that action. for example, you need to get file upload through blobstoreService.createUploadUrl(&#8220;/data/upload&#8221;). what ever it returns submit file on that URL.]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/07/gwt-blob-upload-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT/GAE File Upload Using Guice and Gin</title>
		<link>http://www.tech99.us/2011/07/gwtgae-file-upload-gin-guice/</link>
		<comments>http://www.tech99.us/2011/07/gwtgae-file-upload-gin-guice/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 10:39:17 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[blob upload]]></category>
		<category><![CDATA[GAE file upload servlet]]></category>
		<category><![CDATA[Gin Guice dispatch]]></category>
		<category><![CDATA[GWT file Upload]]></category>

		<guid isPermaLink="false">http://www.tech99.us/?p=500</guid>
		<description><![CDATA[Client Side: 1- create Upload form in new dialog box public class UploadDialog extends DialogBox &#123; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; private void createForm&#40;&#41;&#123; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; VerticalPanel panel = new VerticalPanel&#40;&#41;; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; form = new FormPanel&#40;&#41;; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/07/gwtgae-file-upload-gin-guice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Assert in GWT</title>
		<link>http://www.tech99.us/2011/06/assert-in-gwt/</link>
		<comments>http://www.tech99.us/2011/06/assert-in-gwt/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 07:49:17 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[assert]]></category>
		<category><![CDATA[gwt assert]]></category>

		<guid isPermaLink="false">http://techstop.abidshafiq.com/?p=497</guid>
		<description><![CDATA[Asserts are removed when compiled to javascript. Use asserts for things that are so wrong that it&#8217;s a programming error that ought to be caught in development mode, and you don&#8217;t want to pay any overhead in production for it.]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/06/assert-in-gwt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Basics &#8211; Compatibility with the Java Language and Libraries &#8211; Google Web Toolkit &#8211; Google Code</title>
		<link>http://www.tech99.us/2011/06/coding-basics-compatibility-with-the-java-language-and-libraries-google-web-toolkit-google-code/</link>
		<comments>http://www.tech99.us/2011/06/coding-basics-compatibility-with-the-java-language-and-libraries-google-web-toolkit-google-code/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 06:42:57 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[GWT coding basics]]></category>
		<category><![CDATA[GWT compatibility with Java Language]]></category>
		<category><![CDATA[Language support]]></category>

		<guid isPermaLink="false">http://techstop.abidshafiq.com/?p=495</guid>
		<description><![CDATA[Language support GWT supports most of the core Java language syntax and semantics, but there are a few differences you will want to be aware of. Note: As of GWT 1.5, GWT compiles the Java language syntax that is compatible with J2SE 1.5 or earlier. Versions of GWT prior to GWT 1.5 are limited to [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/06/coding-basics-compatibility-with-the-java-language-and-libraries-google-web-toolkit-google-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GAE &#8211; upload file blobstore exception</title>
		<link>http://www.tech99.us/2011/06/gae-upload-file-blobstore-exception/</link>
		<comments>http://www.tech99.us/2011/06/gae-upload-file-blobstore-exception/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 06:31:19 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[BlobStorage]]></category>
		<category><![CDATA[GAE]]></category>
		<category><![CDATA[GWT development mode]]></category>
		<category><![CDATA[java.lang.IllegalStateException]]></category>

		<guid isPermaLink="false">http://techstop.abidshafiq.com/?p=493</guid>
		<description><![CDATA[When I run the GAE local server, the BlobStorage service works fine. When I run the GWT/GAE project in GWT development mode, however, the blob store service doesn&#8217;t work: Problem accessing /_ah/upload/aglhbHRhaXN0YXRyGwsSFV9fQmxvYlVwbG9hZFNlc3Npb25fXxgBDA. Reason: Must call one of set*BlobStorage() first. Caused by: java.lang.IllegalStateException: Must call one of set*BlobStorage() first. at Solution I&#8217;ve been able to resolve [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/06/gae-upload-file-blobstore-exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing GIT &#8211; introduction</title>
		<link>http://www.tech99.us/2011/06/installing-git-introduction/</link>
		<comments>http://www.tech99.us/2011/06/installing-git-introduction/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 07:22:18 +0000</pubDate>
		<dc:creator>Abid</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[cygwin git]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[git guide]]></category>
		<category><![CDATA[how to use GIT]]></category>
		<category><![CDATA[install git]]></category>

		<guid isPermaLink="false">http://techstop.abidshafiq.com/?p=488</guid>
		<description><![CDATA[Install git Windows For Windows, you have two options: msysGit Download and install msysGit to use Git in Windows&#8217;s cmd.exe console. Cygwin Download Cygwin. Put setup.exe in a folder of its own in your documents. Launch setup.exe. While installing Cygwin, pick these packages: git from the DEVEL category nano (if you&#8217;re wimpy) or vim (if [...]]]></description>
		<wfw:commentRss>http://www.tech99.us/2011/06/installing-git-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

