NOTE: Like symfony, CakePHP provides functionality to auto-generate code to provide the CRUD functionality based on your database.
注:像symfony 一样,CakePHP提供了自动生成代码功能来基于数据库提供CRUD 功能。
In most applications, the developers need to hand-code business logic and validation rules that are not easy to auto-generate. How do the code generation tools address this requirement?
在大多数应用中,开发者都需要手工编写业务逻辑与验证规则代码,而这些代码都不太容易自动生成,那代码生成工具是如何解决这个问题的呢?
Auto-generate simple data access layer with much less code than JDBC.
使用比jdbc少得多的代码自动生成简单的数据访问层。
In fact, using an integrated development environment (IDE) such as Eclipse, you can easily auto-generate much of the Listing 7 code-that is, the constructors and the setter and getter methods.
事实上,使用集成开发环境(IDE),比如eclipse,您可以轻松地自动生成清单7的大部分代码—也就是构造函数以及setter和getter方法。
How does ROO address the real-world Java application requirement of auto-generate the boiler plate code and at the same time, provide the flexibility to add custom business logic and validation rules?
ROO是如何自动产生样板(boiler plate)代码,同时又提供灵活性以增加自定义业务逻辑和校验规则的?
How does ROO address the real-world Java application requirement of auto-generate the boiler plate code and at the same time, provide the flexibility to add custom business logic and validation rules?
ROO是如何自动产生样板(boiler plate)代码,同时又提供灵活性以增加自定义业务逻辑和校验规则的?
应用推荐