↧
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 ArticleAccessing 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 ArticleBasic 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