Quantcast
Channel: Code Silo » MySql
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Setting up Ubuntu for development

I had to reinstall Ubuntu recently and this blog is a summary of setting Ubuntu up for development. Installing Maven: sudo apt-get install maven2 In the .bash_profile file in the $HOME directory set...

View Article


Image may be NSFW.
Clik here to view.

Accessing databases using datasource xml

We will use the previous struts project to setup database access to MySQL running on localhost. Run the following command to create the .project and .classpath files for Eclipse and import the project...

View Article


Image may be NSFW.
Clik here to view.

Basic Spring Code with Maven

This blog shows how we can use a simple maven project and work with Spring to interact with a database. First, we create a simple project using the maven command.. mvn archetype:generate We select the...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images