MDA简介
MDA(模型驱动架构)是OMG提出的新的软件开发方法学。本文通过精练的文字、独到的案例介绍MDA的概念、应用和相关技术。草儿 2006-01-03 19:38 发表评论
View ArticleJLINQ: IBM's new paradigm for writing Java database applications
摘要: Level: Intermediate Azadeh Ahadian (azadeh@us.ibm.com), Eclipse Application Development Tools , IBM 16 Aug 2007 The project code named Java™ Language Integrated Query (JLINQ) gives database...
View ArticleXMLBeans 2.0
Apache XMLBeans是一个非常有价值的工具,它提供一种在Java中使用XML的简便方法。在本文中,我们将介绍XMLBeans以及XMLBeans 2.0中的一些有用特性。 XMLBeans简介 W3C XML Schema是一个XML文档,该文档定义一组其他XML文档必须遵守才合法的规则。与早期XML模式语言如文档类型定义(document type...
View Article软件开发技术常用术语英中对照
A.I. 人工智能A2A integration A2A整合abstract 抽象的abstract base class (ABC)抽象基类abstract class 抽象类abstraction 抽象、抽象物、抽象性access 存取、访问access function 访问函数access level访问级别account 账户action 动作activate 激活active...
View Article使用变参执行SQL语句
摘要: 当你需要多次执行相同的SQL语句(一般情况下是update)但是使用不同的参数值时 ,可以使用 PrepareStatement方法,举例如下: 阅读全文草儿 2007-09-05 14:12 发表评论
View ArticleDB DML,DCL,DDL具体包含哪些操作
DDL Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples: CREATE - to create objects in the database ALTER - alters the structure of the database...
View Article