资源简介
Convention over configuration is a simple concept. Systems, libraries, and frameworks
should assume reasonable defaults without requiring that unnecessary configuration
systems should “just work.” Popular frameworks such as Ruby on Rails and EJB3 have
started to adhere to these principles in reaction to the configuration complexity of
frameworks such as the initial Enterprise JavaBeans™ (EJB) specifications. An illustration
of convention over configuration is something like EJB3 persistence. All you
need to do to make a particular bean persistent is to annotate that class with @Entity.
The framework will then assume table names and column names from the name of the
class and the names of the properties. Hooks are provided for you to override these
names if the need arises, but, in most cases, you will find that using the frameworksupplied
defaults results in a faster project execution.
代码片段和文件信息
相关资源
- Jsp仿淘宝网项目源代码
- 杨晓峰-java核心技术36讲(完结.pdf
- java源代码,java源代码
- Java代码 MySql导出到SqlLite
- JAVA商品库存管理系统
- jsp+servlet+javabean实现数据库增删改查操
- JAVAEE6 API 文档
- java开发的电影院管理系统
- Lucene搜索引擎 JSP + JAVA
- Java 停车场管理系统_JAVA___Sevrlet停车管
- Java开发的实验教学资源管理系统
- 一个用Myeclipse做的java的博客管理系统
- Java 3D 开发包
- 物业管理系统完整版带数据库文件
- Java语言程序设计课件第四章 数组、字
- 精通java并发编程 第2版本 (真pdf)
- java进程调度算法,图形界面看评论酌
- 仓库管理系统JAVA源代码
- java实训项目含源码和文档
- 北大青鸟java全套课程
- java并发编程实战pdf及源码.rar清晰
- java+mysql 小型超市管理系统
- mastering-spring-cloud2018
- tomcat6-X64位
- 基于SSH校园信息交流平台
- Android中Sqlite数据库跟Listview对数据进
- java工程师简历模版多套合集包含具体
- Javaweb课设||毕业设计点餐系统前后端
- [中文]Java并发编程的艺术pdf
- 基于Android的个人理财系统
评论
共有 条评论