Showing posts with label Maven. Show all posts
Showing posts with label Maven. Show all posts
Sunday, 22 December 2013
Day 5, display a Hello world !
Today, my first goal, is to setup my dev env to be able to run Tomcat 7 embebed in my IDE and display a simple static jsp file.
First, lets remind you my application software architecture.
/introscope-couchbase-content
|_______ icc-business (business rules module)
|_______ icc-couchbase-consumer (dao to couchbase)
|_______ icc-rest-provider (ReSTful API exposure)
|_______ icc-technical (Exception and Log module)
Sunday, 15 December 2013
Day 3 - At last !
After 2 Days of thinking, designing and drawing some software architecture, at last I start to get my hand dirty. Today, I'm going to install some of the tools I need to develop my application.
Concrete ground :
As a developper I like to develop on a proper OS, close to my server, it's why I have a Ubuntu 13.04. Generally all the servers are running on a Linux OS. Usually a Red Hat, specially in my company. But developping on Ubuntu is oK. Better than developping on Windows ;)
I can't afford to have a Mac but that's another point.
Concrete ground :
As a developper I like to develop on a proper OS, close to my server, it's why I have a Ubuntu 13.04. Generally all the servers are running on a Linux OS. Usually a Red Hat, specially in my company. But developping on Ubuntu is oK. Better than developping on Windows ;)
I can't afford to have a Mac but that's another point.
Wednesday, 13 November 2013
Install Maven latest release on Ubuntu
Disclamer :
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
Step 1 :
Run a complete Maven installation through the standard command line :
It installs Maven 3.0.4.
I assume, you are using Ubuntu as Linux distribution. For information, my version is Ubuntu 13.04. And Java is already installed on your machine.
>java -version java version "1.7.0_40" Java(TM) SE Runtime Environment (build 1.7.0_40-b43) Java HotSpot(TM) Server VM (build 24.0-b56, mixed mode)
Step 1 :
Run a complete Maven installation through the standard command line :
>sudo apt-get install maven
It installs Maven 3.0.4.
Subscribe to:
Posts
(
Atom
)