Sunil Gavaskar

Got to talk to Sunil Gavaskar and got his autograph on - The Blogcamp.in ID card .Could not find any other piece of paper nearby .

He shared his views on cricket and podcasting with us.

He is thinking of starting blogging

Atul Chitnis on Blogging

Atul Chitnis from Geodesic is currently sharing his exp with us . He is also well known for his articles on PCquest mag here in India.
His talk really inspires me to update my blogs. Commenting and User feedback has a great impact on any blog and your life as well.

He’s been blogging for the past 14 years . Its really great to hear from a long time blogger.

@ Sagaro – forgive me for not making it to your session.

Connecting to MySQL from Java

I would like to highlight how to establish a connection between MySQL a database and your JAVA app.

I assume you have installed MySQL and Java .

You must download the Mysql Connector/J 3.1 from mysql.com .

I downloaded the file mysql-connector-java-3.1.13.tar.gz and used the file

mysql-connector-java-3.1.13-bin.jar

Now in the Java class where want to connect to the MySQL database , addthe following code
[code lang=”java”]

Class.forName(“com.mysql.jdbc.Driver”) ;

Connection Con = DriverManager.getConnection(“jdbc:mysql://localhost:3306/

database_name”,”user”,”pass”);

[/code]

Now you can use the Con object to carry out the queries.

Sony Ericsson joins Eclipse as Add-in Provider Member

On August 29, 2006 Sony Ericsson announced that it is joining the Eclipse community as Add-in Provider Member. By becoming an Add-in Provider, Sony Ericsson aims to contribute to the Eclipse ecosystem through creating Eclipse plug-ins of benefit to the global mobile application developer community.

Eclipse is an open-source community bringing together a number of leading organizations to create the Eclipse Platform. The platform is designed for building applications, integrated development environments (IDEs) and various tools.

Continue reading Sony Ericsson joins Eclipse as Add-in Provider Member