Follow me Stepbystep Flex tutorial

Source: Internet
Author: User
Tags exception handling

This talk was supposed to explain to Demo12, the results found that the last lecture has been made very clear, so no longer described, if the reader has questions, can be published in the comments, the author will reply.

Because Demo13 is to access the database, so to do some preliminary technical introduction.

Demo13 's access to the database is through spring's jdbctemplate Way (the next demo will transform it into a hibernate way).

Here's a brief introduction to spring's JdbcTemplate:

JdbcTemplate is an encapsulation of JDBC, designed to reduce the cumbersome code of JDBC, and abstracts some common methods. The target is simple and stupid.

Make JDBC easier to use and less error phone

Framework handles the creation and release resources

Framework takes care of all exception handling

The use of JdbcTemplate requires DataSource support, so in the configuration file, a datasource configuration is required and then configured in DataSource to JdbcTemplate. The JdbcTemplate is then configured into the DAO layer, and the DAO is finally configured to the model layer.

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.