Local development environment-source code management-continuous integration

Source: Internet
Author: User
I haven't written a blog for many days. Maybe you may wonder what I did. I just did these things and started to do some basic work for the next project. I hope I can make a good start this time.

Local Development Environment
HSQLDB
The reason for choosing JDBC is that it is suitable for local development databases and does not require an additional server. Data is stored in the memory, and data, operations, and tests are carried out when JUnit is used for testing. Such a requirement does not require every developer to install a large database, even MySQL is suspected of killing chickens and knives.

Tomcat
It is easy to get started. Another reason is that when jetty was down, the Windows Startup file was not found (the start. jar file was not found ). Today, I found jetty launcher when I looked at it. If it is easy to use, I will replace it. It is also annoying for every developer to install a tomcat.

Ant
I wrote a very long ant script, and now the encoding style check, compilation, unit testing, packaging, and deployment are all completed with one click.

Checkstyle
Something that is equally practical. Like a strict woman, Hu LAI is absolutely not allowed. But for the Sun Standard Specification, modify it and use it again. Some places are too strict.

JUnit
Continuous integration makes no sense without unit testing ......

Eclipse
A buddy in the Group recommended idea for a long time. I chose eclipse stubbornly. Although we all know that this is IBM's business strategy, I always feel that this thing is very popular, widely supported, stable, and even familiar with it ......

Source codeManagement
Subversion
The reason for choosing subversion is very simple, that is, CVS anti-refactoring. You don't want to change the sourceCodeManagement is a mess. There are more and more support for this thing on the machine, and the operation is also a habit.

Continuous Integration
Cruisecontrol
Configuration is not as difficult as you might think. I hope to re-configure the sound of the washing machine automatically when the building fails (remember the feeling of being urged ). I think it will be much better than an e-mail.

Dashboard
This is not enough yet.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.