<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>N, Varun » MySQL</title>
	
	<link>http://nbguru.wordpress.com</link>
	<description>"Whatever I have interest in, I am able to develop passion for it"</description>
	<lastBuildDate>Fri, 24 Jul 2009 07:35:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="nbguru.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://www.gravatar.com/blavatar/c725bd8007527dd8e5c6921b14a73b6c?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>N, Varun » MySQL</title>
		<link>http://nbguru.wordpress.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nbguru-mysql" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>SQL Editor and NetBeans | #1</title>
		<link>http://nbguru.wordpress.com/2009/05/30/sql-editor-and-netbeans-part-1/</link>
		<comments>http://nbguru.wordpress.com/2009/05/30/sql-editor-and-netbeans-part-1/#comments</comments>
		<pubDate>Sat, 30 May 2009 10:05:23 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Win XP]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=1662</guid>
		<description><![CDATA[In the previous blog, I mentioned SQL Editor. NetBeans has improved it in every release in the past 2 years and it looks great these days. Here&#8217;s a sneak-peek;

This figure shows the SQL Editor window along with the results shown for the command executed, written in the editor (select * from nbusers). Also, you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1662&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In the <a href="http://nbguru.wordpress.com/2009/05/25/mysql-netbeans-and-sql-editor/" target="_blank">previous blog</a>, I mentioned <a title="http://www.netbeans.org/features/all.html#db" href="http://www.netbeans.org/features/all.html#db" target="_blank"><strong>SQL Editor</strong></a>. NetBeans has improved it in every release in the past 2 years and it looks great these days. Here&#8217;s a sneak-peek;</p>
<p style="text-align:center;"><a href="http://nbguru.files.wordpress.com/2009/05/sqleditor-sneak-peek.jpg" target="_blank"><img class="aligncenter size-full wp-image-1698" title="Click to enlarge!" src="http://nbguru.files.wordpress.com/2009/05/sqleditor-sneak-peek.jpg?w=282&#038;h=110" alt="Click to enlarge!" width="282" height="110" /></a></p>
<p>This figure shows the <strong>SQL Editor</strong> window along with the results shown for the command executed, written in the editor (<strong>select * from nbusers</strong>). Also, you can see numerous toolbar buttons, and results are shown in similar way as if it was any CRUD application. We will discuss this in more detail in following section and follow-up blogs.</p>
<h3>Key Features..</h3>
<p><span style="text-decoration:underline;"><strong>Execute Command</strong></span></p>
<p>To execute any SQL query within the <strong>NetBeans IDE</strong>, you must write the necessary queries in the SQL Editor shown above. Then, you may use a shortcut key (<strong>Ctrl-Shift-E</strong>) or make use of the icon (<a href="http://nbguru.files.wordpress.com/2009/05/sqleditor-run-sql-button.png"><img class="alignnone size-full wp-image-1699" title="Run SQL (Ctrl+Shift+E)" src="http://nbguru.files.wordpress.com/2009/05/sqleditor-run-sql-button.png?w=15&#038;h=16" alt="Run SQL (Ctrl+Shift+E)" width="15" height="16" /></a>), clicking this toolbar button will execute the queries against the selected database (shown in drop-down list of <strong>Connection</strong>&#8217;s), and relevant feedback is generated in                 the <strong>Output window</strong> (see figure). Also, results are shown as mentioned earlier.</p>
<p style="text-align:center;"><a href="http://nbguru.files.wordpress.com/2009/05/sqleditor-execute-command.jpg" target="_blank"><img class="aligncenter size-full wp-image-1700" title="Click to enlarge!" src="http://nbguru.files.wordpress.com/2009/05/sqleditor-execute-command.jpg?w=282&#038;h=164" alt="Click to enlarge!" width="282" height="164" /></a></p>
<p><span style="text-decoration:underline;"><strong>SQL History</strong></span></p>
<p>Now, we will have a look at another cool feature, known as <strong>SQL History</strong>. You can read more about it on some of the Sun blogs written by;  <a title="Click me for more details.." href="http://blogs.sun.com/dashboy/entry/netbeans_6_5_sql_history" target="_blank"></a></p>
<p><a title="Click me for more details.." href="http://blogs.sun.com/dashboy/entry/netbeans_6_5_sql_history" target="_blank">John Baker</a><em> </em></p>
<p style="padding-left:30px;"><em>A new database feature in NetBeans 6.5 is the ability to save and reuse SQL statements that have been executed. A dialog listing SQL statements along with the date executed can be opened from the SQL Editor by right-clicking within the editor and choosing SQL History or clicking an image button for SQL History in the SQL Editor toolbar.</em> <a title="Click me for more details.." href="http://blogs.sun.com/branajam/entry/netbeans_6_5_sql_history" target="_blank"></a></p>
<p><a title="Click me for more details.." href="http://blogs.sun.com/branajam/entry/netbeans_6_5_sql_history" target="_blank">James Branam</a><em> </em></p>
<p style="padding-left:30px;"><em>The order the statements appears in is descending, the more recently executed statement appears at the top of the dialog. To help search for an SQL statement, you can choose the connection for the database against which the statement was executed.</em></p>
<p>Here&#8217;s a quick view of the feature;</p>
<p style="text-align:center;"><a href="http://nbguru.files.wordpress.com/2009/05/sqleditor-sql-history.jpg"><img class="aligncenter size-full wp-image-1703" title="Click to enlarge!" src="http://nbguru.files.wordpress.com/2009/05/sqleditor-sql-history.jpg?w=282&#038;h=155" alt="Click to enlarge!" width="282" height="155" /></a></p>
<p><span style="text-decoration:underline;"><strong>Integration with Database Explorer</strong></span></p>
<p>This is also one of the coolest features about SQL Editor, i.e. its integrated with Database Explorer shown in <strong>Services</strong> window, goto &#8220;Window | Services&#8221; or hit the shortcut keys (Ctrl+5) on Windows Operating System to access the window.</p>
<p style="text-align:center;"><a href="http://nbguru.files.wordpress.com/2009/05/sqleditor-integrated-db-explorer.jpg"><img class="aligncenter size-full wp-image-1705" title="Click to enlarge!" src="http://nbguru.files.wordpress.com/2009/05/sqleditor-integrated-db-explorer.jpg?w=282&#038;h=163" alt="Click to enlarge!" width="282" height="163" /></a></p>
<p>This figure shows <strong>Database Explorer </strong>on the left, while the SQL Editor on the right and Output window at the bottom of the two. Here you could see database (created for demonstration) named <strong>prayogshala</strong> is connected on MySQL Server running on localhost. It has only one table named <strong>nbusers</strong>, which consists of attributes (username, firstname, lastname).</p>
<h3>Blast from the Past,</h3>
<p>I google&#8217;d a bit about the presence of <a title="Google search results.." href="http://www.google.com/search?q=sql+editor+sun+blogs" target="_blank">NetBeans SQL Editor on Sun blogosphere</a> and I was amazed to find a blog which dates back to <strong>Year 2005</strong>, when SQL Editor was first introduced into the NetBeans IDE. It was none other than, <a href="http://blogs.sun.com/geertjan" target="_blank">Geertjan Wielenga</a> who <a title="Click me for more details.." href="http://blogs.sun.com/geertjan/entry/new_sql_editor_in_netbeans" target="_blank"><strong>blogged</strong></a> about it&#8230;</p>
<p style="padding-left:30px;"><em>One area that&#8217;s improved significantly in NetBeans IDE 5.0 is the SQL Editor. In fact, there never was an SQL Editor before. In NetBeans IDE 4.1 &#8212; and the releases before that &#8212; you had a very small space where you could type SQL commands for sending to the database.</em></p>
<p>Also, you could read more about the <a title="Click me for more details.." href="http://davidvancouvering.blogspot.com/search/label/netbeans" target="_blank">SQL Editor and related features</a> from &#8220;David Van Couvering&#8217;s blog&#8221;, <a title="Click me for more details.." href="http://blogs.sun.com/netbeansphp/entry/sql_code_completion_in_the" target="_blank">Embedding of SQL Editor support into PHP Editor</a> from the &#8220;NetBeans PHP Team&#8217;s blog&#8221;. Finally, don&#8217;t miss out on the <a title="Click me for more details.." href="http://davidvancouvering.blogspot.com/2008/08/new-plugin-for-plsql-editor-in-netbeans.html" target="_blank">award-winning plugin </a>(<strong>PL/SQL Editor</strong>) created during NetBeans Innovator Grants.</p>
<blockquote>
<h3 style="text-align:center;">This is in fact my 150th blog entry over here.<br />
Indeed, its a special one!</h3>
</blockquote>
<h3>Hmmm&#8230;</h3>
<p>So, this was just a brief overview of the features currently supported by NetBeans IDE. The follow-up blogs will continue to focus on either some/all of these features in detail.<strong> </strong></p>
<blockquote>
<p style="text-align:center;"><strong>This blog has been contributed to <a href="http://nb-community-docs.blogspot.com/" target="_blank">NetBeans Community Docs Program</a> and for latest updates on this content, refer to the <a title="http://wiki.netbeans.org/UsingSQLEditorInNetBeans" href="http://wiki.netbeans.org/UsingSQLEditorInNetBeans" target="_blank">contribution</a>.</strong></p>
</blockquote>
<p><strong>Stay tuned for more..</strong></p>
Posted in MySQL, NetBeans, Win XP  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1662/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1662/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1662/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1662&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2009/05/30/sql-editor-and-netbeans-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2009/05/sqleditor-sneak-peek.jpg" medium="image">
			<media:title type="html">Click to enlarge!</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2009/05/sqleditor-run-sql-button.png" medium="image">
			<media:title type="html">Run SQL (Ctrl+Shift+E)</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2009/05/sqleditor-execute-command.jpg" medium="image">
			<media:title type="html">Click to enlarge!</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2009/05/sqleditor-sql-history.jpg" medium="image">
			<media:title type="html">Click to enlarge!</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2009/05/sqleditor-integrated-db-explorer.jpg" medium="image">
			<media:title type="html">Click to enlarge!</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL, NetBeans and SQL Editor</title>
		<link>http://nbguru.wordpress.com/2009/05/25/mysql-netbeans-and-sql-editor/</link>
		<comments>http://nbguru.wordpress.com/2009/05/25/mysql-netbeans-and-sql-editor/#comments</comments>
		<pubDate>Mon, 25 May 2009 09:40:09 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=1647</guid>
		<description><![CDATA[I have been busy lately thanks to my internship project, which almost got screwed up. I was working in a team of 4 people, where we were building a web application, that was initially deployed at JBoss Server using JBoss Eclipse IDE (old version). Also, we had to interact with the centralized Oracle Server to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1647&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have been busy lately thanks to my internship project, which almost got screwed up. I was working in a team of 4 people, where we were building a web application, that was initially deployed at JBoss Server using JBoss Eclipse IDE (old version). Also, we had to interact with the centralized Oracle Server to setup our database for running the website.</p>
<p>Now, having being trained on some of those technologies in past few months, I thought it won&#8217;t be much of an issue. However, at the beginning of this month, I faced some weird issues which had no obvious answers. There weren&#8217;t any silly mistakes either. We were facing some issues with Oracle connectivity. I am not blaming Oracle or the company where we did the project. But, mix of old and new technologies, turned out to be quite confusing resulting in lot of trouble.</p>
<p>We were running out of time, so we decided to migrate our database to MySQL Server and use NetBeans 6.5 IDE, instead of old version of Eclipse. In the last 2 weeks, we were changing IDE&#8217;s, Servers and what not? After surpassing many hurdles, we completed the project and deployed it on the intranet with no issues.</p>
<p><span style="text-decoration:underline;"><strong>Technologies Used</strong></span></p>
<p style="padding-left:30px;"><strong>Servers:</strong><strong> </strong>Apache Tomcat 6.0 Server running on one system, while the MySQL Server 4.x running on some other system.</p>
<p style="padding-left:30px;"><strong>Integrated Development Environments:</strong> JBoss IDE for Eclipse (2.0.0.beta2), Adobe Flex Builder 3 (Trial Version) and NetBeans 6.5</p>
<p><span style="text-decoration:underline;"><strong>Experience</strong></span></p>
<p style="padding-left:30px;">Although, we faced many hurdles while we strive towards  the project completion, I picked up many skills and learned many tricks to speed up the development. It was an amazing experience and certainly enriching one! <strong>Stay tuned to my blog to learn a few</strong>.</p>
<p>Also, I loved using <strong>SQL Editor</strong> provided by NetBeans IDE, it was so easy to manage the databases. Whenever you &#8220;Execute Command&#8230;&#8221; any SQL query, the data shown in form of the table is basically a CRUD application. It looked like the Java Application, you could have made using Swing Application Framework in NetBeans IDE. In the following blogs, you would get to know more about SQL Editor. Now, internship is over and I am back in my home town.</p>
Posted in MySQL, NetBeans, Personal, RIA  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1647&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2009/05/25/mysql-netbeans-and-sql-editor/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>
	</item>
		<item>
		<title>Awards: NetBeans back with a bang</title>
		<link>http://nbguru.wordpress.com/2009/01/14/awards-netbeans-back-with-a-bang/</link>
		<comments>http://nbguru.wordpress.com/2009/01/14/awards-netbeans-back-with-a-bang/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:24:43 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[Contests]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Platform]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=1593</guid>
		<description><![CDATA[Winners of the Developer.com Product of the Year 2009 have been announced and you won&#8217;t be surprised to know..
NetBeans is certainly back with a bang ! We won FIVE awards out of TWELVE..
Here&#8217;s an excerpt from the announcement,
In the past due to close races, runner ups were also recognized. This year there were no close [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1593&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Winners of the <a href="http://www.developer.com/java/other/article.php/3795991" target="_blank">Developer.com Product of the Year 2009</a> have been announced and you won&#8217;t be surprised to know..</p>
<p><strong>NetBeans</strong> is certainly <strong>back with a bang</strong> ! We won <a href="http://blogs.sun.com/seapegasus/entry/thanks_for_voting_for_your" target="_blank"><strong>FIVE</strong> awards</a> out of TWELVE..</p>
<p>Here&#8217;s an excerpt from the announcement,</p>
<p style="padding-left:30px;"><em>In the past due to close races, runner ups were also recognized. This year there were no close calls. Each winner won its category with a respectable margin. </em></p>
<p style="padding-left:30px;"><em>In the case of Java Tools the winner had almost three times the votes of the others finalists in the category combined.</em></p>
<p style="padding-left:30px;"><em>It is no surprise that the Development Tool category received the most votes. The second most popular category continues to be Open Source. Looking back over the last two years this shouldn&#8217;t be surprising at all. </em></p>
<p style="padding-left:30px;"><em>The top two categories last year were Development Tool and Open Source. Two years ago the top categories were Wireless/Mobile and Open Source.<br />
</em></p>
<p>Last year, we won under the categories: Developer Tool, Java Tool and Wireless/Mobile Development Tool.. You can also take a look at the <a title="More Developer.com Awards.." href="http://www.netbeans.org/about/press/awards.html" target="_blank">hall of fame</a> , where we have won more awards over the past several years.. You haven&#8217;t yet started using NetBeans? What are you waiting for?</p>
<h3 style="text-align:center;">NetBeans Community Rocks!</h3></p>
Posted in Contests, MySQL, NetBeans, Platform  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1593/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1593&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2009/01/14/awards-netbeans-back-with-a-bang/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>
	</item>
		<item>
		<title>Woodstock Migrates to ICEfaces</title>
		<link>http://nbguru.wordpress.com/2008/12/18/woodstock-migrates-to-icefaces/</link>
		<comments>http://nbguru.wordpress.com/2008/12/18/woodstock-migrates-to-icefaces/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 19:31:47 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[JSF]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=1380</guid>
		<description><![CDATA[Hey,
Today, NetBeans Team announcing a joint effort between NetBeans and strategic partner ICEsoft to offer support for Woodstock users. With the latest ICEfaces-NetBeans Plugin, Woodstock users will be able to migrate and maintain their existing projects, and ICEfaces has provided a detailed porting guide to explain the process.
For more details and resources, check out this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1380&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey,</p>
<p>Today, NetBeans Team announcing a joint effort between <strong><a href="http://netbeans.org/" target="_blank">NetBeans</a></strong> and <a href="http://www.netbeans.org/community/partners/list-strategic.html" target="_blank">strategic partner</a> <strong><a href="http://www.icesoft.com/" target="_blank">ICEsoft</a></strong> to offer support for Woodstock users. With the latest <strong>ICEfaces-NetBeans</strong> <strong>Plugin</strong>, Woodstock users will be able to migrate and maintain their existing projects, and ICEfaces has provided a detailed porting guide to explain the process.</p>
<p>For more details and resources, check out this News Item;</p>
<p><a href="http://www.netbeans.org/servlets/NewsItemView?newsItemID=1324" target="_blank">http://www.netbeans.org/servlets/NewsItemView?newsItemID=1324</a></p>
<p>Happy NetBeaning!</p>
Posted in JSF, MySQL, NetBeans, Web  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/1380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/1380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/1380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/1380/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/1380/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/1380/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=1380&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/12/18/woodstock-migrates-to-icefaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP to Javascript | Hyperlink Navigation</title>
		<link>http://nbguru.wordpress.com/2008/08/19/php-to-javascript-hyperlink-navigation/</link>
		<comments>http://nbguru.wordpress.com/2008/08/19/php-to-javascript-hyperlink-navigation/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 09:56:19 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=533</guid>
		<description><![CDATA[Wow, another surprise, did I miss something in release notes! I hunted again and again, I think I got the treasure first   Actually, today I was again looking into PHP support, so thought of opening my first ever PHP application, I created using Dreamweaver 8, WAMPServer (which was actually my semester project) last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=533&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Wow, another surprise, did I miss something in <strong>release notes</strong>! I hunted again and again, I think I got the treasure first <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Actually, today I was again looking into PHP support, so thought of opening my first ever PHP application, I created using Dreamweaver 8, WAMPServer (which was actually my semester project) last December.</p>
<p>I was going through application&#8217;s <strong>index.php</strong>, which had embedded php scripts, and links to javascripts using following tags-</p>
<pre>&lt;script type="text/javascript" src="styles/some_script.js"&gt;&lt;/script&gt;</pre>
<p>where <strong>styles/some_script.js</strong> is the script used, along with 2 more scripts. So, in body tag, there was a call to one of the functions belonging to one of the three <strong>.js</strong> files, like-</p>
<pre>&lt;body onload="javascript:call_func();"&gt;</pre>
<p>So, today I was thinking, it would be nice if I click on this function, and get directed to the javascript which has this function, started visualizing it. By mistake, I pressed <strong>CTRL</strong> (Windows users) and started hovering the mouse over <strong>&#8220;javascript:call_func();&#8221;</strong> I was shocked to see it actually detected a hyperlink, I clicked and another shock, it navigated me to the exact line where the function is defined in a particular javascript.</p>
<p>Amazing, isn&#8217;t it? Another cool discovery <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>What are you upto? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nbguru.wordpress.com/533/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nbguru.wordpress.com/533/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/533/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/533/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/533/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=533&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/08/19/php-to-javascript-hyperlink-navigation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP | Interesting Bundle</title>
		<link>http://nbguru.wordpress.com/2008/08/14/php-interesting-bundle-for-nb65/</link>
		<comments>http://nbguru.wordpress.com/2008/08/14/php-interesting-bundle-for-nb65/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 11:48:03 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=432</guid>
		<description><![CDATA[At NetCAT
During NetCAT, I got a chance to review PHP support, although I had opted for it before-hand, still I just got started last week.
You can read my 4th edition of personal NetCAT Weekly Report. So, Tony and Yudi, reviewed it in early days of NetCAT 6.5, while I was reviewing VW JSF tutorials.
Kickstarter- WordPress [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=432&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h4>At NetCAT</h4>
<p>During <strong>NetCAT</strong>, I got a chance to review PHP support, although I had opted for it before-hand, still I just got started last week.</p>
<p>You can read my <a href="http://nbguru.wordpress.com/2008/08/13/netcat-65-weekly-report-4/" target="_blank">4th edition</a> of personal NetCAT Weekly Report. So, <strong>Tony </strong>and <strong>Yudi</strong>, reviewed it in early days of NetCAT 6.5, while I was reviewing <strong>VW JSF</strong> tutorials.</p>
<h4>Kickstarter- WordPress Tutorial</h4>
<p>Now, some of them are working, though I gave my personal opinions, what I felt after reviewing. By the way, it was <a href="http://wiki.netbeans.org/ConfiguringNetBeansProjectForWordPress" target="_blank">Jan Chalupa&#8217;s WordPress Project Tutorial</a>, that got me started finally to review PHP docs and editor support, etc.</p>
<p><a href="http://www.netbeans.org/kb/trails/php.html" target="_blank"><img class="alignleft size-medium wp-image-473" src="http://nbguru.files.wordpress.com/2008/08/netbeans-stamp.gif?w=114&#038;h=114" alt="" width="114" height="114" /></a></p>
<p>WordPress Tutorial was a smooth sail&#8230;So, was the editor-guide. Though, I found 2-3 issues, reported them to the authors. The guides, as well as, relevant docs are updated for <strong>6.5 Beta</strong>! Execute them, review and give feedback, on their mailing list- <a href="http://php.netbeans.org/servlets/SummarizeList?listName=users" target="_blank">http://php.netbeans.org/servlets/SummarizeList?listName=users</a></p>
<p>Finally, I don&#8217;t have to maintain two projects, 1 on Dreamweaver and the other on NetBeans EA for PHP, remember?</p>
<h4>Another Surprise!</h4>
<p>Yesterday, I downloaded the <strong>Java bundle</strong>, and couldn&#8217;t find PHP support in the <strong>Plugin Manager</strong>, though I was used to download PHP support during NetCAT on daily builds. This time around, you need to download it separately, as a <strong>PHP bundle</strong>, which was available earlier too. Still, I got a habit of downloading it through Plugin Manager, in a Java bundle installation.</p>
<p>Anyways, what to do? After all, Habits diehard <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h4>&lt;?eference</h4>
<p>This is the reference section, have a look-</p>
<p>Blog- <a href="http://blogs.sun.com/netbeansphp" target="_blank">http://blogs.sun.com/netbeansphp</a></p>
<p>Learning Trails- <a href="http://www.netbeans.org/kb/trails/php.html" target="_blank">http://www.netbeans.org/kb/trails/php.html</a></p>
<p>Quick Start- <a href="http://www.netbeans.org/kb/docs/php/quickstart.html" target="_blank">http://www.netbeans.org/kb/docs/php/quickstart.html</a></p>
<p><em><strong>sTay Tuned for more&#8230;</strong></em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nbguru.wordpress.com/432/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nbguru.wordpress.com/432/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=432&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/08/14/php-interesting-bundle-for-nb65/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>

		<media:content url="http://nbguru.files.wordpress.com/2008/08/netbeans-stamp.gif?w=114" medium="image" />
	</item>
		<item>
		<title>Update on Issue #136216</title>
		<link>http://nbguru.wordpress.com/2008/06/04/update-on-issue-136216/</link>
		<comments>http://nbguru.wordpress.com/2008/06/04/update-on-issue-136216/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 17:33:11 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[Blog Contest]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=161</guid>
		<description><![CDATA[Hey,
As I had mentioned in my previous blog entry about MySQL Admin and NetBeans. There, I had ended the post, with a note that I have filed an issue related to MySQL Server Node in Database Explorer.
After exchanging several mails and updating the bug report at Issuezilla. I told David, that I would be looking [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=161&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey,</p>
<p>As I had mentioned in my previous blog entry about <a href="http://nbguru.wordpress.com/2008/06/01/mysql-admin-and-netbeans/">MySQL Admin and NetBeans</a>. There, I had ended the post, with a note that I have filed an issue related to <strong>MySQL Server Node</strong> in <em>Database Explorer</em>.</p>
<p>After exchanging several mails and updating the <a href="http://www.netbeans.org/issues/show_bug.cgi?id=136216" target="_blank">bug report</a> at Issuezilla. I told <a href="http://davidvancouvering.blogspot.com/" target="_blank">David</a>, that I would be looking for a workaround, as he had set the <strong>TBD</strong> to <strong>6.5 release</strong>. I can&#8217;t wait that long!</p>
<p>So, I had two options, either hack the code and fix it by myself, and use it. Else, I should look for a workaround.</p>
<p>I am glad that I could find a workaround for this issue. What I did, when I <strong>Stop Service</strong> using <em>MySQL Admin Tool</em>, run by clicking an option in the context-menu of the <em>Server Node</em> in <strong>Database Explorer</strong>. I should delete the Node from the Explorer, and then, <strong>Start Service</strong> using <em>MySQL Admin Tool</em>. Now, switch back to the IDE and click <em>Connect</em> in the context-menu of the Node. See, its that simple!</p>
<p>However, if you use it on a regular basis, it could really frustrate you. Anyways, if you can possibly hack into the code and fix it, do update the bug report, OR post a comment over here.</p>
<p><strong>David</strong> has suggested another possible workaround, you could see in the Issuezilla, in my bug report. Also, this issue has now been given <a href="http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html" target="_blank">priority P2</a>. Click on the link for more details.</p>
<p>Thanks for following! Hope you like the update from Issuezilla, as well as, from my previous blog.</p>
<p><strong>Update 26th July-</strong></p>
<p>Bug was fixed and I was notified long time back, though it was in trunk builds, and I don&#8217;t follow those. So, had to wait and meanwhile I forgot, until <strong>Patch 2</strong> was applied and someone asked for verification last week, whether it works or not. I am glad it works!</p>
<p>Hope to see the same in <strong>NetCAT</strong> as well, will review soon!</p>
<p><em><strong>eNjoy Technology&#8230;</strong></em></p>
<blockquote>
<p style="text-align:center;"><strong>This is being submitted for review to the blogging contest &#8211; </strong><a href="http://www.sun.com/products-n-solutions/reviews/studentzone/contest.jsp" target="_blank">Student Reviews NetBeans 6.1 and OpenSolaris</a>!<br />
Author &#8211; <strong>Varun Nischal, </strong>University -<strong> JIIT University<br />
</strong><br />
<a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://nbguru.wordpress.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nbguru.wordpress.com/161/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nbguru.wordpress.com/161/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=161&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/06/04/update-on-issue-136216/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Admin and NetBeans</title>
		<link>http://nbguru.wordpress.com/2008/06/01/mysql-admin-and-netbeans/</link>
		<comments>http://nbguru.wordpress.com/2008/06/01/mysql-admin-and-netbeans/#comments</comments>
		<pubDate>Sat, 31 May 2008 18:44:39 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[Blog Contest]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=154</guid>
		<description><![CDATA[Hi,
Few days back, I had blogged about &#8220;Tryst with MySQL&#8220;. Today, I shall move ahead and give an insight on database management with MySQL using NetBeans.

Its meant for Windows user only, rest can follow too, though just for the content and may try exploring these steps for their OS as well.

MySQL Tools -
Apart from being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=154&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi,</p>
<p>Few days back, I had blogged about <strong>&#8220;<a href="http://nbguru.wordpress.com/2008/05/27/tryst-with-mysql/" target="_blank">Tryst with MySQL</a>&#8220;</strong>. Today, I shall move ahead and give an insight on database management with MySQL using NetBeans.</p>
<blockquote>
<p style="text-align:center;">Its meant for<strong> Windows user </strong>only<strong>, </strong>rest can follow too, though just for the content and may try exploring these steps for their OS as well.</p>
</blockquote>
<p><strong>MySQL Tools -</strong></p>
<p>Apart from being a popular open source database. It also has some amazing tools, which have been formed, due to years of users invaluable feedback, on their forums. Here&#8217;s what the website describes about MySQL Administrator;</p>
<blockquote><p><strong>MySQL Administrator</strong> is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating</p></blockquote>
<p>Lets understand in a simple, yet an interesting manner, how can we configure <strong>MySQL Server</strong> using it.</p>
<p><strong>MySQL Community Server 5.0 -</strong></p>
<p>Its free, thats why I used it! Also, its supported by <strong>NetBeans 6.0 </strong>and<strong> 6.1 FCS</strong>. Anyways, there are two methods of setting up the server, either by installing OR by not installing. <strong>Surprised! </strong>I was too, when I encountered this on their website.</p>
<p>So, you need to <strong><a href="http://dev.mysql.com/downloads/mysql/5.0.html" target="_blank">download</a></strong> the appropriate version and get started. if you go for installation, then just install it, by running the appropriate installer. By the way, its cross-platform, I guess you all might know this <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you go for the other, that means you are a hard working soul, who likes getting deep into the technicalities of the stuff, and if its open source then why not? So, download it and then, you could follow a long series of steps to get started (Refer to this <strong><a href="http://dev.mysql.com/doc/administrator/" target="_blank">MySQL Documentation</a></strong>) <strong>OR </strong>you could go my way.</p>
<p>I had tried the later one and it took 1-2 hours, to get things running smoothly. Now, I am going to make your life simple and easy. So, lets get rolling;</p>
<ul>
<li>Download the archive, if you still have not done it.</li>
<li>Extract it and store it where ever you feel, but I would recommend storing it in <strong>C:/</strong> if you are a Windows user, under a <strong>MySQL</strong> <strong>folder</strong>.</li>
<li>Now, download the MySQL Admin tool, and install it.</li>
<li>After installing, create a short-cut for <em>MySQLAdministrator.exe</em> (on the Desktop), stored under this kind of folder, <strong>C:/Program Files/MySQL/MySQL Tools for <em>version</em>/<br />
</strong></li>
<li>Run this application, it will prompt you for a connection <em>host, port username </em>and<em> password</em>.</li>
<li>Just press <strong>Ctrl,</strong> don&#8217;t release it and click on <strong>Skip</strong> button, which is initially the <strong>Cancel</strong> button.</li>
<li>Click on <strong>Service Control</strong>, in the left panel and then, click on <strong>Configure Service</strong> Tab. Here, you would see a button at the bottom the UI, click on <em>Install new Service</em>.<em> </em>Name it as <strong>MySQL.</strong></li>
<li><strong>OR, </strong>you can right-click inside the <strong>Installed Services</strong> section, in left panel. A context-menu pops-up with 3 options. Select <em>Install new Service</em>.<em> </em>Name it as <strong>MySQL.</strong></li>
<li>Now, do the following entries; what I did I just made two changes there. In the <em>Config Filename</em> text-field, enter the path of the <strong>my.ini, </strong>its the option file.
<ol>
<li>You may either create option file on your own, OR you may copy some pre-defined option files, stored in MySQL Server extracted folder.</li>
<li>Copy any one of the files having <strong>my-</strong> as prefix and copy, paste it into the <strong>data folder</strong> in that directory, rename it to <strong>my.ini</strong></li>
</ol>
</li>
</ul>
<p><strong></strong></p>
<ul>
<li>Now, back to the Admin, in the <em>Path to binary</em> field, browse to the <strong>bin folder</strong> inside the MySQL Server extracted folder.</li>
<li>Then, click button &#8211; <em>Apply Changes</em>. Switch over to the <strong>Startup Variable</strong> Tab. Click button &#8211;  <em>Choose Option File </em>and browse to the directory, where we had created the <strong>my.ini</strong> file.</li>
<li>Check the following checkboxes -
<ol>
<li><strong>TCP Port:</strong> 3306</li>
<li><strong>Base Directory:</strong> C:/Program Files/MySQL/mysql-5.0.51a-win32</li>
<li><strong>Data Directory:</strong> C:/Program Files/MySQL/mysql-5.0.51a-win32/data</li>
<li><strong>Default Storage</strong> &#8211; that&#8217;s upto you, I selected InnoDB.</li>
</ol>
</li>
<li>Apply changes and switch to Service Control and then, Start/Stop Service. Now, press <strong>Start Service</strong>.</li>
<li>You are ready to use <strong>MySQL Server</strong>. Click on <em>File Menu</em> and select <em>New Instance Connection&#8230;</em></li>
<li>Again, you would see the prompt which you had earlier came across, this time, don&#8217;t alter default values, just click <strong>OK</strong>.</li>
<li>Now, it would show the Administrator with all the options, which the user must access to administer database, manage connections, add/delete users and grant/revoke privileges.<em><br />
</em></li>
</ul>
<p><strong>MySQL and NetBeans  -</strong></p>
<p>So, you want to use MySQL with NetBeans, I guess Java is your language of choice for development in NetBeans, as it provides such a fabulous <strong>Java Editor</strong> since <em>6.0 FCS</em> and now, its really amazing in <em>6.1 FCS</em>. You could try making a database application using <strong>Swing Application Framework</strong>, which lets you create a <strong>CRUD</strong> application.</p>
<p>Firstly, you need a <strong><a href="http://java.sun.com/products/jdbc/driverdesc.html" target="_blank">JDBC driver</a></strong>, as we are using Java to connect to MySQL databases, then you have to go for <strong><a href="http://dev.mysql.com/downloads/connector/" target="_blank">Connector/J</a></strong> (<strong>IV Type Driver</strong>), there are some more available for other languages too.</p>
<p>Here is a fantastic tutorial, which would enable you to get started with MySQL database management using NetBeans.</p>
<blockquote>
<p style="text-align:center;"><strong><a href="http://www.netbeans.org/kb/60/ide/mysql.html" target="_blank">Connecting to a MySQL database</a></strong></p>
</blockquote>
<p>Today, I tried all this and started working with MySQL, it was good, everything worked smoothly, until the following happened.</p>
<p>I had an <a href="http://www.netbeans.org/issues/show_bug.cgi?id=136216" target="_blank">issue</a> while trying to disconnect database using the Admin tool, ran by NetBeans Database Explorer. So, I have filed a bug report, just click that link, to see more details and an attached image too, justifying my point.</p>
<p><em><strong>eNjoy Technology&#8230;</strong></em></p>
<blockquote>
<p style="text-align:center;"><strong>This is being submitted for review to the blogging contest &#8211; </strong><a href="http://www.sun.com/products-n-solutions/reviews/studentzone/contest.jsp" target="_blank">Student Reviews NetBeans 6.1 and OpenSolaris</a>!<br />
Author &#8211; <strong>Varun Nischal, </strong>University -<strong> JIIT University<br />
</strong><br />
<a href="http://technorati.com/faves?sub=addfavbtn&amp;add=http://nbguru.wordpress.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a></p>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nbguru.wordpress.com/154/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nbguru.wordpress.com/154/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=154&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/06/01/mysql-admin-and-netbeans/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
		<item>
		<title>Tryst with MySQL</title>
		<link>http://nbguru.wordpress.com/2008/05/27/tryst-with-mysql/</link>
		<comments>http://nbguru.wordpress.com/2008/05/27/tryst-with-mysql/#comments</comments>
		<pubDate>Tue, 27 May 2008 08:53:45 +0000</pubDate>
		<dc:creator>Varun</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://nbguru.wordpress.com/?p=146</guid>
		<description><![CDATA[Hey,
Today, I started off working with MySQL after a long break. I have tried it before too, using WAMPServer, which had phpMyAdmin to manage the database for website development. I was using it for the first time then, so never really went into much technicalities.
During the past 6 months, NetBeans 6.0 FCS and 6.1 FCS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=146&subd=nbguru&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey,</p>
<p>Today, I started off working with <strong>MySQL</strong> after a long break. I have tried it before too, using <a href="http://www.en.wampserver.com/" target="_blank">WAMPServer</a>, which had <strong>phpMyAdmin</strong> to manage the database for website development. I was using it for the first time then, so never really went into much technicalities.</p>
<blockquote><p>During the past 6 months, <strong>NetBeans 6.0 FCS</strong> and <strong>6.1 FCS</strong> were released. I am glad to use both of them, as both made my work easier than ever before. Just because of the speed which <strong>6.1</strong> provides, I have started shifting from <strong>6.0</strong>!</p></blockquote>
<p>Also, <a href="http://blogs.sun.com/jonathan/entry/winds_of_change_are_blowing" target="_blank">Sun acquired MySQL</a> during this time and I was happy to see this acquisition taking place, as <strong>NetBeans</strong> would support <strong>MySQL</strong> database&#8217;s as well. It would help me to learn working with MySQL easily, yet efficiently.</p>
<p><strong>NetBeans 6.1</strong> has provided a special <a href="http://dlc.sun.com.edgesuite.net/netbeans/6.1/mysql_bundle/" target="_blank">download bundle</a> which bundles <strong>MySQL Community Server 5.0 </strong>and <strong>GlassFish V2 Update 2</strong>!</p>
<p>I never used <strong>MySQL</strong> support in <strong>NetBeans 6.0</strong>, actually didn&#8217;t do any sort of database management in NetBeans since <strong>5.5 FCS</strong>. Now, I have to create a database application as a semester project. So, I am going to use MySQL support in NetBeans 6.1!</p>
<p>Lets see what happens&#8230;<em><strong>sTay Tuned!</strong></em></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nbguru.wordpress.com/146/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nbguru.wordpress.com/146/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nbguru.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nbguru.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nbguru.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nbguru.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nbguru.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nbguru.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nbguru.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nbguru.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nbguru.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nbguru.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nbguru.wordpress.com&blog=3440143&post=146&subd=nbguru&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nbguru.wordpress.com/2008/05/27/tryst-with-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc6aaa858b706e02cdb9aee0a9672304?s=96&amp;d=identicon&amp;r=G" medium="image">
			<media:title type="html">nvarun</media:title>
		</media:content>
	</item>
	</channel>
</rss>
