<?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>Marc Giombetti &#187; java</title>
	<atom:link href="http://www.giombetti.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giombetti.com</link>
	<description>Marc Giombetti's blog about computer science and lifestyle.</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Connection Strings</title>
		<link>http://www.giombetti.com/2008/09/29/sql-connection-strings/</link>
		<comments>http://www.giombetti.com/2008/09/29/sql-connection-strings/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 14:47:52 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[connection strings]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/?p=103</guid>
		<description><![CDATA[
In the last couple of weeks I have been working a lot with different databases which I had to connect to from Java. It is sometime stressful to look up the right format of the connection string to the database. Even though, these strings should, or are meant to be standardized, they are not.
I found [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-107" title="png-others-web_database-256x2561" src="http://www.giombetti.com/wp-content/2008/09/png-others-web_database-256x2561.png" alt="" width="155" height="165" /></p>
<p>In the last couple of weeks I have been working a lot with different <a href="http://en.wikipedia.org/wiki/Database" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">databases</a> which I had to connect to from Java. It is sometime stressful to look up the right format of the <a href="http://en.wikipedia.org/wiki/Connection_string" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/en.wikipedia.org');">connection string</a> to the database. Even though, these strings should, or are meant to be standardized, they are not.</p>
<p>I found this very helpful website <a href="http://www.connectionstrings.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.connectionstrings.com');">ConnectionStrings.com </a>which lists the connection strings for open-source as well as professional commercial databases. This list includes among others, the connection strings for Microsoft SQL Server 2008, MySQL, Oracle, IBM DB2, Informix, Postgre SQL, Caché, SQLite, &#8230;</p>
<p>I want to share this information with you, because it can save you a lot of time, looking up those strings in tutorials or in the documentation of the different databases.<span id="more-103"></span></p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://www.connectionstrings.com/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.connectionstrings.com');">ConnectionStrings.com</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2008/09/29/sql-connection-strings/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SMSing &#8211; SMS client and server</title>
		<link>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/</link>
		<comments>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 18:27:58 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/</guid>
		<description><![CDATA[In this post, I present you a tiny program to send SMS messages through the internet:
SMSing is a simple client/server based application to send SMS text messages through the Internet using Clickatell as service provider. The application supports multiple users, credits, logging aso. In the current version, SMSing should not be used in a productive [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.giombetti.com/wp-content/2008/03/screenshot1-small.jpg" alt="SMSing Screenshot" align="left" /><span class="text"><span class="text">In this post, I present you a tiny program to send SMS messages through the internet:</span></span></p>
<p><strong>SMSing</strong> is a simple client/server based application to send SMS text messages through the Internet using Clickatell as service provider. The application supports multiple users, credits, logging aso. In the current version, SMSing should not be used in a productive environment, but shall demonstrate how to use and combine different technologies to send SMS´s. Nevertheless SMSing is really interesting for people sending lots of SMS who are bored to type the text using the keyboard of their mobile phones and pay the high prices of their mobile providers. SMSing even allows you to send anonymous messages, or messages with fake sender-number.</p>
<p><span id="more-35"></span><span class="text"><span class="text"><span class="text">On the server side the application uses PHP for the scripting and mySQL for the storage of the user logins, credits, logging aso. If you configure a callback URL in your Clickatell Central API account, you even get the delivery status and time of your messages.</span></span></span></p>
<p>On the client side a simple Java 5.0 GUI forwards the messages to the server application, and the server application does the logging and billing and forwards the message to the Clickatell servers.</p>
<p>For further information you should consult the <a href="http://www.giombetti.com/downloads/SMSing%20-%20Readme" title="SMSing - Readme">Readme file</a>.</p>
<p><strong>Download<br />
</strong><img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a title="SMSing Binaries" href="http://www.giombetti.com/downloads/SMSing%20-%20Binaries">SMSing &#8211; Binaries<br />
</a><img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/SMSing%20-%20Sources">SMSing &#8211; Sources</a><a title="SMSing - Sources" href="http://www.giombetti.com/wp-content/2008/03/smsing-10-sources.zip"><br />
</a><img src="http://www.giombetti.com/wp-content/2008/03/pdf16x16.gif" alt="PDF 16×16" /> <a href="http://www.giombetti.com/downloads/SMSing%20-%20Readme" title="SMSing - Readme">SMSing &#8211; Readme</a><br />
<a href="http://giombetti.com/documents/SMSing_README.pdf" target="_blank" onclick="javascript:pageTracker._trackPageview ('/downloads/pdf/smsing_readme.pdf');"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2006/09/04/smsing-sms-client-and-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WebsiteWatcher &#8211; An easy to use website monitor with SMS notification</title>
		<link>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/</link>
		<comments>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 18:15:28 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[website watcher]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/</guid>
		<description><![CDATA[I use this post to present you one very simple but effective program to monitor static web pages and to send you an SMS message in case of changes on the website. I called the tool WebsiteWatcher:
WebsiteWatcher allows you to monitor a specific (static) website for changes. If the page is updated, you immediately get [...]]]></description>
			<content:encoded><![CDATA[<p>I use this post to present you one very simple but effective program to monitor static web pages and to send you an SMS message in case of changes on the website. I called the tool WebsiteWatcher:</p>
<p><span class="text"><strong>WebsiteWatcher</strong> allows you to monitor a specific (static) website for changes. If the page is updated, you immediately get an SMS message as notification. This tool was initially used to monitor university websites where results of exams were published. Please notice that this simple tool only works for static pages. <strong><a href="http://affiliates.clickatell.com/central/campaigns/redir.php?cid=2489" onclick="javascript:pageTracker._trackPageview ('/outbound/affiliates.clickatell.com');">Clickatell</a></strong> is used as SMS provider. It provides a reliable, fast and cheap SMS-gateway for 578 networks in 192 countries.</span></p>
<p><span id="more-31"></span><strong>Download</strong><br />
<img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/WebsiteWatcher%20-%20Binaries" title="WebsiteWatcher - Binaries">WebsiteWatcher &#8211; Binaries</a><br />
<img src="http://www.giombetti.com/wp-content/2008/03/zip_icon.gif" alt="ZIP Icon" /> <a href="http://www.giombetti.com/downloads/WebsiteWatcher%20-%20Sources" title="WebsiteWatcher - Sources">WebsiteWatcher &#8211; Sources</a><br />
<center><a href="http://affiliates.clickatell.com/central/campaigns/redir.php?cid=2509" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/affiliates.clickatell.com');"><img src="http://www.clickatell.com/central/ads/adview.php?bannerID=9" align="left" border="0" /></a></center><br />
<span class="text"></span> <span class="text"><span class="text"></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2006/08/21/websitewatcher-an-easy-to-use-website-monitor-with-sms-notification/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
